/*!
Template Name: Eventics - Event & Conference HTML Template
Author: temptics pro
Version: 1.0

-----------------------------------------------------------------------------------
Front End is Developed By Shaikh Abu Amer on bahalf of temptics pro
-----------------------------------------------------------------------------------


CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Header
04. About
05. Countdown
06. Schedule
07. Stats
08. Categories
09. Features
10. Artists
11. Upcoming Events
12. Blog

// pages
13. About page
14. Events Page
15. Event Details Page
*/
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --et-blue: #00a7b7;
  --et-purple: #003cbe;
  --et-purple-rgb: 18, 63, 162;
  --et-pink: #DE0977;
  --et-pink-rgb: 222, 9, 119;
  --et-Lpink: #F929BB;
  --et-gray: #58595B;
  --et-gray2: #5C707E;
  --black: #181818;
  --white: #ffffff;
  --font-kalam: "Kalam", cursive;
  --font-kanit: "Kanit", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-lato: "Lato", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-kanit);
}

p {
  line-height: 1.6;
}

a,
button {
  transition: 0.4s ease;
}

.rev-slide-up {
  opacity: 0;
}

.et-btn:hover {
  color: var(--white);
  background-color: var(--et-blue);
}

/* section sub title */
.et-section-sub-title {
  position: relative;
  padding-left: 40px;
  font-family: var(--font-kalam);
  color: var(--et-blue);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .et-section-sub-title {
    margin-bottom: 6px;
  }
}
.et-section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--et-blue);
}
.et-section-title {
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 45px;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -1px;
}
@media screen and (max-width: 1399px) {
  .et-section-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .et-section-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .et-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .et-section-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 479px) {
  .et-section-title {
    font-size: 30px;
  }
}
.et-section-title span.colored {
  font-family: var(--font-kalam);
  font-weight: 700;
  color: var(--et-pink);
}

.et-3-section-sub-title {
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  margin-bottom: 5px;
}
.et-3-section-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 5px;
  background: url(../img/et-3-sub-title-vector.svg) center center no-repeat;
  background-size: 100% 100%;
}
.et-3-section-title {
  font-weight: 600;
  font-size: clamp(26px, 2.5vw, 48px);
  line-height: 1.3;
}

.et-4-section-sub-title {
  position: relative;
  padding-left: 40px;
  font-family: var(--font-kalam);
  color: var(--et-purple);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .et-4-section-sub-title {
    margin-bottom: 6px;
  }
}
.et-4-section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--et-purple);
}
.et-4-section-title {
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 55px;
  color: var(--black);
  line-height: 1.05;
}
@media screen and (max-width: 1199px) {
  .et-4-section-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .et-4-section-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .et-4-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .et-4-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .et-4-section-title {
    font-size: 32px;
  }
}
.et-4-section-title span.colored {
  font-family: var(--font-kalam);
  font-weight: 700;
  color: var(--et-pink);
}

.et-pagination a.active {
  background-color: var(--et-blue);
  border-color: var(--et-blue);
  color: var(--white);
}

.et-3-pagination a.active {
  background-color: var(--et-pink);
  border-color: var(--et-pink);
  color: var(--white);
}

.video-btn-shadow {
  animation: shadow 2s ease-in infinite;
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 30px transparent, 0 0 0 15px transparent;
  }
}
.et-3-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  height: 56px;
  background: linear-gradient(89.75deg, #00a7b7 0.15%, #28d0e0 99.83%);
  color: var(--white);
  font-size: 17px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .et-3-btn {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .et-3-btn {
    height: 45px;
    padding: 0 15px;
  }
}
.et-3-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(89.75deg, #F929BB 0.15%, #550ECA 99.83%);
  opacity: 0;
  transition: 0.4s ease;
}
.et-3-btn:hover::before {
  opacity: 1;
}

.et-banner-slider-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.et-banner-slider-dots span {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s ease;
  vertical-align: top;
}

.et-banner-slider-dots span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
}

.et-banner-slider-dots span.swiper-pagination-bullet-active {
  border-color: var(--white);
}

.et-banner {
  clip-path: polygon(-2.414% 72.042%, -1.07% 5.984%, -1.07% 5.984%, -0.902% 3.452%, -0.515% 1.058%, 0.071% -1.169%, 0.84% -3.199%, 1.772% -5.002%, 2.851% -6.546%, 4.057% -7.802%, 5.372% -8.74%, 6.779% -9.33%, 8.258% -9.541%, 95.78% -10.2%, 95.78% -10.2%, 97.39% -9.977%, 98.908% -9.31%, 100.313% -8.239%, 101.584% -6.804%, 102.699% -5.046%, 103.635% -3.005%, 104.372% -0.722%, 104.887% 1.764%, 105.159% 4.413%, 105.166% 7.183%, 101.347% 88.143%, 101.347% 88.143%, 101.161% 90.144%, 100.804% 92.024%, 100.292% 93.759%, 99.64% 95.328%, 98.862% 96.706%, 97.974% 97.872%, 96.991% 98.803%, 95.927% 99.475%, 94.798% 99.866%, 93.618% 99.954%, 93.618% 99.954%, 93.026% 99.878%, 92.443% 99.723%, 91.871% 99.491%, 91.313% 99.184%, 90.772% 98.804%, 90.25% 98.353%, 89.749% 97.832%, 89.272% 97.244%, 88.821% 96.59%, 88.399% 95.873%, 85.267% 90.109%, 85.267% 90.109%, 84.341% 88.66%, 83.32% 87.515%, 82.226% 86.676%, 81.08% 86.142%, 79.906% 85.917%, 78.725% 86.001%, 77.561% 86.396%, 76.435% 87.103%, 75.37% 88.123%, 74.388% 89.458%, 74.388% 89.458%, 73.406% 90.792%, 72.341% 91.812%, 71.215% 92.518%, 70.05% 92.913%, 68.87% 92.997%, 67.695% 92.772%, 66.55% 92.239%, 65.455% 91.399%, 64.434% 90.254%, 63.509% 88.805%, 63.509% 88.805%, 62.584% 87.357%, 61.563% 86.212%, 60.468% 85.372%, 59.323% 84.839%, 58.148% 84.614%, 56.968% 84.698%, 55.803% 85.092%, 54.677% 85.799%, 53.612% 86.819%, 52.63% 88.154%, 52.63% 88.154%, 51.648% 89.488%, 50.583% 90.508%, 49.457% 91.215%, 48.293% 91.609%, 47.112% 91.693%, 45.938% 91.468%, 44.792% 90.935%, 43.698% 90.096%, 42.677% 88.951%, 41.751% 87.502%, 41.751% 87.502%, 40.826% 86.053%, 39.805% 84.908%, 38.711% 84.068%, 37.565% 83.535%, 36.391% 83.31%, 35.21% 83.394%, 34.046% 83.789%, 32.92% 84.495%, 31.854% 85.515%, 30.873% 86.85%, 30.522% 87.411%, 30.522% 87.411%, 29.572% 88.72%, 28.543% 89.752%, 27.454% 90.505%, 26.323% 90.98%, 25.169% 91.174%, 24.01% 91.088%, 22.866% 90.72%, 21.755% 90.069%, 20.694% 89.135%, 19.704% 87.917%, 15.339% 81.66%, 15.339% 81.66%, 14.647% 80.797%, 13.907% 80.113%, 13.131% 79.61%, 12.329% 79.288%, 11.512% 79.148%, 10.692% 79.19%, 9.879% 79.415%, 9.084% 79.824%, 8.319% 80.418%, 7.593% 81.196%, 7.593% 81.196%, 6.274% 82.466%, 4.9% 83.137%, 3.52% 83.25%, 2.179% 82.849%, 0.925% 81.977%, -0.197% 80.676%, -1.138% 78.99%, -1.852% 76.96%, -2.293% 74.63%, -2.414% 72.042%);
  padding-bottom: 54px;
}
.et-banner .swiper {
  clip-path: polygon(-1.823% 76.863%, -1.823% 8.45%, -1.823% 8.45%, -1.7% 5.724%, -1.345% 3.138%, -0.776% 0.726%, -0.014% -1.476%, 0.923% -3.434%, 2.015% -5.114%, 3.244% -6.481%, 4.589% -7.5%, 6.031% -8.137%, 7.552% -8.357%, 92.5% -8.357%, 92.5% -8.357%, 94.021% -8.137%, 95.463% -7.5%, 96.808% -6.481%, 98.037% -5.114%, 99.129% -3.434%, 100.066% -1.476%, 100.829% 0.726%, 101.397% 3.138%, 101.752% 5.724%, 101.875% 8.45%, 101.875% 86.993%, 101.875% 86.993%, 101.78% 89.103%, 101.505% 91.104%, 101.065% 92.971%, 100.475% 94.675%, 99.75% 96.19%, 98.905% 97.49%, 97.954% 98.548%, 96.913% 99.337%, 95.797% 99.83%, 94.62% 100%, 94.62% 100%, 94.045% 99.959%, 93.478% 99.838%, 92.92% 99.638%, 92.375% 99.361%, 91.843% 99.01%, 91.329% 98.585%, 90.834% 98.089%, 90.361% 97.523%, 89.912% 96.89%, 89.49% 96.19%, 86.172% 90.243%, 86.172% 90.243%, 85.218% 88.788%, 84.174% 87.656%, 83.063% 86.848%, 81.907% 86.363%, 80.729% 86.201%, 79.551% 86.363%, 78.395% 86.848%, 77.284% 87.656%, 76.24% 88.788%, 75.286% 90.243%, 75.286% 90.243%, 74.332% 91.698%, 73.289% 92.829%, 72.178% 93.637%, 71.022% 94.122%, 69.844% 94.284%, 68.666% 94.122%, 67.51% 93.637%, 66.399% 92.829%, 65.355% 91.698%, 64.401% 90.243%, 64.401% 90.243%, 63.447% 88.788%, 62.403% 87.656%, 61.292% 86.848%, 60.137% 86.363%, 58.958% 86.201%, 57.78% 86.363%, 56.624% 86.848%, 55.513% 87.656%, 54.47% 88.788%, 53.516% 90.243%, 53.516% 90.243%, 52.562% 91.698%, 51.518% 92.829%, 50.407% 93.637%, 49.251% 94.122%, 48.073% 94.284%, 46.895% 94.122%, 45.739% 93.637%, 44.628% 92.829%, 43.584% 91.698%, 42.63% 90.243%, 42.63% 90.243%, 41.676% 88.788%, 40.632% 87.656%, 39.521% 86.848%, 38.366% 86.363%, 37.188% 86.201%, 36.009% 86.363%, 34.854% 86.848%, 33.743% 87.656%, 32.699% 88.788%, 31.745% 90.243%, 31.406% 90.85%, 31.406% 90.85%, 30.483% 92.277%, 29.475% 93.419%, 28.402% 94.274%, 27.282% 94.84%, 26.132% 95.115%, 24.973% 95.097%, 23.822% 94.785%, 22.698% 94.175%, 21.619% 93.266%, 20.605% 92.056%, 16.115% 85.796%, 16.115% 85.796%, 15.405% 84.937%, 14.652% 84.27%, 13.866% 83.793%, 13.058% 83.507%, 12.24% 83.412%, 11.421% 83.507%, 10.613% 83.793%, 9.827% 84.27%, 9.074% 84.937%, 8.364% 85.796%, 8.364% 85.796%, 7.072% 87.204%, 5.713% 87.99%, 4.335% 88.195%, 2.987% 87.861%, 1.716% 87.029%, 0.569% 85.74%, -0.406% 84.038%, -1.161% 81.963%, -1.65% 79.558%, -1.823% 76.863%);
}
.et-banner-slider .swiper-slide-active .et-banner-bottom-title {
  transform: translateX(0);
}
.et-banner-slider .swiper-slide-active > div {
  background-position: right bottom;
}
.et-banner .swiper-slide > div {
  transition: background 2.4s ease;
}
.et-banner-bottom-title {
  transform: translateX(100px);
  transition: 2.4s ease;
}
.et-banner-vectors img {
  transform: rotate(45deg);
  animation: spin 3.5s linear reverse infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0) scale(1);
  }
  25%, 100% {
    transform: rotate(90deg) scale(1);
  }
  50% {
    transform: rotate(90deg) scale(0.8);
  }
}
@keyframes etSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.et-banner-3-clipped {
  animation: clipMove 7s ease forwards infinite;
}

@keyframes clipMove {
  0% {
    clip-path: polygon(100% 0, 149% 0, 192% 100%, 144% 100%);
  }
  30% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
  60% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
  100% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
}
.et-3-banner-vector {
  animation: moveX 7s ease forwards infinite;
}

@keyframes moveX {
  0% {
    left: 50%;
    opacity: 0;
  }
  30% {
    left: 68%;
    opacity: 25%;
  }
  60% {
    left: 68%;
    opacity: 25%;
  }
  100% {
    left: 68%;
    opacity: 25%;
  }
}
.et-3-package-accordion .et-single-accordion-item.open .et-single-accordion-item__header i {
  transform: rotate(180deg);
  color: var(--et-blue);
}

.et-outlined-text {
  color: transparent;
  -webkit-text-stroke: 1px rgb(142, 142, 147);
}

.et-3-event-tab-navs button.active {
  color: var(--white);
  border-color: transparent;
}
.et-3-event-tab-navs button.active::before {
  opacity: 1;
}

.et-vertical-txt {
  writing-mode: vertical-lr;
}

.et-4-new-events-slider-dots span::before {
  background-color: var(--black);
}
.et-4-new-events-slider-dots span.swiper-pagination-bullet-active {
  border-color: var(--et-blue);
}
.et-4-new-events-slider-dots span.swiper-pagination-bullet-active::before {
  background-color: var(--et-blue);
}

.et-auction-tab-navs button.active, .et-auction-tab-navs button:hover {
  color: var(--white);
  background-color: var(--et-blue);
}

.et-4-banner-slider-dots .swiper-pagination-bullet {
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(13px, 0.84vw, 16px);
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
.et-4-banner-slider-dots .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white);
  opacity: 0;
  top: 44%;
  transform: translateY(-50%);
  left: -9px;
}
.et-4-banner-slider-dots .swiper-pagination-bullet-active {
  color: var(--et-blue);
}
.et-4-banner-slider-dots .swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .et-4-testimonial-slider .swiper-slide {
    opacity: 1;
    pointer-events: all;
  }
}
.et-4-testimonial-slider .swiper-slide:first-child:not(.swiper-slide-active), .et-4-testimonial-slider .swiper-slide-prev {
  opacity: 0;
  pointer-events: none;
}

.et-auctions-event-tab {
  height: 0;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.et-auctions-event-tab.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

@keyframes rotate-90-top-ccw {
  0% {
    transform: rotate(0);
    transform-origin: 0 130px;
  }
  100% {
    transform: rotate(100deg);
    transform-origin: 0 130px;
  }
}
@keyframes rotate-90-top-ccw2 {
  0% {
    transform: rotate(0);
    transform-origin: 90% 72%;
  }
  100% {
    transform: rotate(100deg);
    transform-origin: 90% 72%;
  }
}
.et-2-banner-container {
  max-width: clamp(1920px, 100.89vw, 1920px);
  margin: auto;
}

.et-header {
  transition: background-color 0.4s ease;
}
.et-header.et-sticky {
  background-color: #18377e;
}
@media screen and (max-width: 991px) {
  .et-header-nav {
    width: 100%;
  }
}
.et-header-nav > li > a {
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .et-header-nav > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}
.et-header-nav a {
  display: block;
  line-height: 3;
}
@media screen and (max-width: 991px) {
  .et-header-nav a {
    line-height: 1.8;
  }
}
.et-header-nav a:hover {
  color: var(--et-blue);
}
.et-header-nav .has-sub-menu {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
}
.et-header-nav .has-sub-menu > a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.et-header-nav .has-sub-menu > a::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
}
.et-header-nav .has-sub-menu:hover .et-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .et-header-nav .has-sub-menu:hover .et-header-submenu {
    transform: translateY(0) translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .et-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
}
.et-header-nav .has-sub-menu.active > a {
  margin-bottom: 0;
}
.et-header-nav .has-sub-menu.active .et-header-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  border-color: #ddd;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .et-header-nav .has-sub-menu.active .et-header-submenu {
    transform: translateY(0) translateX(0);
  }
}
.et-header-submenu {
  position: absolute;
  min-width: 200px;
  background-color: var(--white);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translateY(10px) translateX(-50%);
  transition: 0.4s ease, pointer-events 0s;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .et-header-submenu {
    position: static;
    transform: translateY(0) translateX(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
  }
}
.et-header-submenu.active {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.et-header-submenu a {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
.et-header-submenu li:last-child a {
  border-bottom: 0;
}
.et-header-search.active .et-header-search-open-btn {
  color: var(--et-Lpink);
}
.et-header-search.active form {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.et-header-search form {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .et-header-search form {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
.et-header-location-dropdown {
  min-width: max-content;
}
.et-header-location-dropdown .ss-list {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.et-header-location-dropdown .ss-list .ss-option:hover, .et-header-location-dropdown .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: var(--et-Lpink);
}

.et-3-header.et-sticky {
  position: fixed;
  background-color: var(--white);
}
.et-3-header-nav > li > a {
  color: var(--black);
}
@media screen and (max-width: 991px) {
  .et-3-header-nav > li > a {
    color: var(--white);
  }
}

.et-4-header.et-sticky {
  background-color: var(--et-blue);
}
.et-4-header-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.et-about-vector-1 {
  animation: etSlideUp 6.5s linear infinite alternate 1s;
}

.et-about-vector-2 {
  animation: etSlideUp 6.5s linear infinite alternate;
}

@keyframes etSlideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(200px);
  }
}
.et-about-stat {
  position: relative;
}
.et-about-stat h6 span {
  -webkit-text-stroke: 1px var(--et-Lpink);
}
.et-about-stat:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 100%;
  height: 65px;
  width: 1px;
  background-color: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
}
.et-about__action {
  background: url(../img/about-action-bg.jpg);
}

.et-countdown .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  font-size: 55px;
  font-weight: 500;
  width: 67px;
}
@media screen and (max-width: 575px) {
  .et-countdown .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .et-countdown .number {
    font-size: 40px;
  }
}

.et-tab {
  height: 0;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.et-tab.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.et-schedules-tab-navs button:hover, .et-schedules-tab-navs button.active {
  background-color: var(--et-blue);
}

.et-schedule-date-time > *:not(:last-child) {
  position: relative;
}
.et-schedule-date-time > *:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  width: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 479px) {
  .et-schedule-date-time > *:not(:last-child)::before {
    content: none;
  }
}

.et-2-schedules {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 15% 100%, 0 80%);
}
@media screen and (max-width: 1599px) {
  .et-2-schedules {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
  }
}
@media screen and (max-width: 1199px) {
  .et-2-schedules {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%);
  }
}
@media screen and (max-width: 991px) {
  .et-2-schedules {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 5% 100%, 0 97%);
  }
}

.et-2-schedule-img::before {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
}

.et-3-schedules {
  background: url(../img/schedules-bg.jpg) no-repeat center center;
  background-size: cover;
}
.et-3-schedules-tab-navs button {
  position: relative;
  z-index: 1;
}
.et-3-schedules-tab-navs button:hover, .et-3-schedules-tab-navs button.active {
  color: var(--white);
}
.et-3-schedules-tab-navs button:hover::before, .et-3-schedules-tab-navs button.active::before {
  opacity: 1;
}
.et-3-schedules-tab-navs button::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(to right, var(--et-purple), var(--et-Lpink));
  z-index: -1;
  opacity: 0;
  border-radius: 999px;
  transition: 0.2s linear;
}

.et-3-schedule {
  z-index: 1;
  position: relative;
}
.et-3-schedule:hover::before, .et-3-schedule:hover::after {
  opacity: 1;
}
.et-3-schedule:hover .et-schedule-date-time span {
  color: var(--white);
}
.et-3-schedule:hover .et-schedule-date-time svg path {
  fill: var(--white);
}
.et-3-schedule:hover .et-schedule-title {
  color: var(--white);
}
.et-3-schedule:hover .et-schedule-loaction h6 {
  color: var(--white);
}
.et-3-schedule:hover .et-schedule-loaction svg path {
  fill: var(--white);
}
.et-3-schedule:hover .et-schedule__descr {
  color: var(--white);
}
.et-3-schedule:hover .et-schedule-btn {
  background-color: var(--white);
}
.et-3-schedule:hover .et-schedule-btn:hover {
  background-color: var(--et-pink);
}
.et-3-schedule:hover .et-schedule-btn:hover svg path {
  fill: var(--white);
}
.et-3-schedule::before, .et-3-schedule::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 1s ease;
}
.et-3-schedule::before {
  background: linear-gradient(to right, var(--et-pink), rgba(120, 5, 64, 0.6));
  z-index: -1;
}
.et-3-schedule::after {
  background: url(../img/schedule-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -2;
}
.et-3-schedule-date-time > *:not(:last-child) {
  position: relative;
}
.et-3-schedule-date-time > *:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  width: 1px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 479px) {
  .et-3-schedule-date-time > *:not(:last-child)::before {
    top: calc(100% + 6px);
    height: 1px;
    width: 100%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
.et-3-schedule-btn {
  background-color: rgba(var(--et-pink-rgb), 0.1);
}

.et-schedule-ticker h4 {
  position: relative;
}
.et-schedule-ticker h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ticker-vector.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  left: -45px;
}
.et-schedule-ticker h4 a > * {
  flex-grow: 0;
  flex-shrink: 1;
}

.et-5-schedules-tab-navs button:hover::before, .et-5-schedules-tab-navs button.active::before {
  border-top-color: var(--et-blue);
}

.et-single-stat .number {
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}

.et-category {
  position: relative;
  z-index: 1;
  background: url(../img/category-bg.jpg) var(--white) no-repeat center center;
  background-size: cover;
  transition: 0.4s ease;
}
.et-category:hover .et-category__icon {
  background-color: var(--white);
}
.et-category:hover::before {
  opacity: 1;
}
.et-category:hover::after {
  opacity: 0;
}
.et-category:hover .et-category__descr {
  color: var(--white);
}
.et-category:hover a {
  color: var(--white);
}
.et-category:hover a:hover {
  color: var(--et-pink);
}
.et-category:hover a:hover svg path {
  fill: var(--et-pink);
}
.et-category:hover a svg path {
  fill: var(--white);
}
.et-category::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(120, 5, 64) 0%, rgba(120, 5, 64, 0) 100%);
  z-index: -1;
  transition: 0.4s ease;
  opacity: 0;
}
.et-category::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  transition: 0.4s ease;
  background: var(--white);
}
.et-category__icon {
  mask: url(../img/category-icon-mask.svg) center center no-repeat;
  mask-size: contain;
  background-color: rgba(var(--et-pink-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.et-5-category-slider {
  padding-bottom: 41px;
}

.et-5-category a {
  z-index: 1;
}
.et-5-category a, .et-5-category a::before {
  clip-path: polygon(44.231% 1.858%, 44.231% 1.858%, 45.325% 1.353%, 46.459% 0.961%, 47.623% 0.68%, 48.806% 0.512%, 50% 0.456%, 51.194% 0.512%, 52.377% 0.68%, 53.541% 0.961%, 54.675% 1.353%, 55.769% 1.858%, 93.083% 21.398%, 93.083% 21.398%, 94.113% 22.005%, 95.054% 22.699%, 95.904% 23.473%, 96.656% 24.319%, 97.307% 25.228%, 97.85% 26.194%, 98.281% 27.208%, 98.595% 28.262%, 98.788% 29.349%, 98.853% 30.461%, 98.853% 69.539%, 98.853% 69.539%, 98.788% 70.651%, 98.595% 71.738%, 98.281% 72.792%, 97.85% 73.806%, 97.307% 74.772%, 96.656% 75.681%, 95.904% 76.527%, 95.054% 77.301%, 94.113% 77.995%, 93.083% 78.602%, 55.769% 98.142%, 55.769% 98.142%, 54.675% 98.646%, 53.541% 99.039%, 52.377% 99.319%, 51.194% 99.488%, 50% 99.544%, 48.806% 99.488%, 47.623% 99.319%, 46.459% 99.039%, 45.325% 98.646%, 44.231% 98.142%, 6.917% 78.602%, 6.917% 78.602%, 5.887% 77.995%, 4.946% 77.301%, 4.096% 76.527%, 3.343% 75.681%, 2.693% 74.772%, 2.15% 73.806%, 1.719% 72.792%, 1.405% 71.738%, 1.212% 70.651%, 1.147% 69.539%, 1.147% 30.461%, 1.147% 30.461%, 1.212% 29.349%, 1.405% 28.262%, 1.719% 27.208%, 2.15% 26.194%, 2.693% 25.228%, 3.343% 24.319%, 4.096% 23.473%, 4.946% 22.699%, 5.887% 22.005%, 6.917% 21.398%, 44.231% 1.858%);
}
.et-5-category a::before {
  content: "";
  position: absolute;
  inset: 4px;
  background-color: var(--et-blue);
  z-index: -1;
  transition: 0.4s ease;
}
.et-5-category a:hover::before {
  background-color: var(--black);
}

.et-2-feature-card-txt {
  mask: url("../img/feature-mask.svg") no-repeat top right;
  mask-size: cover;
}

.et-speaker-img {
  mask: url(../img/team-mask.svg) no-repeat center center;
  mask-size: cover;
}

.et-artists-slider .et-artist {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0);
}
.et-artists-slider .swiper-slide-visible .et-artist {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.et-upcoming-events {
  background: url(../img/upcomng-events-bg.jpg) no-repeat center center;
  background-size: cover;
}
.et-upcoming-events-heading .et-section-sub-title::before {
  background-color: var(--white);
}
.et-upcoming-events-timer {
  position: relative;
}
.et-upcoming-events-timer::before, .et-upcoming-events-timer::after {
  content: "";
  position: absolute;
  width: 265px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
}
.et-upcoming-events-timer::after {
  left: auto;
  right: calc(100% + 20px);
}

.et-upcoming-event:hover .et-upcoming-event__img img {
  scale: 1.08;
}
.et-upcoming-event__img {
  mask: url(../img/upcoming-event-mask.svg) no-repeat center center;
  mask-size: cover;
}
.et-upcoming-event__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--et-purple-rgb), 1) 0%, transparent 100%);
}
.et-upcoming-event__img img {
  transition: 0.4s ease;
}
.et-upcoming-event a.btn:hover svg path {
  fill: var(--white);
}

.et-3-blog:hover .et-blog__img img {
  transform: scale(1.1);
}
.et-3-blog__img img {
  transition: 0.4s ease;
}
.et-3-blog__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(var(--et-purple-rgb), 0.7) 0%, transparent 100%);
}

.et-5-banner {
  background: radial-gradient(56.6% 169.81% at 75.75% 100.12%, #CF02D0 0%, #CE02CF 0.29%, #9C01AE 15.49%, #720192 30.49%, #51007D 45%, #3A006D 58.88%, #2C0064 71.88%, #270061 83.1%);
}
.et-5-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 0, 177, 0.5) 55.84%, rgba(11, 0, 75, 0) 100%);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 90.106% 100%, 79.485% 79.991%, 69.111% 100%, 58.413% 79.991%, 48.117% 100%, 37.296% 79.991%, 27.122% 100%, 13.812% 79.991%, 0% 100%);
  z-index: -1;
}
.et-5-gallery-item:first-child img {
  transform: perspective(40px) translateX(clamp(15px, 1.31vw, 25px)) rotateX(0deg) rotateY(1deg);
  transform-style: preserve-3d;
}
@media screen and (max-width: 767px) {
  .et-5-gallery-item:first-child img {
    transform: perspective(0px) translateX(calc(15px - clamp(15px, 1.31vw, 25px))) rotateX(0deg) rotateY(0deg);
  }
}
.et-5-gallery-item:last-child img {
  transform: perspective(40px) translateX(calc(0px - clamp(15px, 1.31vw, 25px))) rotateX(0deg) rotateY(-1deg);
  transform-style: preserve-3d;
}
@media screen and (max-width: 767px) {
  .et-5-gallery-item:last-child img {
    transform: perspective(0px) translateX(calc(15px - clamp(15px, 1.31vw, 25px))) rotateX(0deg) rotateY(0deg);
  }
}

.et-5-pricing-plan::after, .et-5-pricing-plan::before {
  content: "";
  background-color: var(--color-white);
  position: absolute;
  inset: 1px;
  z-index: -2;
  clip-path: polygon(4.348% 0.083%, 24.185% 0.083%, 24.185% 0.083%, 24.868% 0.117%, 25.516% 0.214%, 26.12% 0.37%, 26.672% 0.579%, 27.163% 0.836%, 27.584% 1.135%, 27.927% 1.472%, 28.182% 1.841%, 28.342% 2.236%, 28.397% 2.653%, 28.397% 6.292%, 28.397% 6.292%, 28.456% 6.737%, 28.626% 7.159%, 28.9% 7.552%, 29.266% 7.911%, 29.716% 8.23%, 30.24% 8.504%, 30.83% 8.726%, 31.476% 8.891%, 32.168% 8.994%, 32.897% 9.028%, 67.136% 8.951%, 67.136% 8.951%, 67.861% 8.914%, 68.549% 8.809%, 69.19% 8.643%, 69.775% 8.42%, 70.296% 8.146%, 70.742% 7.828%, 71.105% 7.47%, 71.376% 7.078%, 71.545% 6.658%, 71.603% 6.215%, 71.603% 2.653%, 71.603% 2.653%, 71.658% 2.236%, 71.818% 1.841%, 72.073% 1.472%, 72.416% 1.135%, 72.837% 0.836%, 73.328% 0.579%, 73.88% 0.37%, 74.484% 0.214%, 75.132% 0.117%, 75.815% 0.083%, 95.652% 0.083%, 95.652% 0.083%, 96.335% 0.117%, 96.983% 0.214%, 97.588% 0.37%, 98.14% 0.579%, 98.63% 0.836%, 99.051% 1.135%, 99.394% 1.472%, 99.649% 1.841%, 99.809% 2.236%, 99.864% 2.653%, 99.864% 97.347%, 99.864% 97.347%, 99.809% 97.764%, 99.649% 98.159%, 99.394% 98.528%, 99.051% 98.865%, 98.63% 99.164%, 98.14% 99.421%, 97.588% 99.63%, 96.983% 99.786%, 96.335% 99.883%, 95.652% 99.917%, 94.072% 99.917%, 94.072% 99.917%, 93.888% 99.915%, 93.704% 99.907%, 93.522% 99.895%, 93.34% 99.878%, 93.16% 99.856%, 92.982% 99.829%, 92.806% 99.798%, 92.632% 99.762%, 92.461% 99.721%, 92.292% 99.676%, 90.845% 99.264%, 90.845% 99.264%, 90.474% 99.171%, 90.093% 99.098%, 89.706% 99.047%, 89.315% 99.017%, 88.921% 99.008%, 88.528% 99.02%, 88.137% 99.053%, 87.751% 99.107%, 87.372% 99.183%, 87.003% 99.279%, 86.534% 99.417%, 86.534% 99.417%, 86.209% 99.502%, 85.877% 99.57%, 85.537% 99.621%, 85.193% 99.655%, 84.847% 99.67%, 84.499% 99.669%, 84.152% 99.65%, 83.808% 99.613%, 83.469% 99.559%, 83.135% 99.487%, 81.919% 99.188%, 81.919% 99.188%, 81.548% 99.109%, 81.17% 99.05%, 80.788% 99.012%, 80.403% 98.994%, 80.017% 98.997%, 79.633% 99.02%, 79.254% 99.063%, 78.88% 99.127%, 78.515% 99.211%, 78.161% 99.314%, 78.161% 99.314%, 77.812% 99.416%, 77.451% 99.497%, 77.083% 99.557%, 76.708% 99.597%, 76.33% 99.615%, 75.951% 99.612%, 75.573% 99.588%, 75.198% 99.543%, 74.83% 99.477%, 74.47% 99.39%, 73.704% 99.179%, 73.704% 99.179%, 73.383% 99.102%, 73.055% 99.046%, 72.721% 99.009%, 72.385% 98.993%, 72.048% 98.997%, 71.714% 99.021%, 71.384% 99.065%, 71.062% 99.129%, 70.749% 99.212%, 70.449% 99.315%, 70.449% 99.315%, 70.156% 99.415%, 69.852% 99.494%, 69.538% 99.553%, 69.217% 99.592%, 68.892% 99.611%, 68.566% 99.609%, 68.241% 99.587%, 67.92% 99.544%, 67.605% 99.48%, 67.3% 99.396%, 66.944% 99.284%, 66.944% 99.284%, 66.598% 99.188%, 66.242% 99.114%, 65.878% 99.061%, 65.509% 99.03%, 65.138% 99.021%, 64.767% 99.033%, 64.399% 99.068%, 64.036% 99.124%, 63.681% 99.201%, 63.338% 99.301%, 63.04% 99.398%, 63.04% 99.398%, 62.748% 99.482%, 62.445% 99.545%, 62.136% 99.589%, 61.823% 99.612%, 61.508% 99.615%, 61.195% 99.599%, 60.885% 99.562%, 60.582% 99.506%, 60.287% 99.43%, 60.005% 99.333%, 60.005% 99.333%, 59.697% 99.229%, 59.376% 99.146%, 59.045% 99.084%, 58.708% 99.044%, 58.366% 99.026%, 58.023% 99.03%, 57.682% 99.055%, 57.345% 99.103%, 57.015% 99.172%, 56.696% 99.263%, 56.37% 99.37%, 56.37% 99.37%, 56.059% 99.459%, 55.737% 99.528%, 55.409% 99.576%, 55.076% 99.604%, 54.74% 99.611%, 54.405% 99.597%, 54.074% 99.563%, 53.748% 99.508%, 53.431% 99.433%, 53.124% 99.337%, 53.124% 99.337%, 52.787% 99.233%, 52.438% 99.15%, 52.08% 99.091%, 51.716% 99.055%, 51.348% 99.042%, 50.98% 99.051%, 50.615% 99.084%, 50.255% 99.139%, 49.904% 99.218%, 49.564% 99.319%, 49.45% 99.358%, 49.45% 99.358%, 49.14% 99.452%, 48.819% 99.526%, 48.491% 99.58%, 48.157% 99.616%, 47.82% 99.631%, 47.482% 99.628%, 47.145% 99.604%, 46.813% 99.561%, 46.486% 99.499%, 46.167% 99.416%, 45.7% 99.279%, 45.7% 99.279%, 45.331% 99.183%, 44.952% 99.107%, 44.566% 99.053%, 44.175% 99.02%, 43.782% 99.008%, 43.388% 99.017%, 42.996% 99.047%, 42.609% 99.098%, 42.229% 99.171%, 41.858% 99.264%, 41.293% 99.425%, 41.293% 99.425%, 40.968% 99.506%, 40.636% 99.568%, 40.297% 99.611%, 39.955% 99.634%, 39.611% 99.638%, 39.268% 99.622%, 38.929% 99.588%, 38.594% 99.534%, 38.267% 99.461%, 37.951% 99.368%, 37.757% 99.305%, 37.757% 99.305%, 37.413% 99.207%, 37.058% 99.131%, 36.695% 99.079%, 36.326% 99.05%, 35.956% 99.044%, 35.586% 99.062%, 35.221% 99.102%, 34.862% 99.165%, 34.514% 99.251%, 34.178% 99.361%, 34.178% 99.361%, 33.892% 99.455%, 33.596% 99.53%, 33.292% 99.588%, 32.981% 99.628%, 32.665% 99.65%, 32.348% 99.653%, 32.032% 99.638%, 31.717% 99.605%, 31.408% 99.553%, 31.105% 99.482%, 30.051% 99.2%, 30.051% 99.2%, 29.703% 99.119%, 29.348% 99.058%, 28.987% 99.018%, 28.623% 98.998%, 28.258% 98.998%, 27.895% 99.019%, 27.536% 99.06%, 27.183% 99.121%, 26.838% 99.202%, 26.505% 99.303%, 26.415% 99.333%, 26.415% 99.333%, 26.094% 99.43%, 25.761% 99.505%, 25.42% 99.559%, 25.074% 99.593%, 24.725% 99.605%, 24.375% 99.596%, 24.028% 99.566%, 23.685% 99.515%, 23.351% 99.443%, 23.027% 99.349%, 22.826% 99.284%, 22.826% 99.284%, 22.495% 99.189%, 22.153% 99.117%, 21.804% 99.068%, 21.45% 99.042%, 21.094% 99.038%, 20.74% 99.057%, 20.39% 99.098%, 20.047% 99.162%, 19.714% 99.248%, 19.395% 99.357%, 19.395% 99.357%, 19.12% 99.451%, 18.834% 99.527%, 18.54% 99.585%, 18.239% 99.625%, 17.934% 99.647%, 17.626% 99.65%, 17.319% 99.635%, 17.015% 99.602%, 16.715% 99.55%, 16.422% 99.48%, 14.641% 98.987%, 14.641% 98.987%, 14.22% 98.886%, 13.788% 98.811%, 13.35% 98.764%, 12.908% 98.744%, 12.466% 98.75%, 12.027% 98.782%, 11.595% 98.841%, 11.172% 98.927%, 10.763% 99.038%, 10.37% 99.175%, 9.513% 99.511%, 9.513% 99.511%, 9.306% 99.586%, 9.093% 99.655%, 8.875% 99.715%, 8.652% 99.768%, 8.424% 99.813%, 8.192% 99.85%, 7.958% 99.879%, 7.72% 99.9%, 7.481% 99.913%, 7.24% 99.917%, 4.348% 99.917%, 4.348% 99.917%, 3.665% 99.883%, 3.017% 99.786%, 2.412% 99.63%, 1.86% 99.421%, 1.37% 99.164%, 0.949% 98.865%, 0.606% 98.528%, 0.351% 98.159%, 0.191% 97.764%, 0.136% 97.347%, 0.136% 2.653%, 0.136% 2.653%, 0.191% 2.236%, 0.351% 1.841%, 0.606% 1.472%, 0.949% 1.135%, 1.37% 0.836%, 1.86% 0.579%, 2.412% 0.37%, 3.017% 0.214%, 3.665% 0.117%, 4.348% 0.083%);
}
.et-5-pricing-plan::before {
  inset: 0;
  background-color: #e5e5e5;
  clip-path: polygon(4.324% 0.083%, 24.73% 0.083%, 24.73% 0.083%, 25.409% 0.117%, 26.054% 0.214%, 26.655% 0.37%, 27.204% 0.579%, 27.692% 0.836%, 28.111% 1.135%, 28.451% 1.472%, 28.705% 1.841%, 28.864% 2.236%, 28.919% 2.653%, 28.919% 6.205%, 28.919% 6.205%, 28.977% 6.649%, 29.146% 7.07%, 29.417% 7.463%, 29.779% 7.821%, 30.225% 8.14%, 30.745% 8.414%, 31.329% 8.636%, 31.969% 8.802%, 32.655% 8.906%, 33.378% 8.941%, 66.486% 8.941%, 66.486% 8.941%, 67.21% 8.906%, 67.896% 8.802%, 68.536% 8.636%, 69.12% 8.414%, 69.64% 8.14%, 70.086% 7.821%, 70.448% 7.463%, 70.719% 7.07%, 70.888% 6.649%, 70.946% 6.205%, 70.946% 2.653%, 70.946% 2.653%, 71.001% 2.236%, 71.16% 1.841%, 71.414% 1.472%, 71.754% 1.135%, 72.173% 0.836%, 72.661% 0.579%, 73.21% 0.37%, 73.811% 0.214%, 74.456% 0.117%, 75.135% 0.083%, 95.676% 0.083%, 95.676% 0.083%, 96.355% 0.117%, 97% 0.214%, 97.601% 0.37%, 98.15% 0.579%, 98.638% 0.836%, 99.057% 1.135%, 99.397% 1.472%, 99.651% 1.841%, 99.81% 2.236%, 99.865% 2.653%, 99.865% 97.347%, 99.865% 97.347%, 99.81% 97.764%, 99.651% 98.159%, 99.397% 98.528%, 99.057% 98.865%, 98.638% 99.164%, 98.15% 99.421%, 97.601% 99.63%, 97% 99.786%, 96.355% 99.883%, 95.676% 99.917%, 94.062% 99.917%, 94.062% 99.917%, 93.88% 99.915%, 93.698% 99.907%, 93.517% 99.895%, 93.338% 99.878%, 93.16% 99.857%, 92.983% 99.83%, 92.809% 99.799%, 92.636% 99.764%, 92.467% 99.723%, 92.299% 99.678%, 90.826% 99.259%, 90.826% 99.259%, 90.458% 99.166%, 90.082% 99.094%, 89.698% 99.044%, 89.311% 99.014%, 88.921% 99.005%, 88.532% 99.017%, 88.144% 99.05%, 87.762% 99.103%, 87.387% 99.178%, 87.021% 99.274%, 86.518% 99.422%, 86.518% 99.422%, 86.196% 99.507%, 85.866% 99.574%, 85.53% 99.624%, 85.19% 99.657%, 84.847% 99.673%, 84.503% 99.671%, 84.16% 99.652%, 83.819% 99.616%, 83.483% 99.562%, 83.153% 99.491%, 81.915% 99.188%, 81.915% 99.188%, 81.545% 99.108%, 81.167% 99.05%, 80.785% 99.012%, 80.401% 98.994%, 80.015% 98.997%, 79.632% 99.02%, 79.253% 99.063%, 78.88% 99.127%, 78.515% 99.211%, 78.162% 99.314%, 78.162% 99.314%, 77.812% 99.416%, 77.452% 99.497%, 77.084% 99.557%, 76.709% 99.597%, 76.331% 99.615%, 75.952% 99.612%, 75.574% 99.589%, 75.2% 99.544%, 74.832% 99.478%, 74.473% 99.391%, 73.703% 99.179%, 73.703% 99.179%, 73.382% 99.102%, 73.054% 99.045%, 72.72% 99.009%, 72.384% 98.993%, 72.048% 98.997%, 71.714% 99.021%, 71.385% 99.065%, 71.063% 99.129%, 70.75% 99.212%, 70.449% 99.315%, 70.449% 99.315%, 70.166% 99.412%, 69.871% 99.49%, 69.567% 99.549%, 69.257% 99.589%, 68.943% 99.61%, 68.627% 99.611%, 68.312% 99.594%, 68% 99.557%, 67.693% 99.501%, 67.394% 99.425%, 67.3% 99.397%, 66.944% 99.284%, 66.944% 99.284%, 66.598% 99.188%, 66.242% 99.114%, 65.878% 99.061%, 65.509% 99.03%, 65.138% 99.021%, 64.767% 99.033%, 64.399% 99.068%, 64.036% 99.124%, 63.682% 99.201%, 63.338% 99.301%, 63.041% 99.398%, 63.041% 99.398%, 62.748% 99.482%, 62.445% 99.545%, 62.136% 99.589%, 61.823% 99.612%, 61.508% 99.616%, 61.195% 99.599%, 60.885% 99.562%, 60.581% 99.506%, 60.287% 99.429%, 60.004% 99.333%, 60.004% 99.333%, 59.696% 99.229%, 59.375% 99.146%, 59.045% 99.084%, 58.707% 99.044%, 58.366% 99.026%, 58.023% 99.03%, 57.682% 99.055%, 57.345% 99.102%, 57.016% 99.172%, 56.697% 99.263%, 56.37% 99.37%, 56.37% 99.37%, 56.059% 99.459%, 55.737% 99.528%, 55.409% 99.576%, 55.075% 99.604%, 54.74% 99.611%, 54.405% 99.597%, 54.074% 99.563%, 53.748% 99.508%, 53.43% 99.433%, 53.124% 99.337%, 53.124% 99.337%, 52.787% 99.233%, 52.438% 99.15%, 52.08% 99.091%, 51.716% 99.055%, 51.348% 99.042%, 50.98% 99.051%, 50.615% 99.084%, 50.256% 99.139%, 49.904% 99.218%, 49.565% 99.319%, 49.451% 99.358%, 49.451% 99.358%, 49.14% 99.451%, 48.82% 99.526%, 48.491% 99.581%, 48.158% 99.616%, 47.82% 99.632%, 47.482% 99.628%, 47.146% 99.605%, 46.813% 99.562%, 46.486% 99.499%, 46.167% 99.417%, 45.681% 99.274%, 45.681% 99.274%, 45.316% 99.178%, 44.94% 99.103%, 44.558% 99.05%, 44.171% 99.017%, 43.782% 99.005%, 43.392% 99.014%, 43.004% 99.044%, 42.621% 99.094%, 42.244% 99.166%, 41.877% 99.259%, 41.294% 99.425%, 41.294% 99.425%, 40.969% 99.506%, 40.636% 99.568%, 40.297% 99.611%, 39.954% 99.634%, 39.611% 99.638%, 39.268% 99.622%, 38.928% 99.588%, 38.594% 99.534%, 38.267% 99.461%, 37.95% 99.368%, 37.756% 99.305%, 37.756% 99.305%, 37.412% 99.207%, 37.057% 99.131%, 36.694% 99.079%, 36.326% 99.05%, 35.956% 99.044%, 35.587% 99.061%, 35.221% 99.102%, 34.863% 99.165%, 34.515% 99.251%, 34.179% 99.361%, 34.179% 99.361%, 33.893% 99.455%, 33.597% 99.531%, 33.292% 99.588%, 32.981% 99.628%, 32.666% 99.65%, 32.349% 99.653%, 32.032% 99.638%, 31.718% 99.605%, 31.408% 99.553%, 31.105% 99.482%, 30.049% 99.2%, 30.049% 99.2%, 29.702% 99.119%, 29.347% 99.058%, 28.986% 99.017%, 28.622% 98.997%, 28.258% 98.998%, 27.895% 99.018%, 27.536% 99.059%, 27.183% 99.12%, 26.839% 99.201%, 26.505% 99.302%, 26.505% 99.303%, 26.416% 99.333%, 26.416% 99.333%, 26.094% 99.429%, 25.761% 99.505%, 25.42% 99.559%, 25.074% 99.593%, 24.725% 99.605%, 24.375% 99.596%, 24.028% 99.566%, 23.685% 99.515%, 23.351% 99.443%, 23.026% 99.349%, 22.825% 99.284%, 22.825% 99.284%, 22.494% 99.189%, 22.152% 99.117%, 21.803% 99.068%, 21.45% 99.042%, 21.094% 99.038%, 20.74% 99.057%, 20.39% 99.098%, 20.047% 99.162%, 19.715% 99.248%, 19.395% 99.357%, 19.395% 99.357%, 19.121% 99.451%, 18.835% 99.527%, 18.54% 99.585%, 18.239% 99.625%, 17.934% 99.647%, 17.627% 99.65%, 17.32% 99.636%, 17.015% 99.602%, 16.715% 99.55%, 16.422% 99.48%, 14.619% 98.981%, 14.619% 98.981%, 14.202% 98.881%, 13.775% 98.807%, 13.34% 98.76%, 12.903% 98.74%, 12.465% 98.746%, 12.031% 98.779%, 11.603% 98.837%, 11.184% 98.922%, 10.778% 99.032%, 10.389% 99.168%, 9.504% 99.514%, 9.504% 99.514%, 9.299% 99.589%, 9.088% 99.657%, 8.872% 99.717%, 8.651% 99.77%, 8.425% 99.814%, 8.196% 99.851%, 7.963% 99.88%, 7.728% 99.9%, 7.491% 99.913%, 7.252% 99.917%, 4.324% 99.917%, 4.324% 99.917%, 3.645% 99.883%, 3% 99.786%, 2.399% 99.63%, 1.85% 99.421%, 1.362% 99.164%, 0.943% 98.865%, 0.603% 98.528%, 0.349% 98.159%, 0.19% 97.764%, 0.135% 97.347%, 0.135% 2.653%, 0.135% 2.653%, 0.19% 2.236%, 0.349% 1.841%, 0.603% 1.472%, 0.943% 1.135%, 1.362% 0.836%, 1.85% 0.579%, 2.399% 0.37%, 3% 0.214%, 3.645% 0.117%, 4.324% 0.083%);
}

.et-history-timeline {
  width: max-content;
}
.et-history-timeline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  background-color: var(--et-blue);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  height: 0;
  transition: 0.4s ease;
}
.et-history-timeline h3 {
  -webkit-text-stroke: 1px var(--et-gray2);
}
.et-history-timeline.swiper-slide-thumb-active {
  border-top: 1px solid var(--et-blue);
}
.et-history-timeline.swiper-slide-thumb-active::before {
  height: 13px;
}
.et-history-timeline.swiper-slide-thumb-active h3 {
  -webkit-text-stroke: 0 var(--et-blue);
  color: var(--et-blue);
}

.et-single-accordion-item {
  transition: 0.4s ease;
  display: grid;
  grid-template-rows: max-content 0fr;
}

.et-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.et-single-accordion-item.open .et-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--et-blue);
}
.et-single-accordion-item.open .et-single-accordion-item__title {
  color: var(--et-blue);
}
.et-single-accordion-item.open .et-single-accordion-item__body {
  grid-template-rows: 1fr;
  padding-top: 9px;
}

.et-single-accordion-item__header i {
  transition: transform 0.4s ease;
}

.et-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}

.et-events-slider {
  mask: url(../img/slider-mask.svg) no-repeat bottom center;
  mask-size: cover;
}

.et-event-details-requirements-list li {
  padding-left: 22px;
  position: relative;
}
.et-event-details-requirements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../img/checkmark-blue.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 14px;
  height: 13px;
}

@media screen and (max-width: 379px) {
  .flatpickr-wrapper {
    transform: scale(0.85) translateX(-50%);
    left: 42%;
  }
}

.flatpickr-calendar {
  box-shadow: none;
  width: 100%;
}

.flatpickr-months {
  display: none;
}

.dayContainer {
  gap: 8px;
  max-width: 100%;
  width: 100%;
  min-width: 321px;
  justify-content: center;
}

.flatpickr-weekdays {
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

span.flatpickr-weekday {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}

.flatpickr-days {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}

.flatpickr-day {
  background-color: rgba(85, 14, 202, 0.06);
  border-radius: 4px;
  font-family: var(--font-inter);
  color: #232323;
  line-height: 37px;
  font-size: 16px;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background-color: var(--et-Lpink);
  border-color: var(--et-Lpink);
  color: var(--white);
}
.flatpickr-day.today {
  background-color: var(--et-Lpink);
  border-color: var(--et-Lpink);
  color: var(--white);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */