html {
  scroll-behavior: smooth;
}

/* @font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBznuB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@font-face {
  font-family: "Geomanist";
  src: url("../fonts/Geomanist-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../fonts/Geomanist-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../fonts/Geomanist-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../fonts/Geomanist-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist";
  src: url("../fonts/Geomanist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: clip;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Geomanist";
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geomanist";
  font-weight: normal;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #000;
}

a:hover {
  color: #72c0a4;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

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

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.fw-300 {
  font-weight: 300 !important;
}

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

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

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

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7>.column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6>.column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5>.column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4>.column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3>.column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2>.column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1>.column {
  padding-left: 24px;
  padding-right: 24px;
}

.pr-5 {
  padding-right: 30px !important;
}

.pl-5 {
  padding-left: 30px !important;
}

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

.pt-5 {
  padding-top: 30px !important;
}

.px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.is-size-6 {
  font-size: 22px !important;
}

.is-size-7 {
  font-size: 14px !important;
}

.is-size-8 {
  font-size: 12px !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-light-gray {
  border-color: #dedede;
}

.border-theme {
  border-color: #ffd623;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-content {
  border: 0;
  border-radius: 0;
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #ffd623;
  /* border-radius: 10px; */
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
}

/* .close1,
.close {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #ed1c32;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.close1:hover,
.close:hover {
  background-color: #ffd623;
  opacity: 1;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
} */

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
  font-family: "Geomanist";
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

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

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.overflow-visible {
  overflow: visible !important;
}

.section-title h1,
.section-title h2 {
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin: 0;
  font-weight: 1000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
}

h1 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

/*.section-title h1 span,*/
/*.section-title h2 span {*/
/*  color: #ffd623;*/
/*}*/

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

.dark a:hover {
  color: #ffd623;
}

.title-white .title-tagline {
  color: #fff;
}

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.theme-btn {
  position: relative;
  background: #e73a47;
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px !important;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border-radius: 30px;
  font-family: "Geomanist";
}

.theme-btn span {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn:hover span {
  color: #e73a47;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #ffffff;
  z-index: -1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 30px;
}

.theme-btn:hover::before {
  width: 100%;
  background-color: #ffd623;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-btn.white-btn {
  background: #fff;
  color: #001421;
  border: 1px solid #fff;
}

.theme-btn.white-btn:hover {
  background: #ffd623;
  color: #fff;
}

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

/* #back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
} */

.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  /* max-width: 320px; */
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
}

.modal .form-control.error {
  margin-bottom: 30px;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

.form-control {
  border-radius: 0;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

/* For Roman Pagination */
/* .splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num, upper-roman); 
} */

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #ffd623;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #ffd623;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #f4f4f4;
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #ffd623;
  opacity: 1;
  width: 38px;
  border-radius: 18px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 30.8px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: absolute;
  z-index: 9999;
  padding: 12px 140px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.header__menu-link {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.col-header:last-child {
  text-align: right;
  padding: 0;
}

.theme-header-page header {
  background-color: transparent;
  padding: 30px 140px;
  border-bottom: 1px solid transparent;
}

.theme-header-page #section-banner {
  margin-top: 0;
}

.theme-header-page .header__menu-link {
  color: #fff;
}

.theme-header-page .header__menu-link:hover {
  color: #72c0a4;
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 70px;
}

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
}

.header__menu-item {
  display: inline-block;
  padding: 16px 20px;
}

header .columns {
  /* height: 80px !important; */
}

#section-banner,
.section-cms {
  margin-top: 94px;
}

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

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

/* .js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-left {
  animation: fade-in-left 1s ease-in-out both;
}

.scrolled.fade-in-right {
  animation: fade-in-right 1s ease-in-out both;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
} */

/* Js Scroll Start */

.scrolled.fade-in {
  animation: 3s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 3s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 3s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 3s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 3s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  opacity: 0;
  transition-duration: 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up {
  opacity: 0;
  transition-duration: 2s;
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fade-up {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.fade-down.scrolled,
.fade-left.scrolled,
.fade-right.scrolled,
.fade-up.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.fade-down {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

.fade-right {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.fade-left {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.fade-down,
.fade-left,
.fade-right,
.fade-up,
.zoom-out {
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease-out;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

/* Js Scroll End */

.sticky-btn-enquire {
  position: fixed !important;
  top: 310px;
  right: -113px;
  padding: 12px 15px 8px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  background-color: #e41b45;
  color: #ffffff;
  border: 1px solid #ffffff60;
  font-size: 16px !important;
  border-radius: 0;
  letter-spacing: 2px;
}

.sticky-btn-enquire:hover {
  color: #e41b45 !important;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #ffd623;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #b6dfeb;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-wrapper {
  margin-top: 60px;
}

.location-block {
  padding: 0 0 0 60px;
}

#location-slider1 {
  margin-top: 40px;
}

h3 {
  font-size: 24px;
}

.location-list h3 {
  color: #28438c;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 52px;
}

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c;
}

#location-slider1 .splide__arrows .splide__arrow {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
  left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
  font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #28438c;
}

#location-slider1 .splide__arrow {
  opacity: 1;
  background: transparent;
}

.location-img {
  background-color: #fff;
  padding: 30px;
  border: 10px solid #28438c;
}

#footer {
  padding: 150px 0 300px 0;
  background-color: #e73a47;
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-copyright:last-child {
  text-align: right;
}

.contact b {
  color: #28438c;
}

.theme-block-img {
  position: relative;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28438c;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover .theme-block-img:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee;
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600;
}

.counter-block p {
  margin-top: 6px;
}

/* Accordion Css Start */

.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}

.accordionItemHeading {
  cursor: pointer;
  margin: 10px 0;
  padding: 10px 50px 10px 0;
  background: transparent;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 24px !important;
  color: #000000;
}

.innerAccordionItem .innerAccordionItemHeading:before,
.accordionItemHeading:before {
  color: #fff;
  content: "+";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 100;
  padding: 0;
  line-height: 30px;
  right: 10px;
  text-align: center;
  margin-top: -15px;
  font-weight: 400;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.innerAccordionItem.open .innerAccordionItemHeading:before,
.open .accordionItemHeading:before {
  color: #fff;
  content: "-";
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}

.open .accordionItemContent {
  padding: 15px 0;
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  -ms-transition: -ms-transform 0.4s linear;
  transition: transform 0.4s linear;
  box-sizing: border-box;
}

.open .accordionItemHeading {
  margin: 15px 0 0 0;
  background-color: transparent;
}

.accordionWrapper {
  display: inline-block;
  width: 100%;
}

.accordionItem:last-child {
  border-bottom: none;
}

.accordionItem:last-child .accordionItemHeading {
  margin-bottom: 0;
}

.accordionItem:first-child .accordionItemHeading {
  margin-top: 0;
}

.open .accordionItemContent {
  padding: 0 0 15px;
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 0;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  -ms-transition: -ms-transform 0.4s linear;
  transition: transform 0.4s linear;
  box-sizing: border-box;
}

.accordionItemContent {
  padding-left: 0 !important;
}

/* Accordion Css End */

.theme-bg {
  background-color: #343434;
}

.green-bg {
  background-color: #72c0a4;
}

.green-gradient-bg {
  background: radial-gradient(90.38% 171.49% at 102.03% -40.38%,
      #acffe1 0%,
      #72c0a4 100%);
}

.green-gradient-top-left-bg {
  background: radial-gradient(83.98% 228.87% at -9.95% -38.55%,
      #acffe1 0%,
      #72c0a4 100%);
}

.yellow-bg {
  background-color: #ffd623;
}

.yellow-gradient-bg {
  background: radial-gradient(46.18% 180.7% at 96.35% 100%,
      #fff5cb 0%,
      #fed724 100%);
}

.red-bg {
  background-color: #e73a47;
}

.black-bg {
  background-color: #2b2a28;
}

.text-red {
  color: #e73a47 !important;
}

.text-yellow {
  color: #ffd623 !important;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #ffd623;
  background-color: #ffd623;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  background: #fff;
  padding: 10px 20px;
}

.plan-inquire-btn:hover {
  color: #fff;
}

.sticky-btn-enquire.sticky-brochure {
  top: 410px;
  right: -89px;
}

.header__menu-link.active {
  color: #28438c;
}

.justify-content-center {
  justify-content: center;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 74px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  border: 1px solid rgb(52 52 52 / 15%);
  background-color: #68bfa5;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff90;
}

.scrollToTopBtn:hover {
  background: #ffd623;
}

.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 0;
  border: 0;
  text-align: center;
  width: 25%;
  background: transparent;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  background: #f43c4c;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab a {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.splide__pagination {
  margin-top: 50px;
  width: 100% !important;
}

.social__icon {
  position: relative;
  display: block;
  max-width: 30px;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social__icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* SwiperJs Arrow Css Start */
.swiper__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: rgb(29 87 163 / 40%);
  border: 1px solid #ffd623;
  opacity: 1;
}

.swiper__arrow svg {
  font-size: 24px;
}

.swiper__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
}

.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* SwiperJs Arrow Css End */

.js-scroll {
  opacity: 0;
}

.responsive-btn {
  /* display: none; */
  text-align: center;
  border-bottom: 1px solid #e73a4730;
}

.gray-scale-img {
  position: relative;
  mix-blend-mode: luminosity;
}

.gray-scale-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  /* background-color: #000; */
  opacity: 0.7;
}

.white-logo {
  display: none !important;
}

.theme-header-page .white-logo {
  display: block !important;
}

.theme-header-page .normal-logo {
  display: none !important;
}

.banner-img img {
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

.h-100vh {
  height: 100vh;
}

.banner-detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1220px !important;
}

.banner-logo-detail img {
  height: 240px;
  width: auto;
  margin: 15px auto 0;
}

.banner-logo-detail .title-tagline {
  letter-spacing: 2px;
}

.section-title h1 {
  font-size: 53.4px !important;
  line-height: 40px !important;
}

.section-title h3 {
  font-size: 42.5px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
}

.section-title h4 {
  font-size: 58px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.banner-detail-inner .section-title h1 {
  margin: 15px 0 0;
}

.banner-detail-col:first-child {
  border-right: 1px solid #fff;
}

.location-pin svg {
  width: 40px;
  height: 40px;
  display: flex;
}

.event-location-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  width: fit-content;
  margin: 0 auto;
}

.event-location-inner span {
  font-size: 20px;
}

.secure-your-spot-wrapper {
  position: relative;
  /* top: -80px;
  margin-bottom: -80px; */
}

.event-witness-img {
  position: relative;
  mix-blend-mode: luminosity;
}

.event-witness-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.6;
}

.event-witness-item {
  position: relative;
}

.event-witness-item-inner {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.event-witness-title h6 {
  color: #ffd623;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.event-witness-desc p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.theme-big-title h5 {
  line-height: 0;
  color: #fff;
  position: absolute;
  bottom: -44px;
  left: -40px;
  font-family: "Geomanist";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -28px;
  font-size: 23.4vw;
  z-index: 9;
  /* font-size: 300px; */
  /* animation: animate 10s linear infinite; */
  /* animation: marquee 20s linear infinite; */
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }

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

@keyframes animatereverse {
  0% {
    transform: translateX(-100%);
  }

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

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  to {
    transform: translateX(-50%) translateY(-50%);
  }
}

.early-bird-pass-wrapper,
.early-bird-pass-book-now {
  display: flex;
  align-items: center;
  justify-content: center;
}

.early-bird-pass-wrapper .section-title:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 80px;
  background-color: #000;
}

.early-bird-pass-wrapper .section-title {
  padding-right: 30px;
  margin-right: 30px;
}

.early-bird-pass-book-now h6,
.pass-book-now h4 {
  color: #e73a47;
  font-size: 32px;
  line-height: 32px;
  font-weight: 1000;
  text-transform: uppercase;
}

.early-bird-pass-book-now {
  gap: 30px;
  text-align: center;
}

.pass-book-now span {
  font-size: 12px;
  letter-spacing: 2px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pass-book-now h4 {
  font-size: 40px;
  line-height: 30px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.early-bird-pass-wrapper .title-tagline {
  font-size: 28px;
  line-height: 32px;
}

.pass-book-now a:hover h4,
.pass-book-now a:hover span {
  color: #000;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.who-should-attend-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.who-should-attend-wrapper {
  position: relative;
  z-index: 2;
}

.section-who-should-attend:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #68bfa5;
  z-index: 1;
  opacity: 0.7;
}

.event-location-without-border .event-location-inner {
  padding: 0;
  border: 0;
  margin: 0;
}

.event-location-without-border .event-location-inner span {
  font-size: 16px;
}

.event-location-without-border .location-pin svg {
  width: 25px;
  height: 25px;
}

.who-should-attend-icons img {
  height: 60px;
  width: auto;
}

.who-should-attend-icons-items span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin-top: 16px;
  max-width: 170px;
}

.theme-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.column.who-should-attend-inner-col {
  margin-bottom: 10px;
}

.columns.who-should-attend-inner-cols {
  margin-bottom: -10px !important;
}

.who-should-attend-book-now .theme-btn {
  display: block;
  width: fit-content;
  font-size: 18px !important;
  font-weight: 800;
  overflow: hidden;
  margin: 0 auto 6px;
}

.pass-book-now.who-should-attend-book-now {
  text-align: center;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.who-should-attend-book-now .theme-btn:hover {
  color: #e41b45 !important;
}

.proptech-event-img {
  position: relative;
  mix-blend-mode: luminosity;
}

.proptech-event-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.5;
}

.proptech-event-img img {
  height: 100vh;
  object-fit: cover;
}

.proptech-text-img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.event-location.section-proptech-event-locations {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
  z-index: 9;
}

.section-proptech-after-event-locations {
  border-top: 1px solid #eee;
}

.reason-for-attending-banner-img {
  position: relative;
  mix-blend-mode: luminosity;
}

.reason-for-attending-banner-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.reason-for-attending-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.p-relative {
  position: relative;
}

.reason-for-attending-icons-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.reason-for-attending-icon img {
  height: 40px;
  max-width: 40px;
}

.reason-for-attending-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 25px 10px;
}

.reason-for-attending-icon {
  flex: 0 0 40px;
}

.reason-for-attending-list {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -10px;
}

.reason-for-attending-list li {
  width: 20%;
  flex: 0 0 20%;
}

.reason-for-attending-desc p {
  font-size: 14px;
}

.reason-for-attending-desc h6 {
  color: #e73a47;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}

.why-join-event-logo {
  position: relative;
  background-color: #e73a47;
  height: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.why-join-event-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-join-event-detail {
  position: relative;
  height: 50%;
  background-color: #ffd623;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
}

.why-join-event-logo img {
  width: 260px;
  margin: 0 auto;
}

.why-join-event-detail .event-detail {
  max-width: 440px;
}

.location-pin-desc h5 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 900;
}

.why-join-event-location-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-join-event-location-detail .location-pin svg {
  width: 80px;
  height: 80px;
}

.footer-logo-detail img {
  height: 130px;
  width: auto;
  margin: 0 auto;
}

.footer-contact-items span,
.footer-contact-items h5 {
  font-size: 22px;
  font-weight: 500;
}

.footer-contact-items h5 {
  /* color: #ffd623; */
  font-weight: 900;
  width: fit-content;
}

.footer-contact-items:not(:last-child) {
  margin-bottom: 20px;
}

.footer-col:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.footer-page-link li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  line-height: 18px;
}

small {
  font-size: 14px;
}

.cms-item h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.cms-item {
  margin-bottom: 30px;
}

.cms-item span {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.cms-inner-item {
  font-weight: 600;
}

.cms-item p:not(:last-child) {
  margin-bottom: 0;
}

.cms-item p b {
  font-weight: 600;
}

.theme-big-title.footer-big-title h5 {
  font-size: 23.4vw;
}

.section-secure-your-spot .theme-big-title2 {
  color: #ffd623;
  z-index: 0;
  clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0 100%);
}

.section-secure-your-spot .theme-big-title1 {
  color: #fff;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

/* .section-secure-your-spot .theme-big-title h5 {
  animation: animate 20s linear infinite;
} */

.register-your-proptech-block a {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.register-your-proptech-block a:hover {
  color: #e73a47;
}

.sticky-btn-enquire:before {
  border-radius: 0;
}

.img-575,
.img-1216 {
  display: none;
}

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

.theme-big-title-img img {
  position: absolute;
  bottom: -18%;
  z-index: 9;
  animation: animate 20s linear infinite;
}

.reason-for-attending-icon .white-icon {
  display: none !important;
}

.faqs-tab-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.faqs-tab-list-desc {
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faqs-tabs .tab-list .tab:hover .faqs-tab-list-desc h4,
.faqs-tabs .tab.is-active .faqs-tab-list-desc h4 {
  color: #fff;
}

.faqs-tab-list-desc h4 {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

.faqs-tab-list-desc-icon img {
  height: 80px;
  width: auto;
  margin: 0 auto 20px;
  position: relative;
}

.acc-text a {
  color: #ffd623;
}

.acc-text a:hover {
  color: #e73a47;
}

.faqs-tab-list-desc h6 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0 auto;
  position: relative;
}

.faqs-tab-list-desc:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  opacity: 0.8;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-list .tab:hover .faqs-tab-list-desc:before,
.tab-list .tab.is-active .faqs-tab-list-desc:before {
  background-color: #b42743;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-content {
  padding: 100px 0;
  background-color: #2b2a28;
}

.inner-acc-title h3,
.acc-title h3 {
  color: #e73a47;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
}

.acc-text {
  max-width: 900px;
}

.theme-big-title-img.event-witness-big-title img {
  /* z-index: 29;
  top: -26%; */
  top: 100%;
  transform: translateY(-50%);
  animation: marquee 20s linear infinite;
}

.banner-detail-inner {
  /* text-align: center; */
}

.section-secure-your-spot {
  padding-bottom: 260px;
}

.who-should-attend-content {
  height: 100%;
}

.responsive-section-faqs {
  display: none;
}

.faqs-tab-list-desc-icon .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faqs-tab-list-desc-icon {
  position: relative;
}

.tab-list .tab.is-active .hover-icon,
.tab-list .tab:hover .hover-icon {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}

.section-cms .section-title h3 {
  color: #e41b45 !important;
}

/* .event-witness-big-title img:nth-child(2) {
  margin-left: 101%;
}

.event-witness-big-title img:nth-child(3) {
  margin-left: 202%;
}

.event-witness-big-title img:nth-child(4) {
  margin-left: 303%;
}

.event-witness-big-title img:nth-child(5) {
  margin-left: 404%;
}

.event-witness-big-title img:nth-child(6) {
  margin-left: 505%;
}

.event-witness-big-title img:nth-child(7) {
  margin-left: 606%;
}

.event-witness-big-title img:nth-child(8) {
  margin-left: 707%;
}

.event-witness-big-title img:nth-child(9) {
  margin-left: 808%;
} */

.event-witness-big-title img:nth-child(10) {
  margin-left: 909%;
}

.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

.marquee-item {
  flex: 0 0 100%;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-101vw);
  }
}

.marquee {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 1;
}

.footer-page-link li {
  opacity: 0.8;
}

.register-your-proptech-block-logo img {
  max-width: 180px;
}

.register-your-proptech-block-btn .theme-btn {
  padding: 10px 20px;
  font-size: 26px !important;
  font-weight: 800;
}

/* .section-registration-process {
  background-color: #2a2929;
} */

.registration-process-icon img {
  height: 70px;
  width: auto;
  margin: 0 auto 20px;
}

.registration-process-step h5 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fecb00;
  padding: 15px 10px;
}

.registration-process-desc {
  background-color: #fecb00;
  padding: 20px;
  position: relative;
}

.registration-process-items {
  border: 1px solid #fecb00;
  text-align: center;
  position: relative;
}

.registration-process-col:not(:last-child) .registration-process-desc:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #fecb00;
  width: 15px;
  height: 20px;
}

.registration-process-desc-inner h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title.registration-process-title {
  margin-bottom: 60px;
}

.section-title.registration-process-title h4 {
  font-size: 46px;
  line-height: 50px;
}

.patron-club-logo {
  background-color: #fff;
  padding: 80px;
  border-radius: 100%;
  max-width: 520px;
  max-height: 520px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.column.theme-logo-block-col {
  width: 520px;
  flex: 0 0 520px;
}

/* .column.theme-detail-block-col {
  width: calc(100% - 520px);
  flex: 0 0 calc(100% - 520px);
} */

/* .patron-club-slider-detail {
  padding-left: 100px;
} */

.strategic-mentor-partner-update-slider-detail {
  padding-right: 100px;
}

.theme-card-img img {
  border-radius: 0;
  max-width: 190px;
  margin: 0 auto;
}

.theme-card-logo img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.theme-card-desc {
  position: relative;
  text-align: center;
}

.past-speakers-mentors-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: start;
  background-color: #fff;
  width: 100%;
  max-width: 85%;
  padding: 8px 14px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.past-speakers-mentors-inner {
  margin-top: 0 !important;
}

.theme-card-desc-inner h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

.theme-card-desc-inner h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 3px;
}

.theme-card-desc-inner span {
  font-size: 14px;
  display: block;
}

.theme-card-desc-inner {
  margin-top: 20px;
}

.arrow-dnone .splide__arrows,
#jury-panel-update-slider .splide__arrows,
#strategic-mentor-partner-update-slider .splide__arrows,
#patron-club-slider .splide__arrows {
  display: none;
}

#jury-panel-update-slider:hover,
#delegates-slider:hover,
#strategic-mentor-partner-update-slider:hover,
#patron-club-slider:hover {
  cursor: url(../images/icons/arrows-horizontal.svg) 20 20, auto;
}

.section-title.jury-panel-title {
  margin-bottom: 60px;
}

.column.jury-panel-col {
  padding: 0 10px;
  margin-bottom: 50px;
  width: 12.5%;
  flex: 0 0 12.5%;
}

.columns.jury-panel-cols {
  margin: 0 -10px -50px !important;
  justify-content: center;
}

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.strategic-partners-logo {
  width: auto;
  height: auto;
  max-width: 180px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
}

.strategic-partners-desc h5 {
  color: #e73a47;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: uppercase; */
  text-align: center;
}

.column.strategic-partners-col {
  width: 25%;
  flex: 0 0 25%;
  border-right: 1px solid #ededed;
}

.column.strategic-partners-col:last-child,
.column.strategic-partners-col:nth-child(4n + 4) {
  border-right: 0;
}

.strategic-partners-cols {
  justify-content: center;
}

#section-strategic-partners {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

#section-jury-panel {
  background-color: #ff4a5a;
  padding-left: 30px;
  padding-right: 30px;
}

.many-more-text h5 {
  font-weight: 900;
}

.ipdd-event-agenda-accordian .acc-title {
  display: flex;
}

.ipdd-event-agenda-accordian .acc-title .event-agenda-time,
.ipdd-event-agenda-accordian .acc-title .event-agenda-desc h4 {
  font-size: 18px !important;
  text-transform: uppercase;
  color: #e73a47;
  font-weight: 500;
}

.ipdd-event-agenda-accordian .event-agenda-time {
  min-width: 320px;
}

.event-agenda-desc h4 {
  font-weight: 800 !important;
}

.ipdd-event-agenda-accordian .accordionItemHeading {
  background-color: #fff !important;
  padding: 12px 20px;
  margin: 0;
  border-radius: 0;
}

.ipdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemHeading {
  background-color: #e73a47 !important;
}

.section-title.ipdd-event-agenda-title {
  margin-bottom: 60px;
}

.ipdd-event-agenda-accordian .accordionItem:nth-child(odd) .acc-title .event-agenda-time,
.ipdd-event-agenda-accordian .accordionItem:nth-child(odd) .acc-title .event-agenda-desc h4 {
  color: #fff;
}

.ipdd-event-agenda-accordian .open .accordionItemContent {
  padding: 20px !important;
  border-top: 1px solid #eee;
  background-color: #ffffff60;
}

.ipdd-event-agenda-accordian .accordionItemContent {
  font-size: 18px;
}

.ipdd-event-agenda-accordian .accordionItemHeading::before {
  display: none;
}

.ipdd-event-agenda-accordian .accordionItemHeading::after {
  position: absolute;
  content: "";
  bottom: 14px;
  right: 20px;
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #e73a47;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ipdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemHeading::after {
  background-color: #fff;
}

.ipdd-event-agenda-accordian .accordionItem:nth-child(odd) .accordionItemHeading::after {
  background-color: #fff;
}

.ipdd-event-agenda-accordian .accordionItem.open .accordionItemHeading::after {
  transform: rotate(90deg);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.proptech-text-bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accordionItem .accordian-no-content-head,
.accordionItem.accordian-no-content {
  pointer-events: none;
}

.accordionItemHeading.accordian-no-content-head:after,
.accordionItem.accordian-no-content .accordionItemHeading:after {
  display: none !important;
}

.banner-detail .block-link {
  z-index: 9;
}

.text-horizontal-scroll-loop {
  justify-content: flex-start;
  align-items: center;
  /* min-width: 1037.5rem; */
  text-decoration: none;
  display: flex;
  position: relative;
  animation: right-to-left 150s infinite;
  animation-timing-function: linear;
}

.text-horizontal-scroll-loop-block {
  align-items: center;
  min-width: 146.75rem;
  display: flex;
}

.text-horizontal-scroll-loop-block-instance {
  flex: none;
  align-items: center;
  display: flex;
  font-weight: 900;
}

.text-horizontal-scroll-loop-block-instance-dot {
  background-color: #ac5dff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin: 0 20px;
}

.text-horizontal-scroll-loop-block-instance-dot.color-overirde {
  background-color: #e41b45;
}

@keyframes right-to-left {
  from {
    right: 0px;
  }

  to {
    right: calc(10000px - 100vw);
  }
}

.register-your-proptech-block a:hover {
  animation-play-state: paused;
  color: #000;
}

.text-horizontal-scroll-loop-block-instance-text {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.text-horizontal-scroll-loop-block-instance-text:hover {
  color: #e73a47;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

sup {
  line-height: 0;
}

.theme-card-img {
  border-radius: 100%;
  overflow: hidden;
}

.delegates-items .theme-card-img img,
.jury-panel-update-items .theme-card-img img,
.strategic-mentor-partner-update-items .theme-card-img img,
.patron-club-items .theme-card-img img {
  max-width: inherit;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

.order-2 {
  order: 2 !important;
}

.pagination-black .splide__pagination__page.is-active {
  background-color: #000;
}

.yellow-bg .theme-card-desc-inner h5 {
  color: #e73a47;
}

.yellow-bg .theme-card-desc-inner span {
  color: #000;
}

.patron-club-items .theme-card-img,
.strategic-mentor-partner-update-items .theme-card-img {
  /* border: 1px solid #00000020; */
  background-color: #e73a47;
  width: fit-content;
  margin: 0 auto;
}

.patron-club-items .theme-card-img {
  background-color: #ffd623 !important;
}

#strategic-mentor-partner-update-slider .splide__list {
  margin: 0 auto !important;
}

.delegates-items .theme-card-img {
  /* background-color: #ffd623;
  background-color: #e73a47; */
  background-color: #68bfa5;
}

.sponsors-title h5 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.sponsors-logo img {
  max-width: 300px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
}

.sponsors-title-main h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}

.ipdd-event-agenda-accordian .acc-text {
  max-width: inherit;
}

.theme-bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.top-twelve-img {
  max-width: 700px;
  margin: 0 auto 40px;
}

.top-twelve-block img {
  /* max-width: 180px; */
  margin: 0 auto 10px;
}

.top-twelve-block h6 {
  color: #ffd623;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.column.top-twelve-col {
  margin-bottom: 10px !important;
}

.columns.top-twelve-cols {
  margin-bottom: -10px !important;
}

.theme-card.jury-panel-update-items {
  position: relative;
}

.past-speakers-mentors-img img {
  border-radius: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

.title-tagline-update .title-tagline {
  line-height: 50px;
}

.pagination-white .splide__pagination__page.is-active {
  background-color: #fff;
}

.section-title-marging {
  margin-bottom: 30px !important;
}

.patron-club-slider .splide__pagination__page {
  background-color: #ffd623;
}

.img-with-title {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.registration-process-title h4 {
  font-weight: 600;
}

.section-top-twelve-shortlist {
  position: relative;
}

.section-top-twelve-shortlist::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-twelve-detail {
  position: relative;
  z-index: 1;
}

.patron-club-items .yellow-bg {
  background-color: #ffd623 !important;
  border-radius: 15px;
}

#top-twelve-shortlist-slider .splide__arrow {
  display: none;
}

#loadMoreOther,
#loadMore {
  width: 200px;
  color: #2b2a28;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #ffd623;
  transition: 0.3s;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.row-past-speakers-mentors {
  display: flex;
  align-items: center;
}

.col-past-speakers-mentors {
  width: 25%;
  flex: 0 0 auto;
}

.col-past-speakers-mentors {
  display: none;
}

.past-memories-content {
  display: flex;
  animation: scrolling 30s linear infinite;
}

.past-memories-content .marquee-item {
  flex: 0 0 200%;
  margin: 0 1vw;
  /* flex: 0 0 20vw; */
  /* margin: 0 2vw; */
}

.attend-item-icon img {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.attend-item-detail {
  background-color: #ffd623;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 70%;
  border-radius: 15px;
}

.attend-item-desc h6 {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: #e73a47;
}

.attend-item-desc p {
  color: #000;
  font-weight: 500;
}

.attend-list {
  position: relative;
}

.row-attend .column:nth-child(odd) .attend-img {
  padding-left: 200px;
}

.attend-img img {
  /* border: 5px solid #ffd623;
  border-radius: 15px; */
}

.row-attend .column:nth-child(even) .attend-img {
  padding-right: 200px;
}

.row-attend .column:nth-child(even) .attend-img .attend-item-detail {
  right: 0;
  left: unset;
}

.row-attend .column:nth-child(even) .attend-item-detail {
  left: unset;
  right: 0;
}

.row-attend .column:nth-child(even) .attend-list {
  margin-top: 60px;
}

.sticky-block {
  position: sticky;
  top: 50px;
}

.sticky-section {
  position: unset;
  overflow: unset;
}

.section-why-should-you-attend {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url(../images/icdd-website-demo.webp);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-why-should-you-attend::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #e73a47de;
  top: 0;
  left: 0;
  /* mix-blend-mode: multiply; */
}

.section-why-should-you-attend-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

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

.z-index-2 {
  z-index: 2;
}
.z-index-5 {
  z-index: 5;
}

.is-relative {
  position: relative;
}

.jury-panel-update-items .green-bg {
  background-color: #68bfa5;
  border-radius: 15px;
}

.banner-detail-inner .section-title .title-tagline {
  font-size: 40px;
  line-height: 20px;
}

.banner-detail-inner .section-title .startup-text {
  font-size: 46.6px !important;
  line-height: 45px;
  display: block;
}

.buy-ticket-btn .theme-btn:hover:before {
  background-color: #fff;
  padding: 10px 20px 6px;
  font-size: 18px !important;
}

.buy-ticket-btn .theme-btn {
  padding: 20px 30px;
  line-height: normal;
  font-size: 20px !important;
  letter-spacing: 4px;
  font-weight: 1000;
  margin: 20px auto 0;
  max-width: fit-content;
  display: block;
  background-color: #e73a47;
}

.buy-ticket-btn .theme-btn span {
  color: #fff;
}

.mobile-logo {
  display: none;
}

.faqs-tab-list-desc h4 {
  position: relative;
  color: #ffd623;
}

.footer-contact-items h5 a:hover {
  color: #fff;
}

.bg-yellow {
  background-color: #ffd623;
}

.buy-ticket-btn .theme-btn:hover span {
  color: #e73a47;
}

.footer-contact-items {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.registration-btn {
  border: 1px solid #fff;
}

.footer-btn {
  width: fit-content;
  border: 1px solid #fff;
  margin: 0 auto;
}

.footer-btn:hover {
  border: 1px solid #ffd623;
  color: #000 !important;
}

.section-speakers {
  background-color: #68bfa5 !important;
}

.meetjurers .columns {
  justify-content: center;
}

.meetjurers-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.meetjurers-text h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
}

.section-jurers {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-jurers::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.webp .section-jurers {
  background-image: url(../images/jurers/jurers-bg.webp);
}

.no-webp .section-jurers {
  background-image: url(../images/jurers/jurers-bg.png);
}

.col-speakers-mentors {
  width: 25%;
  flex: 0 0 auto;
}

.col-jurers {
  width: 26%;
  flex: 0 0 auto;
}

.jurers-title h4 {
  position: relative;
  display: inline-block;
}

.jurers-title h4::after,
.jurers-title h4::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 500%;
  background-color: #fff;
  top: 25%;
  left: 105%;
}

.jurers-title h4::after {
  left: unset;
  right: 105%;
}

.jurers-title {
  position: relative;
  overflow: hidden;
}

.jurers-title-wrapper {
  position: relative;
}

.jurers-title-wrapper::after,
.jurers-title-wrapper::before {
  position: absolute;
  content: "";
  height: 1800%;
  width: 2px;
  right: 0;
  top: 25%;
  background-color: #fff;
}

.jurers-title-wrapper::after {
  left: 0;
  right: unset;
}

#loadMoreOther {
  position: relative;
}

#loadMoreOther::after,
#loadMoreOther:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 500%;
  height: 2px;
  background-color: #fff;
}

#loadMoreOther::after {
  left: unset;
  right: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.loadmoreother-wrapper::after,
.loadmoreother-wrapper::before {
  position: absolute;
  content: "";
  height: 2500%;
  width: 2px;
  right: 0;
  bottom: 50%;
  background-color: #fff;
}

.loadmoreother-wrapper::after {
  left: 0;
  right: unset;
}

.row-speakers-mentors {
  padding: 0 80px;
}

.section-keynote-speakers {
  background-color: #68bfa5 !important;
}

.keynote-speakers-cols {
  justify-content: center;
}

.sponsors-cols {
  justify-content: center;
}

#winners-img-slider .splide__track {
  padding-top: 45px;
  padding-bottom: 45px;
}

#winners-img-slider .is-active.is-visible .winners-img {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.winners-img {
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#winners-img-slider .splide__arrows {
  display: none;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 0;
}

.winners-logos img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 80px;
  margin: 0 auto;
}

.winners-desc {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#winners-title-slider {
  margin-top: 30px;
  margin-bottom: 20px;
}

#winners-desc-slider .splide__pagination {
  margin-top: 20px;
}

.trophy-guy-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 500px;
  height: 100%;
}

#winners-title-slider .section-title h2 {
  font-size: 50px;
  line-height: 60px;
}

.section-winners .section-title {
  overflow: hidden;
  display: flex;
  width: fit-content;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #e73a47;
  padding: 0 20px;
}

#winners-title-slider .section-title::after,
#winners-title-slider .section-title::before {
  display: none;
}

.winners-title-wrapper {
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.section-winners .section-title::after,
.section-winners .section-title::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff;
  height: 20px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.section-winners {
  padding-top: 40px;
}

/* .section-winners:before {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
  width: 100%;
  height: 91%;
  border: 2px solid #fff;
} */

.section-winners .section-title::after {
  left: unset;
  right: 0;
}

.winners-title-wrapper:before,
.winners-title-wrapper:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 1000px;
  background-color: #fff;
  height: 2px;
}

.winners-title-wrapper:after {
  left: unset;
  right: 100%;
}

.section-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-showreel-img {
  max-width: 700px;
  margin: 0 auto;
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}