@font-face {
  font-family: "Avenir-LT-Std-65-Medium";
  src: url("../fonts/Avenir/Avenir-LT-Std-65-Medium/Avenir\ LT\ Std\ 65\ Medium.otf");
}
@font-face {
  font-family: "Avenir-LT-Std-85-Heavy";
  src: url("../fonts/Avenir/Avenir-LT-Std-85-Heavy/Avenir\ LT\ Std\ 85\ Heavy.otf");
}
@font-face {
  font-family: "Avenir-LT-Std-35-Light";
  src: url("../fonts/Avenir/Avenir-LT-Std-35-Light/Avenir\ LT\ Std\ 35\ Light.otf");
}
:root {
  --eventflow-font: "Lato", sans-serif;
  --eventflow-font-two: "Avenir-LT-Std-65-Medium";
  --eventflow-font-heavy: "Avenir-LT-Std-85-heavy";
  --eventflow-font-light: "Avenir-LT-Std-35-Light";
  --eventflow-darkgray: #313131;
  --eventflow-gray: #595c61;
  --eventflow-lightgray: #858890;
  --eventflow-gray-rgb: 124, 123, 123;
  --eventflow-white: #ffffff;
  --eventflow-white-rgb: 255, 255, 255;
  --eventflow-base: #1c75bc;
  --eventflow-base-rgb: 178, 13, 93;
  --eventflow-black: #04000a;
  --eventflow-black-rgb: 4, 0, 10;
  --eventflow-primary: #81caa5;
  --eventflow-primary-rgb: 129, 202, 165;
  --eventflow-extra: #f8f8f8;
  --eventflow-extra-rgb: 248, 248, 248;
  --eventflow-bdr-color: #cccccc;
  --eventflow-bdr-color-rgb: 204, 204, 204;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--eventflow-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(var(--eventflow-white-rgb), 0.9);

  margin: 0;
  min-height: 100vh;
  position: relative; /* IMPORTANT */
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}
.body-bg-color-1 {
  background-color: var(--eventflow-darkgray);
}

.body-bg-color-2 {
  background-color: var(--eventflow-white);
  color: var(--eventflow-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--eventflow-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--eventflow-white);
  margin: 0;
  font-family: var(--eventflow-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  /* .container {
    max-width: 1320px;
  } */
}

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

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

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

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--eventflow-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  margin-bottom: 50px;
}

.section-title-tagline-box {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.section-title-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title-title {
  margin: 0;
  color: var(--eventflow-gray);
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-title-title--two {
  color: var(--eventflow-black);
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-family: var(--eventflow-font-two);
  font-size: 16px;
  color: var(--eventflow-white);
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  padding: 10px 20px 10px;
  background: linear-gradient(90deg, #81caa5 30%, #1c75bc 100%);
  /* border-radius: 30px; */
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  gap: 10px;
  z-index: 1;
  border: 0.2px solid #81caa5;
}

.thm-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.thm-btn:hover {
  color: var(--eventflow-white);
}

.thm-btn:hover::after {
  bottom: -50%;
}
.subdropdown {
  overflow-y: scroll;
  height: 350px;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

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

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--eventflow-base);
  color: var(--eventflow-white);
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--eventflow-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--eventflow-base);
  color: var(--eventflow-white);
  cursor: pointer;
}

/* .preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader-image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/logo/blue-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
} */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* optional background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader-video {
  width: 450px; /* adjust size as needed */
  height: auto;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--eventflow-base);
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--eventflow-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--eventflow-white);
}

.scroll-to-top:hover i {
  color: var(--eventflow-base);
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../images/icon/cross-out.html), pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--eventflow-white);
  border-color: var(--eventflow-white);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--eventflow-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-bottom: 15px; */
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  /* border-radius: 25px; */
  transition: all 500ms ease;
}
.selectmenu{
   position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 12px 12px;
  color: #848484;
  border: none;
  outline: none;
  /* border-radius: 25px; */
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner-btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--eventflow-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner-btn:hover {
  color: var(--eventflow-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: var(--eventflow-darkgray);
  transition: all 500ms ease;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding: 0 60px; */
  z-index: 1;
}

.main-menu-wrapper-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  /* background-color: rgba(var(--eventflow-white-rgb), 0.15); */
  z-index: -1;
}

.main-menu-left {
  position: relative;
  display: block;
}

.main-menu-logo {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 1;
}

.main-menu-main-menu-box {
  position: relative;
  display: block;
}

.main-menu-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
}

.main-menu-cart-search-nav-sidebar-icon-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--eventflow-white);
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-menu-cart:hover {
  color: var(--eventflow-base);
}

.main-menu-search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--eventflow-white);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.main-menu-search:hover {
  color: var(--eventflow-base);
}

.main-menu-nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu-nav-sidebar-icon a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eventflow-white);
  padding-top: 11px;
  padding-bottom: 11px;
}

.main-menu-nav-sidebar-icon a:hover {
  color: var(--eventflow-white);
}

.stricky-header.main-menu {
  background-color: var(--eventflow-darkgray);
}

.main-menu .main-menu-list,
.main-menu .main-menu-list > li > ul,
.main-menu .main-menu-list > li > ul > li > ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list > li > ul,
.stricky-header .main-menu-list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu-list,
  .main-menu .main-menu-list > li > ul,
  .main-menu .main-menu-list > li > ul > li > ul,
  .stricky-header .main-menu-list,
  .stricky-header .main-menu-list > li > ul,
  .stricky-header .main-menu-list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu-list > li,
.stricky-header .main-menu-list > li {
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
}

.main-menu .main-menu-list > li + li,
.stricky-header .main-menu-list > li + li {
  margin-left: 50px;
}

.main-menu .main-menu-list > li > a,
.stricky-header .main-menu-list > li > a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--eventflow-white);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu-list > li.dropdown > a {
  padding-right: 16px;
}

.main-menu .main-menu-list > li.dropdown > a:after {
  position: absolute;
  top: 55%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--eventflow-white);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu-list > li.current > a::after,
.main-menu .main-menu-list > li:hover > a::after,
.stricky-header .main-menu-list > li.current > a::after,
.stricky-header .main-menu-list > li:hover > a::after {
  color: var(--eventflow-primary);
}

.main-menu .main-menu-list > li.current > a,
.main-menu .main-menu-list > li:hover > a,
.stricky-header .main-menu-list > li.current > a,
.stricky-header .main-menu-list > li:hover > a {
  color: var(--eventflow-primary);
}

.main-menu .main-menu-list > li > ul,
.main-menu .main-menu-list > li > ul > li > ul,
.stricky-header .main-menu-list > li > ul,
.stricky-header .main-menu-list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: var(--eventflow-darkgray);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu-list > li > ul > li > ul > li > ul,
.stricky-header .main-menu-list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu-list > li:hover > ul,
.main-menu .main-menu-list > li > ul > li:hover > ul,
.stricky-header .main-menu-list > li:hover > ul,
.stricky-header .main-menu-list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu-list > li > ul > li,
.main-menu .main-menu-list > li > ul > li > ul > li,
.stricky-header .main-menu-list > li > ul > li,
.stricky-header .main-menu-list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--eventflow-white-rgb), 0.1);
}

.main-menu .main-menu-list > li > ul > li:last-child,
.main-menu .main-menu-list > li > ul > li > ul > li:last-child,
.stricky-header .main-menu-list > li > ul > li:last-child,
.stricky-header .main-menu-list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu-list > li > ul > li + li,
.main-menu .main-menu-list > li > ul > li > ul > li + li,
.stricky-header .main-menu-list > li > ul > li + li,
.stricky-header .main-menu-list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu-list > li > ul > li > a,
.main-menu .main-menu-list > li > ul > li > ul > li > a,
.stricky-header .main-menu-list > li > ul > li > a,
.stricky-header .main-menu-list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--eventflow-white);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu-list > li > ul > li:hover > a,
.main-menu .main-menu-list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu-list > li > ul > li:hover > a,
.stricky-header .main-menu-list > li > ul > li > ul > li:hover > a {
  background-color: var(--eventflow-base);
  color: var(--eventflow-white);
}

.main-menu .main-menu-list > li > ul > li > ul,
.stricky-header .main-menu-list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li > ul.right-align,
.stricky-header .main-menu-list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease;
  transition:
    transform 500ms ease,
    visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.mobile-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav-buttons {
    display: none;
  }
}

.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--eventflow-base);
  cursor: pointer;
}

.mobile-nav-buttons a + a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--eventflow-base);
}

.main-menu .mobile-nav-toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--eventflow-white);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav-toggler:hover {
  color: var(--eventflow-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav-toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition:
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    transform 500ms ease 500ms,
    visibility 500ms ease 500ms;
  transition:
    transform 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition:
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    transform 500ms ease 0ms,
    visibility 500ms ease 0ms;
  transition:
    transform 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: var(--eventflow-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition:
    opacity 500ms ease 0ms,
    visibility 500ms ease 0ms,
    transform 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition:
    opacity 500ms ease 500ms,
    visibility 500ms ease 500ms,
    transform 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--eventflow-white);
  cursor: pointer;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list > li > ul,
.mobile-nav-content .main-menu-list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list > li > ul,
.mobile-nav-content .main-menu-list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav-content .main-menu-list > li:not(:last-child),
.mobile-nav-content .main-menu-list > li > ul > li:not(:last-child),
.mobile-nav-content .main-menu-list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav-content .main-menu-list > li > a,
.mobile-nav-content .main-menu-list > li > ul > li > a,
.mobile-nav-content .main-menu-list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--eventflow-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav-content
  .main-menu-list
  > li
  > a.expanded
  .mobile-nav-content
  .main-menu-list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav-content
  .main-menu-list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--eventflow-base);
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: var(--eventflow-base);
}

.mobile-nav-content .main-menu-list > li > a > button,
.mobile-nav-content .main-menu-list > li > ul > li > a > button,
.mobile-nav-content .main-menu-list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--eventflow-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition:
    transform 500ms ease,
    -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav-content .main-menu-list > li > a > button.expanded,
.mobile-nav-content .main-menu-list > li > ul > li > a > button.expanded,
.mobile-nav-content
  .main-menu-list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--eventflow-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav-content .main-menu-list > li > ul > li > ul > li > a > button,
.mobile-nav-content .main-menu-list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav-top .main-menu-login a {
  color: var(--eventflow-text-dark);
}

.mobile-nav-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-social a {
  font-size: 16px;
  color: var(--eventflow-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav-social a + a {
  margin-left: 30px;
}

.mobile-nav-social a:hover {
  color: var(--eventflow-base);
}

.mobile-nav-contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav-contact li {
  color: var(--eventflow-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-contact li + li {
  margin-top: 15px;
}

.mobile-nav-contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav-contact li a:hover {
  color: var(--eventflow-base);
}

.mobile-nav-contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--eventflow-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav-container .main-logo,
.mobile-nav-container .topbar-buttons,
.mobile-nav-container .main-menu-language,
.mobile-nav-container .main-menu-login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background-color: var(--eventflow-black);
}

.main-menu-two .main-menu-wrapper-inner {
  padding: 0 0px;
}

.main-menu-two .main-menu-wrapper-inner:before {
  display: none;
}

.main-menu-two .main-menu-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  z-index: -1;
}

.main-menu-two .main-menu-list > li + li,
.stricky-header.main-menu-two .main-menu-list > li + li {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# Main Header Three
--------------------------------------------------------------*/
.main-menu-three .main-menu-right {
  padding: 0;
}

.main-menu-three .main-menu-wrapper-inner:before {
  background-color: rgba(var(--eventflow-white-rgb), 0.05);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition:
    opacity 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    opacity 500ms ease,
    -webkit-transform 500ms ease;
  transition:
    transform 500ms ease,
    opacity 500ms ease;
  transition:
    transform 500ms ease,
    opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eventflow-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup-content {
  width: 100%;
  max-width: 560px;
}

.search-popup-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup-content form input[type="search"],
.search-popup-content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup-content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--eventflow-primary);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  clip-path: none;
}

.search-popup-content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--eventflow-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup-content .thm-btn:hover i {
  color: var(--eventflow-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider iframe {
  display: block;
  scroll-margin-top: 0;
}
html {
  scroll-behavior: auto !important;
}
.main-slider {
  scroll-behavior: auto;
}
.main-slider {
  position: relative;
  display: block;
  /* background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%); */
  z-index: 91;
  overflow: hidden;
  padding: 85px 0 85px;
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--eventflow-black);
}

.main-slider-img {
  position: absolute;
  top: 140px;
  right: 350px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(400px);
  transform: perspective(400px) rotateY(0deg) translateX(400px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.main-slider-img img {
  width: auto;
  border: 3px solid #41102b;
  border-radius: 20px;
}

.main-slider .swiper-slide-active .main-slider-img {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider-shpae-1 {
  position: absolute;
  top: 180px;
  right: 195px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(-160px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(-160px);
  transform: perspective(400px) rotateY(0deg) translateX(-160px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: -1;
}

.main-slider .swiper-slide-active .main-slider-shpae-1 {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
}

.main-slider-shpae-1 img {
  width: auto;
}

.main-slider-shpae-2 {
  position: absolute;
  bottom: -50px;
  right: 270px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(160px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(160px);
  transform: perspective(400px) rotateY(0deg) translateY(160px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: -1;
}

.main-slider .swiper-slide-active .main-slider-shpae-2 {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
}

.main-slider-shpae-2 img {
  width: auto;
  opacity: 0.1;
}

.main-slider-start-1 {
  position: absolute;
  top: 130px;
  left: 830px;
  animation-name: border-round;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

.main-slider-start-1 img {
  width: auto;
}

@keyframes border-round {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(-180deg);
  }

  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}

.main-slider-start-2 {
  position: absolute;
  bottom: 50px;
  left: 520px;
  z-index: -1;
}

.main-slider-start-2 img {
  width: auto;
}

.main-slider-start-3 {
  position: absolute;
  top: 216px;
  right: 170px;
  animation-name: border-round;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

.main-slider-start-3 img {
  width: auto;
}

.main-slider .container {
  position: relative;
  /* padding: 85px 0 85px; */
  z-index: 30;
}

.main-slider-content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-sub-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--eventflow-white);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.main-slider-title {
  position: relative;
  font-size: 60px;
  color: var(--eventflow-white);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 75px;
  margin-top: 7px;
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-title span {
  color: transparent;
  -webkit-text-stroke: 1.5px #ffffff;
}

.main-slider .swiper-slide-active .main-slider-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-text {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(-120px);
  transform: perspective(400px) rotateY(0deg) translateX(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-address {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
  margin-bottom: 34px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-address {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-address li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-address li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main-slider-btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider-btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
}

#main-slider-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  padding: 0 50px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  z-index: 100;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  padding: 6px 0;
  margin: 4px 0px;
  background: transparent;
  border: 1px solid var(--eventflow-white);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#main-slider-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: var(--eventflow-white);
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  background-color: var(--eventflow-black);
  z-index: 91;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--eventflow-black);
}

.main-slider-two .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 30;
}

.main-slider-two-content {
  position: relative;
  display: block;
  margin-top: 60px;
  z-index: 15;
}

.main-slider-two-sub-title {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--eventflow-white);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two-sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.main-slider-two-title {
  position: relative;
  color: var(--eventflow-white);
  font-size: 68px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 84px;
  margin-top: 20px;
  margin-bottom: 53px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two-title .color-text {
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main-slider-two .swiper-slide-active .main-slider-two-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-two-btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two-btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
}

.main-slider-two-btn {
  background: transparent;
}

.main-slider-two-btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 30px;
  border: 3px solid transparent;
  background: linear-gradient(90deg, #b00d5c, #490ab3) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.main-slider-two-img-box {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 250px;
  opacity: 0;
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .main-slider-two-img-box {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider-two-img-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 250px;
  border: 6px solid transparent;
  background: linear-gradient(180deg, #b20d5c, #490ab3) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.main-slider-two-img {
  position: relative;
  display: block;
  border-radius: 250px;
  overflow: hidden;
  z-index: 1;
}

.main-slider-two-img img {
  width: 100%;
  border-radius: 250px;
}

.main-slider-two-shape-1 {
  position: absolute;
  bottom: -60px;
  left: -56px;
  z-index: -1;
  animation-name: border-round;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-slider-two-shape-1 img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.3;
}

.main-slider-two-shape-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.main-slider-two-shape-2 img {
  width: auto;
  filter: grayscale(1);
}

.main-slider-two-shape-3 {
  position: absolute;
  top: -10px;
  right: -100px;
  z-index: 1;
}

.main-slider-two-shape-3 img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.1;
}

.main-slider-two #main-slider-pagination {
  top: 50%;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  padding: 200px 0 200px;
  background-color: #000000;
  z-index: 91;
}

.banner-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

.banner-one-inner {
  position: relative;
  display: block;
  text-align: center;
}

.banner-one-countdown-timer-box {
  position: relative;
  display: block;
}

.banner-one-countdown-timer-box .time-countdown-two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 10px;
}

.banner-one-countdown-timer-box li {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}

.banner-one-countdown-timer-box li + li {
  margin-left: 5px;
}

.banner-one-countdown-timer-box li .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 120px;
  width: 120px;
  margin: 0 auto 0;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.banner-one-countdown-timer-box li .box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(180deg, #b20d5d, rgba(140, 30, 13, 0.33))
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.banner-one-countdown-timer-box li span.days,
.banner-one-countdown-timer-box li span.hours,
.banner-one-countdown-timer-box li span.minutes,
.banner-one-countdown-timer-box li span.seconds {
  position: relative;
  display: block;
  color: var(--eventflow-white);
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}

.banner-one-countdown-timer-box li span.timeRef {
  position: relative;
  display: block;
  color: var(--eventflow-white);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
}

.banner-one-title {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 55px;
}

.banner-one-date {
  font-size: 35px;
  line-height: 45px;
  color: var(--eventflow-white);
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-one-address {
  font-size: 24px;
  color: var(--eventflow-white);
  font-weight: 700;
  line-height: 34px;
}

.banner-one-btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -130px;
  top: 280px;
  width: 210px;
  z-index: 1100;
  font-family: "Lato", sans-serif;
}
.sticky li {
  list-style-type: none;
  /* border-radius: 30px; */
  height: 50px;
  padding: 5px 5px 0px 5px;
  margin: 15px 0px 15px -1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background: #81caa5;
}
.sticky li:hover {
  margin-left: -115px;
}
.sticky li .fa-brands {
  float: left;
  padding: 11px;
  margin-right: 10px;
  background: #1c75bc;
  /* border-radius: 20px; */
  height: 40px;
  width: 40px;
  font-size: 20px;
  color: #fff;
}
.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 14px;
  float: left;
}
.sticky li p a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.sticky li p a:hover {
  color: #222;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 6px 6px;
  font-size: 26px;
  z-index: 1000;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 0px 0 85px;
}

.services-one-tagline {
  position: relative;
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}

.services-one-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.services-one-title {
  font-size: 22px;
  line-height: 34px;
  margin-top: 22px;
  font-family: var(--eventflow-font-heavy);
}
.services-one-subtitle {
  font-family: var(--eventflow-font-two);
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 18px;
}

/* .services-section-title {
  margin-bottom: 50px;
} */
.services-one-single {
  position: relative;
  display: block;
  padding: 25px;
  /* border-radius: 20px; */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  /* border: 1px solid #fff; */
}

.services-one-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}

.services-one-single:hover:before {
  visibility: hidden;
  opacity: 0;
}

.services-one-single:hover:after {
  visibility: visible;
  opacity: 1;
}

.services-one-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  /* border-radius: 50%; */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
}

.services-one-icon i {
  font-size: 25px;
}

.services-one-title a {
  background: var(--eventflow-white);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--eventflow-font);
  font-weight: 800;
  font-size: 22px;
}

.services-one-text {
  color: var(--eventflow-white);
  font-size: 16px;
  height: 140px;
  font-family: var(--eventflow-font-light);
}

.services-one-read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--eventflow-white);
  font-weight: 700;
  font-family: var(--eventflow-font-light);
}

.services-one-read-more:hover {
  color: var(--eventflow-white);
}

/*--------------------------------------------------------------
# Sliding Text One
--------------------------------------------------------------*/
/* .sliding-text-one {
  position: relative;
  display: block;
  padding: 0px 0 85px;
  z-index: 1;
}

.sliding-text-one-wrap {
  position: relative;
  display: block;
}

.sliding-text-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text-list li {
  position: relative;
  display: block;
  float: left;
  margin-right: 35px;
}

.sliding-text-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  color: transparent;
  -webkit-text-stroke: 1.5px #1c75bc;
  font-size: 96px;
  line-height: 115px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--eventflow-font-two);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: color 0.3s ease, -webkit-text-stroke 0.3s ease;
}


.sliding-text-title img {
  width: auto;
  animation: textRotate 05s linear 0s forwards infinite alternate;
}

.sliding-text-list li .sliding-text-title:hover {
  color: transparent;
  -webkit-text-stroke: 1px #1c75bc;
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sliding-text-title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--eventflow-white);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-list li:hover .sliding-text-title:before {
  width: 100%;
  color: var(--eventflow-white);
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */
.sliding-text-one {
  position: relative;
  display: block;
  padding: 0 0 85px;
  z-index: 1;
  overflow: hidden;
}

.sliding-text-one-wrap {
  position: relative;
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
  animation-play-state: running !important;
}

.sliding-text-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sliding-text-list li {
  position: relative;
  display: block;
  margin-right: 35px;
  white-space: nowrap;
}

.sliding-text-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  color: transparent;
  /* -webkit-text-stroke: 1.5px #1c75bc; */
  font-size: 80px;
  line-height: 115px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--eventflow-font-two);
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: var(--eventflow-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sliding-text-title img {
  width: auto;
  /* animation: textRotate 5s linear infinite; */
}

/* continuous marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* image rotation */
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# about-us
--------------------------------------------------------------*/
.about-us {
  position: relative;
  display: block;
  padding: 0 0 85px;
}

.about-us-inner {
  position: relative;
  display: block;
  background: linear-gradient(120deg, #1c75bc 30%, #81caa5 100%);
  /* border-radius: 20px; */
  padding: 60px;
  /* border: 1px solid #fff; */
}
.about-us-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}
.about-us-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-us-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}

.about-us-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.about-us-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 22px;
}
.about-us-subtitle {
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 24px;
  font-family: var(--eventflow-font-two);
}
.about-us-subtitles {
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 24px;
  font-family: var(--eventflow-font-two);
}
.about-us-inner p {
  font-size: 16px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
}
.about-us-top .section-title {
  margin-bottom: 0;
}

.about-us .count-card {
  position: relative;
  display: block;
  z-index: 1;
}

.about-us .count-card-inner {
  position: relative;
  display: block;
  background-color: #101010;
  padding: 100px 60px 70px;
  border-radius: 20px;
}

.count-card-left {
  position: relative;
  display: block;
}

.about-us .count-card-left .section-title {
  margin-bottom: 4px;
}

.about-us .count-card-call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.about-us .count-card-call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us .count-card-call-icon img {
  width: auto;
}

.about-us .count-card-call-content {
  position: relative;
  display: block;
}

.about-us .count-card-call-content p {
  color: var(--eventflow-white);
  margin-bottom: 9px;
}

.about-us .count-card-call-content h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 16px;
}

.about-us .count-card-call-content h4 a {
  color: var(--eventflow-white);
}

.about-us .count-card-call-content h4 a:hover {
  color: var(--eventflow-base);
}

.about-us .count-card-counter {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.about-us .count-card-counter li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us .count-card-counter-single {
  position: relative;
  display: block;
  border: 1px solid #81caa5;
  /* border-radius: 20px; */
  text-align: center;
  padding: 21px 0 26px;
}

.about-us .count-card-counter-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.about-us .count-card-counter-box h3 {
  font-size: 48px;
  line-height: 48px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
}

.about-us .count-card-counter-plus {
  font-size: 48px;
  line-height: 48px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
  color: var(--eventflow-white);
}

.about-us .count-card-counter-text {
  color: var(--eventflow-white);
  line-height: 22px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# timeline
--------------------------------------------------------------*/
.timeline {
  position: relative;
  display: block;
  padding: 0px 0 85px;
  z-index: 1;
}

.timeline-img {
  position: relative;
  display: block;
}

.timeline-img img {
  width: 100%;
  border-radius: 20px;
}

.timeline-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.timeline-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.timeline-subtitle {
  margin: 0;
  color: var(--eventflow-white);
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--eventflow-font-two);
}

.timeline-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 5;
  top: -20px;
}

.timeline-main-tab-box .tab-buttons:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 1px;
  /* background-color: rgba(var(--eventflow-bdr-color-rgb), 0.2); */
  z-index: -1;
}

.timeline-main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 55px;
}

.timeline-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 12px 29px 11px;
  background-color: #94989a;
  /* border-radius: 32px; */
  overflow: hidden;
  z-index: 1;
}

.timeline-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  /* border-radius: 32px; */
  transition: all 0.3s ease;
  z-index: -1;
}

.timeline-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.timeline-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  line-height: 15px;
  color: var(--eventflow-white);
  font-weight: 700;
  letter-spacing: 1.6px;
  transition: all 0.3s ease;
  z-index: 1;
  font-family: var(--eventflow-font-two);
  font-size: 16px;
  letter-spacing: 0;
}

.timeline-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  font-size: 16px;
  letter-spacing: 0;
}

.timeline-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
  padding: 0 35px 35px 35px;
}

.timeline-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.timeline-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.timeline-tab-content-box {
  position: relative;
  display: block;
}

.timeline-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 39px;
  margin-bottom: 23px;
}

.timeline-meta li {
  position: relative;
  display: block;
}

.timeline-meta li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eventflow-white);
}

.timeline-title-1 {
  font-size: 24px;
  line-height: 40px;
  text-transform: capitalize;
  color: var(--eventflow-lightgray);
  margin-bottom: 15px;
  font-family: var(--eventflow-font-heavy);
}

.timeline-text-1 {
  color: var(--eventflow-gray);
  margin-bottom: 15px;
}

.timeline-img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.timeline-img-box-img {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.timeline-img-box-img img {
  width: 100%;
  border-radius: 20px;
}

.timeline-points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 115px;
}

.timeline-points {
  margin-bottom: 15px;
}

.timeline-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.timeline-points li + li {
  margin-top: 13px;
}

.timeline-points li .icon {
  position: relative;
  display: inline-block;
}

.timeline-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.timeline-points li p {
  color: var(--eventflow-gray);
}

.timeline-right {
  position: relative;
  display: block;
}

.timeline-main-tab-box {
  /* border-radius: 20px; */
  border: 2px solid #1c75bc;
}

/*--------------------------------------------------------------
# Journey-Section
--------------------------------------------------------------*/
.journey-section {
  padding: 0 0 85px;
}
.journey-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.journey-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.journey-subtitle {
  margin: 0;
  color: var(--eventflow-white);
  font-size: 24px;
  text-transform: capitalize;
}

.journey-content h5 {
  background: linear-gradient(90deg, #81caa5 30%, #1c75bc 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--eventflow-font-two);
  font-weight: 700;
  font-size: 22px;
}
.journey-content h6 {
  background: linear-gradient(90deg, #81caa5 30%, #1c75bc 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--eventflow-font-two);
  font-weight: 700;
  font-size: 22px;
  display: inline;
}
.journey-content p {
  color: var(--eventflow-white);
  font-size: 16px;
  text-align: justify;
  font-family: var(--eventflow-font-light);
}
.journey-content ul {
  color: var(--eventflow-white);
  font-size: 16px;
  text-align: justify;
  font-weight: 700;
  padding-left: 18px;
}
/*--------------------------------------------------------------
# Tag line
--------------------------------------------------------------*/
.tagline-section {
  padding: 0 0 85px;
}
.tagline-section .tagline {
  text-align: center;
}
.tagline-section .tagline h5 {
  display: inline-block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: linear-gradient(360deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  font-family: var(--eventflow-font-heavy);
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.tagline-section .tagline h5.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
/*--------------------------------------------------------------
# Latest-Event-Section
--------------------------------------------------------------*/

.latest-event-section .event-heading {
  position: relative;
  display: inline-block;
  /* font-size: 18px;
  line-height: 18px;
  font-weight: 500; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.latest-event-section .event-heading.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.latest-event-section {
  position: relative;
  display: block;
  /* background-color: #101010; */
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  padding: 85px 0 85px;
  z-index: 1;
}

/* .latest-event-section-left {
  position: relative;
  display: block;
  margin-right: -20px;
} */

.latest-event-section-address {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.latest-event-section-address li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.latest-event-section-address li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.latest-event-section-address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--eventflow-white);
}

.latest-event-section-address li .text {
  position: relative;
  display: block;
}

.latest-event-section-address li .text p {
  font-size: 18px;
  color: var(--eventflow-white);
}

.latest-event-section-title {
  font-size: 24px;
  line-height: 35px;
  font-family: var(--eventflow-font-two);
}

.latest-event-section-title a {
  color: var(--eventflow-white);
}

.latest-event-section-text {
  color: var(--eventflow-white);
  text-align: justify;
  font-family: var(--eventflow-font-light);
  font-size: 16px;
}

.latest-event-section-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.latest-event-section-btn-2 {
  background: transparent;
  border: 1px solid var(--eventflow-bdr-color);
  padding: 16px 30px 16px;
}

.latest-event-section-btn-2:hover {
  border: 1px solid transparent;
}

.latest-event-section-right {
  position: relative;
  display: block;
  /* margin-left: 60px; */
}

.latest-event-section-img {
  position: relative;
  display: block;
}

.latest-event-section-img img {
  width: 100%;
  /* border: 7px solid #81caa5; */
  width: 100%;
  /* border-radius: 20px; */
  object-fit: cover;
  transition: all 1s ease-in-out;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 5px;
  background: linear-gradient(280deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  padding: 85px 0 85px;
  z-index: 1;
}

.gallery-one-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.gallery-one-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
/* .gallery-one-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 22px;
} */
.gallery-one-subtitle {
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 24px;
}

.gallery-one .container {
  max-width: 1572px;
}

.gallery-one .row {
  --bs-gutter-x: 10px;
}

.gallery-one-single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.gallery-one-img {
  position: relative;
  display: block;
  overflow: hidden;
  /* border-radius: 20px; */
  z-index: 1;
}

.gallery-one-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--eventflow-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.gallery-one-single:hover .gallery-one-img::before {
  opacity: 0.4;
}

.gallery-one-img img {
  width: 100%;
  /* border-radius: 20px; */
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 3px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gallery-one-single:hover .gallery-one-img img {
  transform: scale(1.05) rotate(0deg);
}

.gallery-one-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  /* border-radius: 20px; */
  padding: 26px 30px 18px;
  transform: translateX(-50%);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.gallery-one-single:hover .gallery-one-content {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition-delay: 500ms;
}

.gallery-one-sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.gallery-one-title {
  font-family: var(--eventflow-font-two);
  font-size: 22px;
}

.gallery-one-sub-title-shape {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.gallery-one-sub-title {
  font-size: 16px;
  line-height: 16px;
  color: var(--eventflow-white);
}

/* .gallery-one-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
} */

.gallery-one-title a {
  color: var(--eventflow-white);
  font-size: 16px;
  font-family: var(--eventflow-font-heavy);
}

.gallery-one-title a:hover {
  color: var(--eventflow-white);
  font-size: 16px;
  font-family: var(--eventflow-font-heavy);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 90px 0 90px;
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.brand-one-tagline {
  position: relative;
  /* display: inline-block; */
  font-size: 40px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.brand-one-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.brand-one-subtitle {
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 24px;
}

.brand-one .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide-img {
  position: relative;
  display: block;
  opacity: 0.5;
  max-width: 137px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-one .swiper-slide:hover .swiper-slide-img {
  opacity: 1;
}

.brand-one .swiper-slide-img img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one-img-box {
  position: relative;
  display: block;
}

.team-one-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.team-one-img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-one-single:hover .team-one-img img {
  transform: scale(1.05) rotate(0deg);
}

.team-one-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background-color: #101010;
  padding: 24px 30px 23px;
  border-radius: 20px;
  transform: translateY(0%);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.team-one-single:hover .team-one-content {
  visibility: hidden;
  transform: translateY(150%);
  opacity: 0;
}

.team-one-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.team-one-name a {
  color: var(--eventflow-white);
}

.team-one-sub-title {
  line-height: 16px;
  color: var(--eventflow-white);
}

.team-one-content-hover {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 20px;
  padding: 27px 30px 29px;
  transform: translateY(66%);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.team-one-single:hover .team-one-content-hover {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.team-one-name-hover {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.team-one-name-hover a {
  color: var(--eventflow-white);
}

.team-one-name-hover a:hover {
  color: var(--eventflow-black);
}

.team-one-sub-title-hover {
  line-height: 16px;
  color: var(--eventflow-white);
}

.team-one-text-hover {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Event Direction
--------------------------------------------------------------*/
.event-direction {
  position: relative;
  display: block;
  z-index: 1;
}

.event-direction-inner {
  position: relative;
  display: block;
  background-color: #101010;
  padding: 100px 60px 70px;
  border-radius: 20px;
}

.event-direction-left {
  position: relative;
  display: block;
}

.event-direction-left .section-title {
  margin-bottom: 4px;
}

.event-direction-call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.event-direction-call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.event-direction-call-icon img {
  width: auto;
}

.event-direction-call-content {
  position: relative;
  display: block;
}

.event-direction-call-content p {
  color: var(--eventflow-white);
  margin-bottom: 9px;
}

.event-direction-call-content h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 16px;
}

.event-direction-call-content h4 a {
  color: var(--eventflow-white);
}

.event-direction-call-content h4 a:hover {
  color: var(--eventflow-base);
}

.event-direction-right {
  position: relative;
  display: block;
  margin-left: 8px;
}

.event-direction-counter {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.event-direction-counter li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.event-direction-counter-single {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
  padding: 21px 0 26px;
}

.event-direction-counter-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.event-direction-counter-box h3 {
  font-size: 48px;
  line-height: 48px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
}

.event-direction-counter-plus {
  font-size: 48px;
  line-height: 48px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
}

.event-direction-counter-text {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  line-height: 16px;
}

/*--------------------------------------------------------------
# Schedule One
--------------------------------------------------------------*/
.schedule-one {
  position: relative;
  display: block;
  padding-bottom: 90px;
}

.schedule-one-inner {
  position: relative;
  display: block;
}

.schedule-one-inner .section-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 20;
}

.schedule-one-main-tab-box {
  position: relative;
  display: block;
}

.schedule-one-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 60px;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 11px 29px 11px;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 32px;
  z-index: 1;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 32px;
  transition: all 0.3s ease;
  z-index: -1;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 14px solid var(--eventflow-primary);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn h3 {
  font-size: 15px;
  color: var(--eventflow-white);
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn.active-btn h3 {
  color: var(--eventflow-white);
}

.schedule-one-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 14px;
  line-height: 14px;
  color: var(--eventflow-white);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
}

.schedule-one-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
}

.schedule-one-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.schedule-one-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.schedule-one-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.schedule-one-tab-content-box {
  position: relative;
  display: block;
}

.schedule-one-single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(var(--eventflow-white-rgb), 0.08);
  border-radius: 20px;
  padding: 30px 40px 30px;
  margin-bottom: 30px;
  z-index: 1;
}

.schedule-one-left {
  position: relative;
  display: block;
}

.schedule-one-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.schedule-one-title a {
  color: var(--eventflow-white);
}

.schedule-one-title a:hover {
  color: var(--eventflow-base);
}

.schedule-one-text {
  color: var(--eventflow-white);
}

.schedule-one-img {
  position: relative;
  display: block;
  max-width: 309px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.schedule-one-img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.schedule-one-single:hover .schedule-one-img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.schedule-one-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.schedule-one-single:hover .schedule-one-img img {
  transform: scale(1.1);
}

.schedule-one-address-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

.schedule-one-address {
  position: relative;
  display: block;
}

.schedule-one-address li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.schedule-one-address li + li {
  margin-top: 13px;
}

.schedule-one-address li .icon {
  position: relative;
  display: inline-block;
}

.schedule-one-address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--eventflow-white);
}

.schedule-one-address li .text {
  position: relative;
  display: block;
}

.schedule-one-address li .text p {
  font-size: 12px;
  line-height: 20px;
}

.schedule-one-btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-one-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.blog-one-top .section-title {
  margin-bottom: 0;
}

.blog-one-btn-box {
  position: relative;
  display: block;
}

.blog-one-bottom {
  position: relative;
  display: block;
}

.blog-one-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  z-index: 3;
}

.blog-one-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one-single:hover .blog-one-img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eventflow-base-rgb), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.blog-one-single:hover .blog-one-hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.blog-one-hover > a {
  position: relative;
}

.blog-one-hover-icon-1 {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  transition: all 0.5s ease-in-out;
}

.blog-one-hover-icon-1:hover {
  background-color: var(--eventflow-black);
}

.blog-one-hover-icon-2 {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.blog-one-hover-icon-2::after,
.blog-one-hover-icon-2::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--eventflow-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one-hover-icon-2::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-one-content {
  position: relative;
  display: block;
  background-color: #101010;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 45px 30px 30px;
  margin-top: -15px;
  margin-right: 40px;
  z-index: 1;
}

.blog-one-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-one-meta li {
  position: relative;
  display: block;
}

.blog-one-meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.blog-one-meta li a:hover {
  color: var(--eventflow-base);
}

.blog-one-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 28px;
  margin-bottom: 31px;
}

.blog-one-title a {
  color: var(--eventflow-white);
}

.blog-one-title a:hover {
  color: var(--eventflow-base);
}

.blog-one-btn-box-two {
  position: relative;
  display: block;
}

.blog-one-btn-2 {
  background: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding: 16px 30px 16px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #393939;
}

.site-footer-shape-1 {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: -1;
}

.site-footer-shape-1 img {
  width: auto;
  opacity: 0.05;
}

.site-footer-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding: 22px 0;
  z-index: 1;
}

.site-footer-top-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* border thickness */
  background: linear-gradient(58deg, #1c75bc, #81caa5);
}

.site-footer-logo {
  position: relative;
  display: block;
}

.site-footer-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-footer-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--eventflow-white);
}

.site-footer-social a:hover {
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.site-footer-middle {
  position: relative;
  display: block;
  padding: 85px 0;
}

.site-footer-middle-inner {
  position: relative;
  display: block;
}

.footer-widget-title-box {
  /* position: relative;
  display: inline-flex;
  align-items: center; */
  margin-bottom: 40px;
}

.footer-widget-title {
  font-size: 24px;
  color: var(--eventflow-white);
  font-weight: 700;
  line-height: 24px;
  font-family: var(--eventflow-font);
}

.footer-widget-events {
  position: relative;
  display: block;
}

.footer-widget-events-list {
  position: relative;
  display: block;
}

.footer-widget-events-list li {
  position: relative;
  display: block;
}

.footer-widget-events-list li + li {
  margin-top: 45px;
}

.footer-widget-events-list li h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 9px;
  margin-bottom: 17px;
}

.footer-widget-events-list li a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  color: rgba(var(--eventflow-white-rgb), 0.6);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget-events-list li a span {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.footer-widget-events-list li a:hover {
  color: var(--eventflow-white);
}

/* .footer-widget-link {
  position: relative;
  display: block;
  margin-left: 50px;
} */

.footer-widget-link-list {
  position: relative;
  display: block;
}

.footer-widget-link-list li {
  position: relative;
  display: block;
}

.footer-widget-link-list li + li {
  margin-top: 15px;
}

.footer-widget-link-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgba(var(--eventflow-white-rgb), 0.9);
  font-family: var(--eventflow-font-Medium);
}

.footer-widget-link-list li a:hover {
  color: var(--eventflow-base);
}

.footer-widget-our-company {
  position: relative;
  display: block;
}

/* .footer-widget-contact {
  position: relative;
  display: block;
  margin-left: 15px;
}

.footer-widget-contact-inner {
  position: relative;
  display: block;
} */

.footer-widget-contact-list {
  position: relative;
  display: block;
}

.footer-widget-contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-widget-contact-list li + li {
  margin-top: 15px;
}

.footer-widget-contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  /* border-radius: 50%; */
}

.footer-widget-contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer-widget-contact-list li .text {
  position: relative;
  display: block;
}

.footer-widget-contact-list li .text p {
  font-size: 16px;
  color: rgba(var(--eventflow-white-rgb), 0.9);
  line-height: 26px;
}

.footer-widget-contact-list li .text p a {
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.footer-widget-contact-list li .text p a:hover {
  color: var(--eventflow-base);
}

.site-footer-bottom {
  position: relative;
  display: block;
}

.site-footer-bottom-inner {
  border-top: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding: 40.5px 0;
  position: relative;
}
.site-footer-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px; /* border thickness */
  background: linear-gradient(58deg, #1c75bc, #81caa5);
}

.site-footer-bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.site-footer-bottom-menu li a:hover {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
# Schedule One
--------------------------------------------------------------*/
.schedule-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.schedule-two-inner {
  position: relative;
  display: block;
}

.schedule-two-inner .section-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 20;
}

.schedule-two-main-tab-box {
  position: relative;
  display: block;
}

.schedule-two-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 60px;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 11px 29px 11px;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 32px;
  z-index: 1;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 32px;
  transition: all 0.3s ease;
  z-index: -1;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 14px solid var(--eventflow-primary);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn h3 {
  font-size: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn.active-btn h3 {
  color: var(--eventflow-white);
}

.schedule-two-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 14px;
  line-height: 14px;
  color: var(--eventflow-gray);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
}

.schedule-two-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
}

.schedule-two-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.schedule-two-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.schedule-two-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.schedule-two-tab-content-box {
  position: relative;
  display: block;
}

.schedule-two-sinlge {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.schedule-two-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.schedule-two-img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.schedule-two-sinlge:hover .schedule-two-img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.schedule-two-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.schedule-two-sinlge:hover .schedule-two-img img {
  transform: scale(1.1);
}

.schedule-two-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--eventflow-extra);
  border-radius: 20px;
  padding: 34px 40px 35px;
}

.schedule-two-right-content {
  position: relative;
  display: block;
}

.schedule-two-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.schedule-two-title a {
  color: var(--eventflow-black);
}

.schedule-two-title a:hover {
  color: var(--eventflow-base);
}

.schedule-two-text {
  color: var(--eventflow-black);
  margin-top: 19px;
  margin-bottom: 20px;
}

.schedule-two-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  gap: 10px;
}

.schedule-two-btn:hover {
  color: var(--eventflow-base);
}

.schedule-two-address {
  position: relative;
  display: block;
}

.schedule-two-address:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  width: 1px;
  background-color: rgba(var(--eventflow-black-rgb), 0.2);
}

.schedule-two-address li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.schedule-two-address li + li {
  margin-top: 22px;
}

.schedule-two-address li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 50%;
}

.schedule-two-address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--eventflow-black);
}

.schedule-two-address li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.schedule-two-address li .text p {
  font-size: 12px;
  line-height: 20px;
  color: var(--eventflow-black);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
}

.services-two-single {
  position: relative;
  display: block;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 20px;
  padding: 39px 39px 37px;
  margin-bottom: 30px;
}

.services-two-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  margin-bottom: 22px;
  z-index: 1;
}

.services-two-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--eventflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two-single:hover .services-two-icon span {
  transform: scale(0.9);
}

.services-two-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-two-title a {
  color: var(--eventflow-black);
}

.services-two-title a:hover {
  color: var(--eventflow-base);
}

.services-two-text {
  margin-top: 18px;
  margin-bottom: 24px;
}

.services-two-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}

.services-two-btn span {
  font-size: 13px;
}

.services-two-btn:hover {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
# Event Two
--------------------------------------------------------------*/
.event-two {
  position: relative;
  display: block;
  background-color: var(--eventflow-extra);
  padding: 120px 0 280px;
  z-index: 1;
}

.event-two-left {
  position: relative;
  display: block;
  margin-right: 340px;
}

.event-two-img-box {
  position: relative;
  display: block;
}

.event-two-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.event-two-img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.event-two-img-box:hover .event-two-img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.event-two-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.event-two-img-box:hover .event-two-img img {
  transform: scale(1.1);
}

.event-two-trusted-customer {
  position: absolute;
  bottom: 30px;
  right: -120px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  max-width: 230px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  padding: 24px 0 16px;
  z-index: 2;
}

.event-two-trusted-customer-icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.event-two-trusted-customer-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.event-two-trusted-customer-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eventflow-white);
}

.event-two-trusted-customer-count {
  position: relative;
  display: flex;
  align-items: center;
}

.event-two-trusted-customer-count h3 {
  font-size: 30px;
  color: var(--eventflow-white);
  line-height: 30px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
}

.event-two-trusted-customer-count-plus {
  font-size: 30px;
  color: var(--eventflow-white);
  line-height: 30px;
  font-weight: 700;
  font-family: var(--eventflow-font-two);
}

.event-two-trusted-customer-text {
  color: var(--eventflow-white);
}

.event-two-img-two {
  position: absolute;
  bottom: 0;
  right: -340px;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.event-two-img-two::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.event-two-img-box:hover .event-two-img-two::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
  transition-delay: 500ms;
}

.event-two-img-two img {
  width: auto;
  border-radius: 20px;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.event-two-img-box:hover .event-two-img-two img {
  transform: scale(1.1);
  transition-delay: 500ms;
}

.event-two-shape-1 {
  position: absolute;
  top: 0;
  right: -340px;
  z-index: -1;
}

.event-two-shape-1 img {
  width: auto;
}

.event-two-right {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-left: 68px;
}

.event-two-right .section-title {
  margin-bottom: 22px;
}

.event-two-points {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.event-two-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--eventflow-bdr-color);
  background-color: var(--eventflow-white);
  max-width: 260px;
  width: 100%;
  border-radius: 20px;
  padding: 20px 20px 20px;
}

.event-two-points-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.event-two-points-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.event-two-points li:hover .event-two-points-icon span {
  transform: scale(0.9);
}

.event-two-points-text-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.event-two-points-count {
  position: relative;
  display: flex;
  align-items: center;
}

.event-two-points-count h3 {
  font-size: 15px;
  line-height: 15px !important;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two) !important;
}

.event-two-points-count-plus {
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
}

.event-two-points-text {
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
}

.event-two-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-two-btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Countdown One
--------------------------------------------------------------*/
.countdown-one {
  position: relative;
  display: block;
  margin-top: -160px;
  z-index: 2;
}

.countdown-one-inner {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 20px;
  padding: 70px 80px 30px;
  z-index: 1;
}

.countdown-one-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.countdown-one-title {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
}

.countdown-one-btn-box {
  position: relative;
  display: block;
}

.countdown-one-btn {
  background: transparent;
  border: 1px solid var(--eventflow-white);
  padding: 16px 30px 16px;
}

.countdown-one-btn:hover {
  color: var(--eventflow-base);
}

.countdown-one-btn:after {
  background: var(--eventflow-white);
}

.countdown-one-bottom {
  position: relative;
  display: block;
}

.countdown-one-countdown-timer-box {
  position: relative;
  display: block;
}

.countdown-one-countdown-timer-box .time-countdown-one {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.countdown-one-countdown-timer-box li {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}

.countdown-one-countdown-timer-box li .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 116px;
  width: 206px;
  border: 2px solid rgba(var(--eventflow-white-rgb), 0.2);
  margin: 0 auto 0;
  border-radius: 20px;
  text-align: center;
}

.countdown-one-countdown-timer-box li span.days,
.countdown-one-countdown-timer-box li span.hours,
.countdown-one-countdown-timer-box li span.minutes,
.countdown-one-countdown-timer-box li span.seconds {
  position: relative;
  display: block;
  color: var(--eventflow-white);
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  font-family: var(--eventflow-font-two);
  margin: 0 auto;
}

.countdown-one-countdown-timer-box li span.timeRef {
  position: relative;
  display: block;
  color: var(--eventflow-white);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: center;
  font-family: var(--eventflow-font-two);
  text-transform: capitalize;
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 90px 0 118px;
  z-index: 1;
}

.brand-two-inner {
  position: relative;
  display: block;
}

.brand-two .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-two .swiper-slide-img {
  position: relative;
  display: block;
  opacity: 0.5;
  max-width: 137px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-two .swiper-slide:hover .swiper-slide-img {
  opacity: 1;
}

.brand-two .swiper-slide-img img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

/*--------------------------------------------------------------
# Conference One
--------------------------------------------------------------*/
.conference-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.conference-one-main-tab-box {
  position: relative;
  display: block;
}

.conference-one-main-tab-box .tab-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 745px;
  width: 100%;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  top: 437px;
  z-index: 5;
}

.conference-one-main-tab-box .tab-buttons:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: var(--eventflow-bdr-color);
  z-index: -1;
}

.conference-one-main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 55px;
}

.conference-one-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 12px 29px 11px;
  border: 1px solid var(--eventflow-bdr-color);
  background-color: var(--eventflow-white);
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}

.conference-one-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 32px;
  transition: all 0.3s ease;
  z-index: -1;
}

.conference-one-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.conference-one-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.6px;
  transition: all 0.3s ease;
  z-index: 1;
}

.conference-one-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
}

.conference-one-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.conference-one-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.conference-one-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.conference-one-tab-content-box {
  position: relative;
  display: block;
}

.conference-one-img {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.conference-one-img img {
  width: 100%;
  border-radius: 20px;
}

.conference-one-tab-content-bottom {
  position: relative;
  display: block;
  margin-top: 116px;
}

.conference-one-tab-content-bottom-left {
  position: relative;
  display: block;
}

.conference-one-tab-content-title {
  font-size: 30px;
  color: var(--eventflow-black);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}

.conference-one-address {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.conference-one-address li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.conference-one-address li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.conference-one-address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--eventflow-black);
}

.conference-one-tab-content-text {
  position: relative;
  display: block;
  margin-left: 125px;
}

/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
.gallery-two {
  position: relative;
  display: block;
  background-color: var(--eventflow-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.gallery-two-top {
  position: relative;
  display: block;
}

.gallery-two-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.gallery-two-top-inner .section-title {
  margin-bottom: 0px;
}

.gallery-two-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.gallery-two-nav .swiper-button-prev1,
.gallery-two-nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.gallery-two-nav .swiper-button-prev1 i,
.gallery-two-nav .swiper-button-next1 i {
  color: var(--eventflow-black);
  font-size: 16px;
  transition: all 500ms ease;
}

.gallery-two-nav .swiper-button-prev1:hover i,
.gallery-two-nav .swiper-button-next1:hover i {
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gallery-two-nav .swiper-button-prev1:before,
.gallery-two-nav .swiper-button-next1:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid var(--eventflow-bdr-color);
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-two-nav .swiper-button-prev1:hover:before,
.gallery-two-nav .swiper-button-next1:hover:before {
  opacity: 0;
  visibility: hidden;
}

.gallery-two-nav .swiper-button-prev1:after,
.gallery-two-nav .swiper-button-next1:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(-90deg, #b20d5d, #4a0ab4) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.gallery-two-nav .swiper-button-prev1:hover:after,
.gallery-two-nav .swiper-button-next1:hover:after {
  opacity: 1;
  visibility: visible;
}

.gallery-two-nav .swiper-button-next1 {
  margin-right: 15px;
}

.gallery-two-bottom {
  position: relative;
  display: block;
}

.gallery-two-bottom .container {
  max-width: 1840px;
}

.gallery-two-carousel-box {
  position: relative;
  display: block;
}

.gallery-two-single {
  position: relative;
  display: block;
}

.gallery-two-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.gallery-two-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--eventflow-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.gallery-two-single:hover .gallery-two-img::before {
  opacity: 0.4;
}

.gallery-two-img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.gallery-two-single:hover .gallery-two-img img {
  transform: scale(1.05) rotate(0deg);
}

.gallery-two-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: var(--eventflow-white);
  border-radius: 20px;
  padding: 28px 30px 18px;
  transform: translateY(30%);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.gallery-two-single:hover .gallery-two-content {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
  transition-delay: 500ms;
}

.gallery-two-sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.gallery-two-sub-title-shape {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
}

.gallery-two-sub-title {
  font-size: 16px;
  line-height: 16px;
  color: var(--eventflow-gray);
}

.gallery-two-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.gallery-two-title a {
  color: var(--eventflow-black);
}

.gallery-two-title a:hover {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: var(--eventflow-black);
  padding: 120px 0 340px;
  z-index: 1;
}

.testimonial-one .section-title-title--two {
  color: var(--eventflow-white);
}

.testimonial-one-carousel-box {
  position: relative;
  display: block;
}

.testimonial-one-single {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.07);
  border-radius: 20px;
  padding: 40px 40px 40px;
  z-index: 1;
}

.testimonial-one-client-info-and-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial-one-client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one-client-img {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one-client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one-client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.testimonial-one-client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}

.testimonial-one-client-name a {
  color: var(--eventflow-white);
}

.testimonial-one-client-name a:hover {
  color: var(--eventflow-base);
}

.testimonial-one-sub-title {
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.testimonial-one-review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-one-review span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #f3dc65;
}

.testimonial-one-review span.clr-start {
  color: #cccccc;
}

.testimonial-one-text {
  font-size: 20px;
  line-height: 30px;
  color: rgba(var(--eventflow-white-rgb), 0.9);
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonial-one-quote {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one-quote span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.testimonial-one-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: -115px;
  right: -115px;
  transform: translateY(-50%);
  line-height: 0;
  height: 0;
  z-index: 100;
}

.testimonial-one-nav .swiper-button-prev1,
.testimonial-one-nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 20px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-one-nav .swiper-button-prev1 i,
.testimonial-one-nav .swiper-button-next1 i {
  color: var(--eventflow-white);
  font-size: 16px;
  transition: all 500ms ease;
}

.testimonial-one-nav .swiper-button-prev1:hover i,
.testimonial-one-nav .swiper-button-next1:hover i {
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.testimonial-one-nav .swiper-button-prev1:before,
.testimonial-one-nav .swiper-button-next1:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid var(--eventflow-bdr-color);
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one-nav .swiper-button-prev1:hover:before,
.testimonial-one-nav .swiper-button-next1:hover:before {
  opacity: 0;
  visibility: hidden;
}

.testimonial-one-nav .swiper-button-prev1:after,
.testimonial-one-nav .swiper-button-next1:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(-90deg, #b20d5d, #4a0ab4) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.testimonial-one-nav .swiper-button-prev1:hover:after,
.testimonial-one-nav .swiper-button-next1:hover:after {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  margin-top: -220px;
  z-index: 1;
}

.video-one-inner {
  position: relative;
  display: block;
}

.video-one-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.video-one-img img {
  width: 100%;
  border-radius: 20px;
}

.video-one-video-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.video-one-video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 30px;
  color: var(--eventflow-white);
  background-color: rgba(var(--eventflow-white-rgb), 0.5);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one-video-icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-one-video-icon:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-one-video-icon:hover {
  color: var(--eventflow-white);
}

.video-one-video-link .ripple,
.video-one-video-icon .ripple:before,
.video-one-video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eventflow-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eventflow-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eventflow-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eventflow-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one-video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one-video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-two-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 0;
  margin-left: 107px;
  z-index: 1;
}

.team-two-img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.team-two-single:hover .team-two-img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.team-two-img img {
  width: 100%;
  border-radius: 20px;
  border-top-left-radius: 0;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

.team-two-single:hover .team-two-img img {
  transform: scale(1.1);
}

.team-two-content-box {
  position: relative;
  display: block;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 20px;
  margin-top: -250px;
  margin-right: 80px;
  padding: 290px 30px 29px;
}

.team-two-sub-title-box {
  position: absolute;
  top: 105px;
  left: -35px;
  transform: rotate(-90deg);
}

.team-two-sub-title-box h5 {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1.4px;
  color: rgba(var(--eventflow-black-rgb), 0.4);
  text-transform: uppercase;
}

.team-two-content {
  position: relative;
  display: block;
}

.team-two-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.team-two-name a {
  color: var(--eventflow-black);
}

.team-two-name a:hover {
  color: var(--eventflow-base);
}

.team-two-text {
  margin-top: 14px;
  margin-bottom: 17px;
}

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

.team-two-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--eventflow-black);
  overflow: hidden;
  z-index: 1;
}

.team-two-social a:hover {
  color: var(--eventflow-white);
}

.team-two-social a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 50%;
  z-index: -1;
}

.team-two-social a:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.team-two-social a:hover:after {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 70px 0 90px;
  z-index: 1;
}

.pricing-one-inner {
  position: relative;
  display: block;
}

.pricing-one-inner .section-title {
  position: absolute;
  margin-bottom: 0;
  top: -70px;
  left: 0;
}

.pricing-one-main-tab-box {
  position: relative;
  display: block;
}

.pricing-one-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 130px;
  width: 100%;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0px;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--eventflow-black);
  background-color: var(--eventflow-white);
  padding: 19px 35px 19px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 27px;
  transition: all 0.5s linear;
  z-index: 1;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--eventflow-white);
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  transition: all 0.5s linear;
  z-index: -1;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(1) span:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(2) span:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--eventflow-bdr-color);
  border-radius: 27px;
  z-index: -1;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(1) span:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing-one-main-tab-box .tab-buttons .tab-btn:nth-child(2) span:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px;
}

.pricing-one-main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.pricing-one-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.pricing-one-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.pricing-one-tab-content-box {
  position: relative;
  display: block;
}

.pricing-one-single {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: var(--eventflow-white);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-one-single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--eventflow-white);
  padding: 0 0 45px;
  z-index: 1;
}

.pricing-one-price-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 59px 0 94px;
  z-index: 1;
}

.pricing-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.pricing-one-price {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 26px;
}

.pricing-one-price span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--eventflow-font);
  position: relative;
  display: inline-block;
  margin-left: -4px;
}

.pricing-one-pack-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
}

.pricing-one-points {
  position: relative;
  display: block;
  padding: 33px 40px 33px;
}

.pricing-one-points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.pricing-one-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one-points li .icon span {
  position: relative;
  display: inline-block;
  color: #cccccc;
  font-size: 14px;
}

.pricing-one-points li .text {
  position: relative;
  display: block;
}

.pricing-one-points li + li {
  margin-top: 15px;
}

.pricing-one-btn-box {
  position: relative;
  display: block;
  padding: 0 40px 0;
}

.pricing-one-btn {
  background: transparent;
  border: 1px solid var(--eventflow-bdr-color);
  padding: 16px 30px 16px;
  width: 100%;
  color: var(--eventflow-black);
  justify-content: center;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.blog-two-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1;
}

.blog-two-img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two-single:hover .blog-two-img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eventflow-base-rgb), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.blog-two-single:hover .blog-two-hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.blog-two-hover > a {
  position: relative;
}

.blog-two-hover-icon-1 {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  transition: all 0.5s ease-in-out;
}

.blog-two-hover-icon-1:hover {
  background-color: var(--eventflow-black);
}

.blog-two-hover-icon-2 {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.blog-two-hover-icon-2::after,
.blog-two-hover-icon-2::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--eventflow-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-two-hover-icon-2::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-two-date {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 0px 20px;
  padding: 12.5px 16px;
  z-index: 2;
}

.blog-two-date p {
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-white);
  letter-spacing: 1.4px;
  font-weight: 700;
}

.blog-two-content {
  position: relative;
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid var(--eventflow-bdr-color);
  border-top: 0;
  padding: 35px 40px 40px;
  background-color: var(--eventflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two-single:hover .blog-two-content {
  border: 1px solid transparent;
  border-top: 0;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.blog-two-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-two-meta li {
  position: relative;
  display: block;
}

.blog-two-meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--eventflow-gray);
}

.blog-two-meta li a span {
  color: var(--eventflow-black);
}

.blog-two-meta li a:hover {
  color: var(--eventflow-base);
}

.blog-two-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 28px;
  margin-bottom: 31px;
}

.blog-two-title a {
  color: var(--eventflow-black);
}

.blog-two-title a:hover {
  color: var(--eventflow-base);
}

.blog-two-btn {
  background: transparent;
  border: 1px solid var(--eventflow-bdr-color);
  padding: 16px 30px 16px;
  color: var(--eventflow-black);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--eventflow-black);
  padding: 100px 0 0;
  z-index: 1;
}

.site-footer-two-top {
  position: relative;
  display: block;
}

.site-footer-two-top-inner {
  position: relative;
  display: block;
}

.site-footer-two-top-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90.1deg,
    #f24617 -3.39%,
    rgba(242, 70, 23, 0.17) -3.38%,
    rgba(140, 40, 13, 0.1) 99.91%
  );
  border-radius: 10px;
  font-size: 60px;
  color: var(--eventflow-white);
  font-weight: 800;
  font-family: var(--eventflow-font-two);
  text-transform: capitalize;
  line-height: 60px;
  padding: 25px 20px 25px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 0;
}

.site-footer-two-top-content:hover {
  color: var(--eventflow-white);
}

.site-footer-two-top-content span {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  display: block;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.site-footer-two-top-content i {
  position: relative;
  display: inline-block;
  font-size: 55px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  margin-left: 10px;
}

.site-footer-two-middle {
  position: relative;
  display: block;
  padding: 80px 0px 74px;
}

.site-footer-two-middle-inner {
  position: relative;
  display: block;
}

.footer-widget-two-about {
  position: relative;
  display: block;
}

.site-footer-two-logo {
  position: relative;
  display: block;
}

.footer-widget-two-about-text {
  color: rgba(var(--eventflow-white-rgb), 0.9);
  margin-top: 24px;
  margin-bottom: 30px;
}

.site-footer-two-social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer-two-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #101010;
  font-size: 14px;
  color: var(--eventflow-white);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.site-footer-two-social a:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.site-footer-two-social a:hover:after {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.footer-widget-two-newsletter {
  position: relative;
  display: block;
}

.footer-widget-two-newsletter-text {
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.footer-widget-two-newsletter-form {
  position: relative;
  display: block;
  margin-top: 27px;
}

.footer-widget-two-newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget-two-newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 58px;
  width: 100%;
  background-color: #101010;
  outline: none;
  color: rgba(var(--eventflow-white-rgb), 0.9);
  font-weight: 500;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 10px;
  padding-right: 64px;
  padding-left: 20px;
}

.footer-widget-two-newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 55px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--eventflow-white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.site-footer-two .footer-widget-contact {
  margin-left: 0;
}

.site-footer-two-bottom {
  position: relative;
  display: block;
}

.site-footer-two-bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #101010;
  padding: 29.5px 30px 29.5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.site-footer-two-bottom-text {
  color: var(--eventflow-white);
}

.site-footer-two-bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.site-footer-two-bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-two-bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.site-footer-two-bottom-menu li a:hover {
  color: rgba(var(--eventflow-base-rgb), 1);
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 60px;
  z-index: 1;
}

.feature-one-single {
  position: relative;
  display: flex;
  margin-bottom: 52px;
}

.feature-one-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  max-width: 80px;
  width: 100%;
  background-color: var(--eventflow-base);
  border-radius: 50%;
  z-index: 1;
}

.feature-one-icon i {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eventflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one-single:hover .feature-one-icon i {
  transform: scale(0.9);
}

.feature-one-content {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: -2px;
}

.feature-one-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.feature-one-title a {
  color: var(--eventflow-white);
}

.feature-one-title a:hover {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
# Ticket One
--------------------------------------------------------------*/
.ticket-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.ticket-one .row {
  --bs-gutter-x: 50px;
}

.ticket-one-single {
  position: relative;
  display: block;
  background-color: #101010;
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}

.ticket-one-title-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ticket-one-title-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.ticket-one-title-icon i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--eventflow-white);
}

.ticket-one-title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.ticket-one-price-box {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  padding: 18px 30px 18px;
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  margin-left: -30px;
  margin-top: 27px;
  margin-bottom: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ticket-one-single:hover .ticket-one-price-box {
  padding-right: 80px;
}

.ticket-one-price-box h3 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}

.ticket-one-points {
  position: relative;
  display: block;
}

.ticket-one-points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed rgba(var(--eventflow-white-rgb), 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ticket-one-points li:last-child {
  border-bottom: 0;
}

.ticket-one-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border: 1px solid var(--eventflow-base);
  border-radius: 50%;
  font-size: 8px;
  color: var(--eventflow-base);
}

.ticket-one-points li .text {
  position: relative;
  display: block;
  margin-left: 15px;
}

.ticket-one-btn-box {
  position: relative;
  display: block;
}

.ticket-one-btn {
  background: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding: 16px 30px 16px;
}

/*--------------------------------------------------------------
# Schedule Three
--------------------------------------------------------------*/
.schedule-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-three-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.schedule-three-top .section-title {
  margin-bottom: 0;
}

.schedule-three-time-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.schedule-three-time-info-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 155px;
  width: 155px;
  border-radius: 5px;
  background-color: #101010;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  text-align: center;
}

.schedule-three-time-info-box:nth-child(1) {
  margin-right: -40px;
  margin-top: 80px;
}

.schedule-three-time-info-box:nth-child(2) {
  margin-right: -40px;
  margin-top: -80px;
}

.schedule-three-time-info-box:nth-child(3) {
  margin-top: 80px;
}

.schedule-three-time-info-box-content {
  position: relative;
  display: block;
}

.schedule-three-time-info-box-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.schedule-three-time-info-box-content p {
  color: var(--eventflow-base);
  font-weight: 700;
  margin-top: 8px;
  line-height: 16px;
  text-transform: uppercase;
}

.schedule-three-bottom {
  position: relative;
  display: block;
}

.schedule-three-routine-details {
  position: relative;
  display: grid;
  grid-template-columns: 55% 23% 22%;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.schedule-three-routine-details-description {
  position: relative;
  display: block;
  padding: 25px 50px;
}

.schedule-three-routine-details-description-title {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 600;
}

.schedule-three-routine-details-description-title a {
  color: var(--eventflow-white);
}

.schedule-three-routine-details-description-title a:hover {
  color: var(--eventflow-base);
}

.schedule-three-routine-details-description-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.schedule-three-routine-details-description-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
}

.schedule-three-routine-details-description-btn:hover {
  color: var(--eventflow-white);
}

.schedule-three-routine-details-img-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 55px 0;
}

.schedule-three-routine-details-img-single {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.schedule-three-routine-details-img-single img {
  width: 100%;
}

.schedule-three-routine-time-detail {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgba(var(--eventflow-base-rgb), 1);
  padding: 74.5px 0;
}

.schedule-three-routine-time-detail p {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.schedule-three-routine-time-detail h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  margin-top: 11px;
}

.schedule-three-routine-details:nth-child(2)
  .schedule-three-routine-time-detail {
  background-color: rgba(var(--eventflow-white-rgb), 0.05);
}

.schedule-three-routine-details:nth-child(4)
  .schedule-three-routine-time-detail {
  background-color: rgba(var(--eventflow-white-rgb), 0.05);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding: 85px 0 85px;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  height: 330px;
}

.page-header-shape-1 {
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: -1;
}

.page-header-shape-1 img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.2;
}

.page-header-shape-2 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.page-header-shape-2 img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.2;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
}

.page-header-inner {
  position: relative;
  display: block;
  text-align: center;
  overflow: visible;
  perspective: 500px;
}

.brand-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 70px;
  color: var(--eventflow-white);
  text-transform: uppercase;
  font-family: var(--eventflow-font);
  display: inline-block;
  transform: translateY(50px) rotateY(-25deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}

.brand-title.show {
  transform: translateY(0) rotateY(0deg);
  opacity: 1;
}

.page-header-content {
  font-size: 16px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
  font-weight: 500;
}

.thm-breadcrumb-box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 13px;
}

.thm-breadcrumb li span {
  font-size: 13px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--eventflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
#  Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 85px 0 85px;
  z-index: 1;
}

.contact-one-inner {
  position: relative;
  display: block;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  /* border-radius: 20px; */
  text-align: center;
  padding: 60px;
  /* border: 1px solid #fff; */
}
.contact-one-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}
.contact-one-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
  font-family: var(--eventflow-font);
  display: inline-block;
  transform: translateY(50px) rotateY(-25deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.contact-one-title.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.contact-one-text {
  font-family: var(--eventflow-font-two);
  color: var(--eventflow-white);
  line-height: 35px;
  font-size: 18px;
}

.contact-one-form {
  position: relative;
  display: block;
}

.contact-one-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-one-input-box input[type="text"],
.contact-one-input-box input[type="email"] {
  padding: 12px 12px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #81caa5;
  outline: none;
  font-size: 16px;
  color: var(--eventflow-white);
  display: block;
  font-weight: 400;
  /* border-radius: 27px; */
}

.contact-one-input-box .select-box {
  width: 100%;
}

.contact-one-input-box .nice-select {
  height: 54px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #81caa5;
  padding-left: 12px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--eventflow-white);
  display: block;
  font-weight: 400;
  /* border-radius: 27px; */
  line-height: 30px;
  float: none;
}

.contact-one-input-box .nice-select:after {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #81caa5;
  border-right: 2px solid #81caa5;
  margin-top: 0px;
  z-index: 10;
}

.contact-one-input-box .nice-select .option {
  color: var(--eventflow-white);
}

.contact-one-input-box textarea {
  position: relative;
  height: 120px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #81caa5;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--eventflow-white);
  display: block;
  font-weight: 400;
  /* border-radius: 5px; */
  margin-bottom: 0;
}

.contact-one-input-box.text-message-box {
  height: 120px;
}

.contact-one-btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.contact-one-btn {
  border: none;
  padding: 10px 20px 10px;
  border: 0.2px solid #81caa5;
}
.contact-one-inner .selectmenu{
      background-color: transparent;
    border: 1px solid #81caa5;
    color: #fff;
}

select option {
    color: #000;
    background: #fff;
}
/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  display: block;
  padding: 85px 0 85px;
  z-index: 1;
}
.office-address p {
  font-size: 18px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
  line-height: 30px;
  margin-bottom: 14px;
}
.contact-two-single {
  position: relative;
  display: block;
  /* border: 1px solid #1c75bc; */
  text-align: center;
  padding: 35px;
  height: 260px;
}
.contact-two-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}
.office-address h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-family: var(--eventflow-font);
  margin-bottom: 8px;
}

.contact-two-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #81caa5 30%, #1c75bc 100%);
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .contact-two-single:hover .contact-two-icon {
  background-color: var(--eventflow-white);
} */

.contact-two-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  background: var(--eventflow-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-two-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
  margin-top: 21px;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-family: var(--eventflow-font);
  font-weight: 700;
}

.contact-two-text {
  font-size: 18px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
}

.contact-two-text a {
  color: var(--eventflow-white);
  font-weight: 400;
  font-size: 18px;
}

.contact-two-text a:hover {
  color: var(--eventflow-primary);
  font-weight: 400;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details-left {
  position: relative;
  display: block;
}

.blog-details-img-1 {
  position: relative;
  display: block;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blog-details-img-1 img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blog-details-date {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.blog-details-date p {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
  text-transform: capitalize;
  color: var(--eventflow-white);
}

.blog-details-content {
  position: relative;
  display: block;
  background-color: #101010;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 28px 40px 40px;
}

.blog-details-title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details-text-1 {
  color: var(--eventflow-white);
  margin-top: 17px;
  margin-bottom: 18px;
}

.blog-details-text-2 {
  color: var(--eventflow-white);
}

.blog-details-quote-box {
  position: relative;
  display: block;
  background-color: #04000a;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 20px;
  padding: 30px 40px 28px;
  margin-top: 37px;
  margin-bottom: 28px;
}

.blog-details-quote-box-client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.blog-details-quote-box-sub-title {
  margin-top: 3px;
  margin-bottom: 18px;
}

.blog-details-quote-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}

.blog-details-quote-icon span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog-details-title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.blog-details-text-3 {
  margin-top: 17px;
  margin-bottom: 18px;
}

.blog-details-points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 28px;
}

.blog-details-points {
  position: relative;
  display: block;
}

.blog-details-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-points li + li {
  margin-top: 13px;
}

.blog-details-points li .icon {
  position: relative;
  display: inline-block;
}

.blog-details-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog-details-points li p {
  color: var(--eventflow-white);
}

.blog-details-text-4 {
  color: var(--eventflow-white);
}

.blog-details-img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.blog-details-img-box-img-1 {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.blog-details-img-box-img-1 img {
  width: 100%;
  border-radius: 20px;
}

.blog-details-prev-and-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-prev-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-prev-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
}

.blog-details-prev-arrow:hover {
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
}

.blog-details-prev-arrow span {
  font-size: 15px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details-prev-arrow:hover span {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background-clip: text;
  text-fill-color: #fff;
}

.blog-details-prev-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4a0ab4, #b20d5d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50%;
}

.blog-details-prev-arrow:hover::before {
  background: linear-gradient(90deg, #4a0ab4, #b20d5d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.blog-details-prev {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
  color: var(--eventflow-white);
}

.blog-details-prev:hover {
  color: var(--eventflow-base);
}

.blog-details-next-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-next {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
  color: var(--eventflow-white);
}

.blog-details-next:hover {
  color: var(--eventflow-base);
}

.blog-details-next-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
}

.blog-details-next-arrow:hover {
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
}

.blog-details-next-arrow span {
  font-size: 15px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details-next-arrow:hover span {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background-clip: text;
  text-fill-color: #fff;
}

.blog-details-next-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #4a0ab4, #b20d5d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50%;
}

.blog-details-next-arrow:hover::before {
  background: linear-gradient(90deg, #4a0ab4, #b20d5d) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.blog-details-keyword-and-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 20px;
  padding: 29px 29px 29px;
  margin-top: 40px;
  margin-bottom: 38px;
}

.blog-details-keyword-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
}

.blog-details-keyword {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-keyword-box span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
}

.blog-details-keyword a {
  color: var(--eventflow-white);
  position: relative;
  display: inline-block;
}

.blog-details-keyword a:hover {
  color: var(--eventflow-base);
}

.blog-details-keyword a::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--eventflow-white);
  border-radius: 50%;
  transform: translateY(-50%);
}

.blog-details-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 50%;
  background-color: transparent;
}

.blog-details-social a:hover {
  background-color: var(--eventflow-base);
}

.blog-details-social a span {
  font-size: 17px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details-social a:hover span {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  background-clip: text;
  text-fill-color: #ffffff;
}

.blog-details-comment-box {
  position: relative;
  display: block;
}

.blog-details-comment-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details-comment-date {
  color: var(--eventflow-white);
  margin-top: 27px;
  margin-bottom: 5px;
}

.blog-details-comment-client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.blog-details-comment-text {
  margin-top: 18px;
  margin-bottom: 29px;
  color: var(--eventflow-white);
}

.blog-details-comment-btn-box {
  position: relative;
  display: block;
}

.blog-details-comment-btn {
  padding: 9px 30px 9px;
}

.comment-one {
  position: relative;
  display: block;
  background: #101010;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 20px;
  margin-top: 60px;
  padding: 61px 60px 60px;
}

.comment-one-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.comment-one-text {
  color: var(--eventflow-white);
  margin-top: 18px;
  margin-bottom: 39px;
}

.comment-one-form {
  position: relative;
  display: block;
}

.comment-one-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.comment-one-input-box input[type="text"],
.comment-one-input-box input[type="email"] {
  height: 64px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--eventflow-white);
  display: block;
  font-weight: 400;
  border-radius: 32px;
}

.comment-one-input-box textarea {
  position: relative;
  height: 130px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--eventflow-white);
  display: block;
  font-weight: 400;
  border-radius: 20px;
  margin-bottom: 0;
}

.comment-one-input-box.text-message-box {
  height: 130px;
}

.comment-one-btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.comment-one-btn {
  border: none;
  width: 100%;
  justify-content: center;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
  display: block;
}

.sidebar-single + .sidebar-single {
  margin-top: 40px;
}

.sidebar-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.sidebar-search {
  position: relative;
  display: block;
  padding: 44px 40px 40px;
  border-radius: 20px;
  background-color: #101010;
}

.sidebar-search-form {
  position: relative;
  display: block;
}

.sidebar-search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  font-weight: 400;
  font-size: 16px;
  height: 57px;
  width: 100%;
  padding-left: 30px;
  padding-right: 60px;
  color: var(--eventflow-white);
  border-radius: 29px;
}

.sidebar-search-form button[type="submit"] {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  max-width: 50px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-search-form button[type="submit"]:hover {
  background-color: var(--eventflow-black);
  color: var(--eventflow-white);
}

.sidebar-all-category {
  position: relative;
  display: block;
  padding: 44px 40px 40px;
  border-radius: 20px;
  background-color: #101010;
}

.sidebar-all-category .sidebar-title {
  margin-bottom: 34px;
}

.sidebar-all-category-list {
  position: relative;
  display: block;
}

.sidebar-all-category-list li {
  position: relative;
  display: block;
}

.sidebar-all-category-list li + li {
  margin-top: 20px;
}

.sidebar-all-category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 27px;
  color: var(--eventflow-white);
  padding: 14px 20px 14px;
  padding-left: 45px;
  z-index: 1;
}

.sidebar-all-category-list li.active a {
  color: var(--eventflow-white);
}

.sidebar-all-category-list li:hover a {
  color: var(--eventflow-white);
}

.sidebar-all-category-list li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 27px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.sidebar-all-category-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.sidebar-all-category-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.sidebar-all-category-list li a i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 14px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sidebar-all-category-list li a:hover i {
  background: linear-gradient(90deg, #4a0ab4 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sidebar-all-category-list li.active a i {
  background: linear-gradient(90deg, #4a0ab4 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sidebar-post {
  position: relative;
  display: block;
  padding: 44px 40px 40px;
  border-radius: 20px;
  background-color: #101010;
}

.sidebar-post .sidebar-title {
  margin-bottom: 32px;
}

.sidebar-post-list {
  position: relative;
  display: block;
}

.sidebar-post-list li {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 20px;
  padding: 23px 30px 24px;
}

.sidebar-post-list li + li {
  margin-top: 20px;
}

.sidebar-post-content {
  position: relative;
  display: block;
}

.sidebar-post-date {
  color: var(--eventflow-white);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-post-date span {
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sidebar-post-content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
  margin-top: 9px;
}

.sidebar-post-content h3 a {
  color: var(--eventflow-white);
}

.sidebar-post-content h3 a:hover {
  color: var(--eventflow-base);
}

.sidebar-tags {
  position: relative;
  display: block;
  padding: 44px 40px 40px;
  border-radius: 20px;
  padding-right: 20px;
  background-color: #101010;
}

.sidebar-tags .sidebar-title {
  margin-bottom: 16px;
}

.sidebar-tags-list {
  position: relative;
  display: block;
  margin-left: -10px;
}

.sidebar-tags-list a {
  position: relative;
  color: var(--eventflow-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 3px 10px 3px;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  margin-left: 10px;
  font-weight: 400;
  border-radius: 17px;
  overflow: hidden;
  z-index: 1;
}

.sidebar-tags-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 17px;
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.sidebar-tags-list a:hover::before {
  transform: scaleY(1);
}

.sidebar-tags-list a + a {
  margin-top: 15px;
}

.sidebar-tags-list a:hover {
  color: var(--eventflow-white);
  border: 1px solid transparent;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-list-left {
  position: relative;
  display: block;
}

.blog-list-single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-list-img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-list-img {
  position: relative;
  display: block;
  border-radius: 15px;
}

.blog-list-img img {
  width: 100%;
  border-radius: 15px;
}

.blog-list-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.blog-list-date p {
  color: var(--eventflow-white);
}

.blog-list-content {
  position: relative;
  display: block;
  margin-right: 80px;
  background-color: #101010;
  border-radius: 15px;
  padding: 59px 40px 40px;
  margin-top: -30px;
}

.blog-list-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
}

.blog-list-meta li {
  position: relative;
  display: block;
}

.blog-list-meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eventflow-white);
}

.blog-list-meta li a:hover {
  color: var(--eventflow-base);
}

.blog-list-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 39px;
  text-transform: capitalize;
}

.blog-list-title a {
  color: var(--eventflow-white);
}

.blog-list-title a:hover {
  color: var(--eventflow-base);
}

.blog-list-btn-box {
  position: relative;
  display: block;
}

.blog-list-pagination {
  position: relative;
  display: block;
  text-align: center;
}

.blog-list-pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-list-pagination .pg-pagination li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--eventflow-white);
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  background-color: #101010;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-list-pagination .pg-pagination li a:hover {
  color: var(--eventflow-white);
}

.blog-list-pagination .pg-pagination li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.blog-list-pagination .pg-pagination li a:hover::before {
  opacity: 1;
}

.blog-list-pagination .pg-pagination li a i {
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list-pagination .pg-pagination li:last-child a:hover i {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Gallery Details
--------------------------------------------------------------*/
.gallery-details {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.gallery-details-top {
  position: relative;
  display: block;
}

.gallery-details-top-img {
  position: relative;
  display: block;
}

.gallery-details-top-img img {
  width: 100%;
  border-radius: 20px;
}

.gallery-details-top-right {
  position: relative;
  display: block;
}

.gallery-details-information {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  padding: 40px 20px 40px;
}

.gallery-details-information-title {
  position: relative;
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 20px;
  padding: 19px 20px 17px;
  margin-bottom: 30px;
}

.gallery-details-information-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.gallery-details-information-list {
  position: relative;
  display: block;
}

.gallery-details-information-list li {
  position: relative;
  display: block;
  text-align: center;
  background-color: #04000a;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  border-radius: 20px;
  padding: 13px 20px 13px;
}

.gallery-details-information-list li:last-child {
  padding: 19px 20px 19px;
}

.gallery-details-information-list li + li {
  margin-top: 20px;
}

.gallery-details-information-list li p {
  color: var(--eventflow-gray);
}

.gallery-details-information-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.gallery-details-information-ratting span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #eeca48;
}

.gallery-details-information-ratting span.last-icon {
  color: #cccccc;
}

.gallery-details-information-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.gallery-details-information-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 14px;
  color: var(--eventflow-white);
  background-color: #04000a;
  border-radius: 50%;
  z-index: 1;
}

.gallery-details-information-social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.gallery-details-information-social a:hover::before {
  opacity: 1;
}

.gallery-details-content {
  position: relative;
  display: block;
  margin-top: 28px;
}

.gallery-details-title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.gallery-details-text-1 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-top: 17px;
  margin-bottom: 28px;
}

.gallery-details-points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}

.gallery-details-points {
  position: relative;
  display: block;
}

.gallery-details-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.gallery-details-points li + li {
  margin-top: 13px;
}

.gallery-details-points li .icon {
  position: relative;
  display: inline-block;
}

.gallery-details-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gallery-details-points li p {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.gallery-details-title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin-top: 27px;
  margin-bottom: 19px;
}

.gallery-details-text-2 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.gallery-details-img-box {
  position: relative;
  display: block;
  margin-top: 39px;
}

.gallery-details-img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-details-img-box-img img {
  width: 100%;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/
.event-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.event-details-left {
  position: relative;
  display: block;
}

.event-details-img {
  position: relative;
  display: block;
}

.event-details-img img {
  width: 100%;
  border-radius: 20px;
}

.event-details-main-tab-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

.event-details-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 745px;
  width: 100%;
  z-index: 5;
}

.event-details-main-tab-box .tab-buttons:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(var(--eventflow-bdr-color-rgb), 0.2);
  z-index: -1;
}

.event-details-main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 55px;
}

.event-details-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 12px 29px 11px;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  background-color: #101010;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}

.event-details-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 32px;
  transition: all 0.3s ease;
  z-index: -1;
}

.event-details-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.event-details-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-white);
  font-weight: 700;
  letter-spacing: 1.6px;
  transition: all 0.3s ease;
  z-index: 1;
}

.event-details-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
}

.event-details-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.event-details-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.event-details-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.event-details-tab-content-box {
  position: relative;
  display: block;
}

.event-details-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 39px;
  margin-bottom: 23px;
}

.event-details-meta li {
  position: relative;
  display: block;
}

.event-details-meta li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eventflow-white);
}

.event-details-title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.event-details-text-1 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-top: 17px;
  margin-bottom: 18px;
}

.event-details-text-2 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.event-details-img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.event-details-img-box-img {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.event-details-img-box-img img {
  width: 100%;
  border-radius: 20px;
}

.event-details-points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 115px;
}

.event-details-points {
  position: relative;
  display: block;
}

.event-details-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.event-details-points li + li {
  margin-top: 13px;
}

.event-details-points li .icon {
  position: relative;
  display: inline-block;
}

.event-details-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.event-details-points li p {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.event-details-text-3 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-top: 28px;
  margin-bottom: 18px;
}

.event-details-text-4 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.event-details-right {
  position: relative;
  display: block;
}

.event-details-speakers {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  text-align: center;
  padding: 40px 40px 39px;
}

.event-details-speakers-title {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 18px 20px 17px;
}

.event-details-speakers-sub-title {
  color: var(--eventflow-white);
  margin-top: 19px;
  margin-bottom: 18px;
}

.event-details-speakers-text {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.event-details-ticket {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  text-align: center;
  padding: 40px 40px 38px;
  margin-top: 40px;
}

.event-details-ticket-title {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 18px 20px 17px;
}

.event-details-ticket-sub-title {
  color: var(--eventflow-white);
  margin-top: 19px;
  margin-bottom: 19px;
}

.event-details-ticket-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 50%;
  margin: 0 auto;
}

.event-details-ticket-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eventflow-white);
}

.event-details-ticket-sub-title-2 {
  color: var(--eventflow-white);
  margin-top: 14px;
  margin-bottom: 7px;
}

.event-details-ticket-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.event-details-ticket-number a {
  color: var(--eventflow-white);
}

.event-details-ticket-number a:hover {
  color: var(--eventflow-base);
}

.event-details-ticket-two {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  text-align: center;
  padding: 40px 40px 38px;
  margin-top: 40px;
}

.event-details-ticket-two-title {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 18px 20px 17px;
}

.event-details-ticket-two-text {
  margin-top: 19px;
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-bottom: 29px;
}

.event-details-follow-us {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  text-align: center;
  padding: 40px 40px 38px;
  margin-top: 40px;
}

.event-details-follow-us-title {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 18px 20px 17px;
}

.event-details-follow-us-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.event-details-follow-us-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  background-color: #04000a;
  border-radius: 50%;
  font-size: 16px;
  color: var(--eventflow-white);
}

.event-details-follow-us-social a:hover {
  background-color: var(--eventflow-base);
  color: var(--eventflow-white);
}

.event-details-location {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  text-align: center;
  padding: 40px 40px 38px;
  margin-top: 40px;
}

.event-details-location-title {
  position: relative;
  display: block;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 18px 20px 17px;
}

.google-map-one {
  position: relative;
  display: block;
  border: none;
  height: 180px;
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.service-details-top {
  position: relative;
  display: block;
}

.service-details-top-left {
  position: relative;
  display: block;
}

.service-details-category-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.service-details-all-category {
  position: relative;
  display: block;
  padding: 44px 40px 30px;
  border-radius: 20px;
  background-color: #101010;
}

.service-details-all-category .service-details-title {
  margin-bottom: 34px;
}

.service-details-all-category-list {
  position: relative;
  display: block;
}

.service-details-all-category-list li {
  position: relative;
  display: block;
}

.service-details-all-category-list li + li {
  margin-top: 20px;
}

.service-details-all-category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #04000a;
  border-radius: 27px;
  color: var(--eventflow-white);
  padding: 14px 20px 14px;
  padding-left: 45px;
  z-index: 1;
}

.service-details-all-category-list li.active a {
  color: var(--eventflow-white);
}

.service-details-all-category-list li:hover a {
  color: var(--eventflow-white);
}

.service-details-all-category-list li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 27px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.service-details-all-category-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details-all-category-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details-all-category-list li a i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 14px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.service-details-all-category-list li a:hover i {
  background: linear-gradient(90deg, #4a0ab4 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.service-details-all-category-list li.active a i {
  background: linear-gradient(90deg, #4a0ab4 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.service-details-get-touch {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 1;
}

.service-details-get-touch-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  z-index: -1;
}

.service-details-get-touch-inner {
  position: relative;
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 20px;
  padding: 38px 30px 38px;
}

.service-details-get-touch-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.service-details-get-touch-sub-title {
  color: var(--eventflow-white);
  margin-top: 7px;
  margin-bottom: 20px;
}

.service-details-get-touch-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: rgba(var(--eventflow-white-rgb), 0.2);
  border-radius: 50%;
  margin: 0 auto;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details-get-touch-icon:hover {
  background-color: var(--eventflow-black);
}

.service-details-get-touch-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eventflow-white);
}

.service-details-get-touch-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 28px;
}

.service-details-get-touch-number a {
  color: var(--eventflow-white);
}

.service-details-get-touch-number a:hover {
  color: var(--eventflow-black);
}

.service-details-download-box {
  position: relative;
  display: block;
  padding: 30px 40px 30px;
  background-color: #101010;
  border-radius: 20px;
}

.service-details-download-list {
  position: relative;
  display: block;
}

.service-details-download-list li {
  position: relative;
  display: block;
}

.service-details-download-list li + li {
  margin-top: 20px;
}

.service-details-download-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(var(--eventflow-white-rgb), 0.05);
  border-radius: 34px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
  padding: 20px 30px 20px;
  z-index: 1;
}

.service-details-download-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 27px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.service-details-download-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details-top-right {
  position: relative;
  display: block;
}

.service-details-img-1 {
  position: relative;
  display: block;
}

.service-details-img-1 img {
  width: 100%;
  border-radius: 20px;
}

.service-details-title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin-top: 28px;
  margin-bottom: 17px;
}

.service-details-text-1 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  line-height: 24px;
}

.service-details-img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.service-details-img-box-img {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.service-details-img-box-img img {
  width: 100%;
  border-radius: 20px;
}

.service-details-title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.service-details-text-2 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-top: 17px;
  margin-bottom: 18px;
  line-height: 24px;
}

.service-details-text-3 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  line-height: 24px;
}

.service-details-bottom {
  position: relative;
  display: block;
  margin-top: 36px;
}

.service-details-single {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  padding: 39px 39px 37px;
  margin-bottom: 30px;
}

.service-details-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  margin-bottom: 22px;
  z-index: 1;
}

.service-details-icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--eventflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-details-single:hover .service-details-icon span {
  transform: scale(0.9);
}

.service-details-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.service-details-title a {
  color: var(--eventflow-white);
}

.service-details-title a:hover {
  color: var(--eventflow-base);
}

.service-details-text {
  margin-top: 18px;
  margin-bottom: 24px;
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.service-details-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--eventflow-white);
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: capitalize;
}

.service-details-btn span {
  font-size: 13px;
}

.service-details-btn:hover {
  color: var(--eventflow-base);
}

.service-details-text-4 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  line-height: 24px;
  padding-top: 54px;
}

.service-details-faq-box {
  position: relative;
  display: block;
  margin-top: 61px;
  counter-reset: count;
}

.service-details-faq-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 40px;
}

.service-details-faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  background-color: #101010;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details-faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 16px 30px 17px;
  padding-left: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.service-details-faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details-faq-box .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 37px;
}

.service-details-faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\e915";
  font-family: "icomoon" !important;
  font-weight: 700;
  font-size: 13px;
  color: var(--eventflow-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.service-details-faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  padding-left: 30px;
  padding-right: 35px;
}

.service-details-faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.service-details-faq-box .faq-one-accrodion-count {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.service-details-faq-box .faq-one-accrodion-count::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  counter-increment: count;
  content: "" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details-faq-box .faq-one-accrodion-count:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -7px;
  width: 4px;
  height: 4px;
  background-color: var(--eventflow-white);
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.team-details-left {
  position: relative;
  display: block;
  background-color: #101010;
  border-radius: 20px;
  padding: 40px 70px 100px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.team-details-client-shape-1 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  opacity: 0.1;
  z-index: -1;
}

.team-details-client-shape-1 img {
  width: auto;
}

.team-details-img-box {
  position: relative;
  display: block;
}

.team-details-client-img {
  position: relative;
  display: block;
}

.team-details-client-img img {
  border-radius: 50%;
  padding: 10px;
  background-color: rgba(var(--eventflow-white-rgb), 0.1);
}

.team-details-img-content {
  position: relative;
  display: block;
}

.team-details-client-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--eventflow-white);
  margin-top: 25px;
}

.team-details-sub-title {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.team-details-social {
  position: relative;
  display: block;
  margin-top: 20px;
}

.team-details-social-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team-details-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: var(--eventflow-white);
  background-color: #04000a;
  border-radius: 50%;
  z-index: 1;
}

.team-details-social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #4a0ab4 0%, #b20d5d 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  z-index: -1;
}

.team-details-social a:hover::before {
  opacity: 1;
}

.team-details-right {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-right: 40px;
}

.team-details-title-1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.team-details-text-1 {
  color: rgba(var(--eventflow-white-rgb), 0.8);
  margin-top: 17px;
}

.team-details-speaker-info-box {
  position: relative;
  display: block;
  margin-top: 42px;
}

.team-details-speaker-info {
  position: relative;
  display: block;
}

.team-details-speaker-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.team-details-speaker-info p {
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.team-details-speaker-info-list {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  background-color: #101010;
  border-radius: 20px;
}

.team-details-speaker-info-list ul {
  position: relative;
  display: block;
}

.team-details-speaker-info-list ul li {
  padding: 10px 25px;
  position: relative;
  display: block;
}

.team-details-speaker-info-list ul li + li {
  border-top: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
}

.team-details-speaker-info-list ul li p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--eventflow-base);
}

.team-details-speaker-info-list ul li span {
  font-size: 14px;
  line-height: 24px;
}

.team-details-speaker-info-list ul li a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(var(--eventflow-white-rgb), 0.9);
}

.team-details-speaker-info-list ul li a:hover {
  color: var(--eventflow-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.testimonial-page .testimonial-one-single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Event Page
--------------------------------------------------------------*/
.event-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 72px 0 120px;
  z-index: 1;
}

.error-page-inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page-title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page-title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 500;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 2;
}

.error-page-tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--eventflow-white);
  text-transform: capitalize;
  margin-bottom: 15px;
}

.error-page-text {
  font-size: 20px;
}

.error-page-form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page-form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page-form input[type="search"] {
  height: 52px;
  width: 100%;
  outline: none;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  color: var(--eventflow-white);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
}

.error-page-form button[type="submit"] {
  background-color: transparent;
  color: var(--eventflow-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--eventflow-black);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page-content {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page-content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page-content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--eventflow-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--eventflow-white);
  word-spacing: 15px;
}

.coming-soon-page .timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.coming-soon-page .timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 50%;
}

.coming-soon-page .timer-box .countdown-timer li span.days,
.coming-soon-page .timer-box .countdown-timer li span.hours,
.coming-soon-page .timer-box .countdown-timer li span.minutes,
.coming-soon-page .timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--eventflow-font);
}

.coming-soon-page .timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: var(--eventflow-font);
}

.coming-soon-page-content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page-content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.coming-soon-page-subscribe-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-page-subscribe-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.coming-soon-page-subscribe-box form input[type="email"] {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  color: var(--eventflow-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: var(--eventflow-font);
  outline: none;
}

.coming-soon-page-btn {
  position: relative;
  align-items: center;
  border: 0;
  padding: 17px 40px 17px;
  background-color: var(--eventflow-base);
}

.coming-soon-page-btn:hover {
  color: var(--eventflow-white);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  padding: 0px 0 90px;
}

/*--------------------------------------------------------------
# Ticket Two
--------------------------------------------------------------*/
.ticket-two {
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
  background-color: var(--eventflow-white);
  padding: 190px 0 90px;
}

.pricing-two .pricing-one-points li .text p {
  color: var(--eventflow-gray);
}

/*--------------------------------------------------------------
# Event Three
--------------------------------------------------------------*/
.event-three {
  padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# Event Direction Two
--------------------------------------------------------------*/
.event-direction-two {
  padding: 0 0 120px;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 100px;
  counter-reset: count;
}

.faq-page-left {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(var(--eventflow-bdr-color-rgb), 0.2);
  background-color: #101010;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 16px 30px 17px;
  padding-left: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 37px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
  content: "\e915";
  font-family: "icomoon" !important;
  font-weight: 700;
  font-size: 13px;
  color: var(--eventflow-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-page .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  padding-left: 30px;
  padding-right: 35px;
}

.faq-page .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: rgba(var(--eventflow-white-rgb), 0.8);
}

.faq-page .faq-one-accrodion-count {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-page .faq-one-accrodion-count::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.4px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  counter-increment: count;
  content: "" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page .faq-one-accrodion-count:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -7px;
  width: 4px;
  height: 4px;
  background-color: var(--eventflow-white);
  border-radius: 50%;
}

.faq-page-right {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  padding: 0px 0 90px;
}

/*--------------------------------------------------------------
# About Us Inner Section
--------------------------------------------------------------*/
.about-us-inner-section {
  padding: 85px 0 85px;
}
.about-us-inner-section-text {
  font-size: 16px;
  font-family: var(--eventflow-font);
  color: var(--eventflow-white);
  text-align: justify;
}

.about-us-inner-section-left {
  position: relative;
  display: block;
  margin-right: 340px;
  margin-top: 50px;
}

.about-us-inner-section-img-box {
  position: relative;
  display: block;
}

.about-us-inner-section-img {
  position: relative;
  display: block;
  overflow: hidden;
  /* border-radius: 20px; */
  z-index: 1;
}

.about-us-inner-section-img::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-us-inner-section-img-box:hover .about-us-inner-section-img::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
}

.about-us-inner-section-img img {
  width: 100%;
  /* border-radius: 20px; */
  object-fit: cover;
  transition: all 1s ease-in-out;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 3px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-us-inner-section-img-box:hover .about-us-inner-section-img img {
  transform: scale(1.1);
}

.about-us-inner-section-trusted-customer {
  position: absolute;
  bottom: 30px;
  right: -120px;
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  max-width: 230px;
  width: 100%;
  /* border-radius: 20px; */
  text-align: center;
  padding: 24px 0 16px;
  z-index: 2;
}

.about-us-inner-section-trusted-customer-icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.about-us-inner-section-trusted-customer-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us-inner-section-trusted-customer-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eventflow-white);
}

.about-us-inner-section-trusted-customer-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us-inner-section-trusted-customer-count h3 {
  font-size: 30px;
  color: var(--eventflow-white);
  line-height: 30px !important;
  font-weight: 700;
  font-family: var(--eventflow-font-two) !important;
}

.about-us-inner-section-trusted-customer-count-plus {
  font-size: 30px;
  color: var(--eventflow-white);
  line-height: 30px;
  font-weight: 700;
  font-family: var(--eventflow-font-two);
}

.about-us-inner-section-trusted-customer-text {
  color: var(--eventflow-white);
}

.about-us-inner-section-img-two {
  position: absolute;
  bottom: 0;
  right: -340px;
  overflow: hidden;
  /* border-radius: 20px; */
  z-index: 1;
}

.about-us-inner-section-img-two::after {
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-us-inner-section-img-box:hover .about-us-inner-section-img-two::after {
  height: 100%;
  opacity: 0;
  transition: all 0.6s linear;
  transition-delay: 500ms;
}

.about-us-inner-section-img-two img {
  width: auto;
  /* border-radius: 20px; */
  object-fit: cover;
  transition: all 1s ease-in-out;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 2px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-us-inner-section-img-box:hover .about-us-inner-section-img-two img {
  transform: scale(1.1);
  transition-delay: 500ms;
}

.about-us-inner-section-shape-1 {
  position: absolute;
  top: 0;
  right: -340px;
  z-index: -1;
}

.about-us-inner-section-shape-1 img {
  width: auto;
}

.about-us-inner-section-points {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about-us-inner-section-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--eventflow-bdr-color);
  background-color: var(--eventflow-white);
  max-width: 260px;
  width: 100%;
  border-radius: 20px;
  padding: 20px 20px 20px;
}

.about-us-inner-section-points-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us-inner-section-points-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, #b20d5d 0%, #4a0ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-us-inner-section-points
  li:hover
  .about-us-inner-section-points-icon
  span {
  transform: scale(0.9);
}

.about-us-inner-section-points-text-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.about-us-inner-section-points-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-us-inner-section-points-count h3 {
  font-size: 15px;
  line-height: 15px !important;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two) !important;
}

.about-us-inner-section-points-count-plus {
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
}

.about-us-inner-section-points-text {
  font-size: 15px;
  line-height: 15px;
  color: var(--eventflow-black);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: var(--eventflow-font-two);
}

.about-us-inner-section-btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# KeyPoints
--------------------------------------------------------------*/

.aboutus-feature-section {
  padding: 0px 0 85px 0;
}

.aboutus-feature-title {
  position: relative;
  /* display: inline-block; */
  font-size: 26px;
  line-height: 55px;
  font-family: var(--eventflow-font);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.aboutus-feature-title.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.aboutus-feature-description {
  font-size: 16px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
  text-align: justify;
}
.feature-box1 {
  padding: 40px 50px;
  position: relative;
  /* border-radius: 600px 0px 0 0;
  background: #f7f7f7; */
}
.feature-box {
  padding: 40px 50px;
  position: relative;
  /* border-radius: 0 0px 600px 0;
  border: 1px solid #81caa5; */
}
.feature-box img {
  border: 2px solid var(--eventflow-primary);
}
.feature-box1 img {
  border: 2px solid var(--eventflow-primary);
}
.feature-box::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  border: 1px solid transparent;
  background: linear-gradient(58deg, #1c75bc, #81caa5) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  transition: all 500ms ease;
  mask-composite: exclude; */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  width: 80%;
  height: 100%;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}
.feature-box1::before {
  /* content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  border: 1px solid transparent;
  background: linear-gradient(58deg, #1c75bc, #81caa5) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  transition: all 500ms ease;
  mask-composite: exclude; */

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  width: 80%;
  height: 100%;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

/*--------------------------------------------------------------
# About Services
--------------------------------------------------------------*/
.about-services-section {
  position: relative;
  display: block;
  padding: 0px 0 85px;
  z-index: 1;
}
.about-services-section .about-services-section-title-tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  font-family: var(--eventflow-font);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.about-services-section .about-services-section-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.about-services-section .about-services-section-title-title {
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.about-services-one-single {
  position: relative;
  display: block;
  padding: 25px;
  /* border-radius: 20px; */
  height: 180px;
  margin-bottom: 25px;
}

.about-services-one-single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}

.about-services-one-single:hover:before {
  visibility: hidden;
  opacity: 0;
}

.about-services-one-single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* border-radius: 20px; */
  border: 1px solid transparent;
  background: linear-gradient(180deg, #81caa5, #1c75bc) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.about-services-one-single:hover:after {
  visibility: visible;
  opacity: 1;
}

.about-services-one-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
}

.about-services-one-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eventflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-services-one-single:hover .about-services-one-icon span {
  transform: scale(1.05);
}

.about-services-one-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 34px;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--eventflow-font);
  text-transform: uppercase;
}

.about-services-one-text {
  font-size: 16px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-light);
}

/*--------------------------------------------------------------
# Wizcraft Prmomise aboutus
--------------------------------------------------------------*/

.wizcraft-promise-section {
  padding: 0 0 85px;
}

.wizcraft-promise-section .promise-title-tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
      background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  font-family: var(--eventflow-font);
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.wizcraft-promise-section .promise-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.wizcraft-promise-section .wizcraft-promise-section-title-title {
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-light);
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.wizcraft-promise-section p {
  color: var(--eventflow-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-family: var(--eventflow-font-Medium);
}

/*--------------------------------------------------------------
# Inner Bottom
--------------------------------------------------------------*/
.inner-bottom-section {
  position: relative;
  display: block;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  padding: 80px 0 80px;
  z-index: 1;
}

.inner-bottom {
  position: relative;
  display: block;
  text-align: center;
}

.inner-bottom-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font);
}
.inner-bottom-headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
