/* ============== Documentación =========

 * theme name: Evlio
 * version: 1.0
 * description: Digital Conference Html5 Template
 * author: uiaxis
 * author url: https://themeforest.net/user/uiaxis

 01. abstracts
     1.1 --> mixins
     1.2 --> variables
    
 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> banner
     4.3 --> footer

 05. sections
     5.1 --> about
     5.2 --> event
     5.3 --> video modal
     5.4 --> speaker
     5.5 --> schedule
     5.6 --> pricing
     5.7 --> venue
     5.8 --> overview
     5.9 --> sponsor
     5.10 --> faq
     5.11 --> testimonial
     5.12 --> contact
     5.13 --> volunteer

 06. responsive



=================================
============== */

:root {
  --fest-orchid: #9b1556;                /* dark orchid ahora es marron*/
  --fest-green: #e21e5d;                 /* medium sea green ahora es rosa*/
  --fest-orange: #fe7c13;                /* heat wave */
  --fest-blue: #680e39;                  /* oxford blue */
  --fest-black: #000000;                 /* black */
  --fest-white: #ffffff;                 /* white */
}



@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 0px;
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: var(--fest-orchid);
  border-radius: 5px;
}

/*section{
  max-height: 1080px;
}*/

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: all 0.2s ease-out;
  letter-spacing: 1px;
}

a i,
button i {
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  cursor: pointer;
}

button:focus {
  box-shadow: none;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}

input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #031545;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

/* ==== 


 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: #021545;
  font-family: "Jost", sans-serif;
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

a:hover,
button:hover {
  color: var(--fest-orchid);
}

h1,
.hero__content-title {
  font-size: 56px;
  line-height: 86px;
  margin-top: -11px;
}

h2,
.section__content-title,
.section__header-title {
  font-size: 57px;
  line-height: 67px;
  margin-top: -9px;
}

h3 {
  font-size: 43px;
  line-height: 53px;
  margin-top: -7px;
}

h4 {
  font-size: 32px;
  line-height: 42px;
  margin-top: -7px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
  margin-top: -5px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: -5px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.unset {
  max-width: unset;
}

.mfp-wrap {
  z-index: 999999999999 !important;
}

.bg-img {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.dir-rtl {
  direction: rtl;
}

.slick-slide {
  margin: 0px 12px;
}

.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: 0px -12px;
}

.section {
  padding: 80px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__row {
  margin-bottom: -30px;
}

.section__col {
  margin-bottom: 30px;
}

.section__cta {
  margin-top: 60px;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section__header {
  text-align: center;
  margin-bottom: 58px;
}

.section__header .section__header-sub-title {
  color: #ff0065;
  margin-bottom: 25px;
}

.section__header .section__header-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.section__header .section__header-content {
  color: #f2f2f2;
}

.section__content h5 {
  font-weight: 500;
  color: #ff0065;
  margin-bottom: 25px;
}

.section__content h2 {
  margin-bottom: 30px;
}

.section__content .section__content-cta {
  margin-top: 40px;
}

#modeSwitcher {
  position: relative;
}

#modeSwitcher .checkbox {
  opacity: 0;
  position: absolute;
}

#modeSwitcher .checkbox:checked + .label .ball {
  transform: translateX(20px) translateY(-50%);
  background-color: #ffffff;
  margin: 0px;
}

#modeSwitcher .checkbox:checked + .label .ball::after {
  content: "";
  position: absolute;
  background-color: #ff0065;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  bottom: 50%;
  left: -5%;
  transform: translateY(50%);
}

#modeSwitcher .label {
  background-color: #ff0065;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  margin: 0;
  position: relative;
  height: auto;
  width: 50px;
}

#modeSwitcher .label .fa-moon {
  color: #ff0065;
}

#modeSwitcher .label .ball {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  height: 20px;
  width: 20px;
  transform: translateX(0px) translateY(-50%);
  transition: transform 0.2s linear;
  margin: 0px !important;
}

.nav__uncollapsed-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */

 /* ------------- Verde ------------- */
.cmn-button--green {
  font-weight: 600;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #f39a21;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cmn-button--green::before, .cmn-button--green::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  height: 100%;
  background-color: var(--fest-green);
  z-index: -1;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.2s ease-out;
}

.cmn-button--green::after {
  left: unset;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

.cmn-button--green:hover::before, .cmn-button--green:hover::after {
  width: 0%;
}

/* ------------- Morado ------------- */
.cmn-button--orchid {
  font-weight: 600;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cmn-button--orchid::before, .cmn-button--orchid::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  height: 100%;
  background-color: var(--fest-orchid);
  z-index: -1;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.2s ease-out;
}

.cmn-button--orchid::after {
  left: unset;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

.cmn-button--orchid:hover::before, .cmn-button--orchid:hover::after {
  width: 0%;
}

/* ------------- Naranja ------------- */
.cmn-button--orange {
  font-weight: 600;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cmn-button--orange::before, .cmn-button--orange::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  height: 100%;
  background-color: var(--fest-orange);
  z-index: -1;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.2s ease-out;
}

.cmn-button--orange::after {
  left: unset;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
}

.cmn-button--orange:hover::before, .cmn-button--orange:hover::after {
  width: 0%;
}

.cmn-button--secondary {
  color: #ffffff;
  background-color: var(--fest-orchid);
  box-shadow: none;
}

.cmn-button--secondary::after, .cmn-button--secondary::before {
  background-color: var(--fest-orchid);
}

.cmn-button--secondary:hover {
  color: #ffffff;
  background-color: #253b76;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #fe2a7740;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 99;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  left: 0%;
  top: 0%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  opacity: 0;
  background: #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0%;
  top: 0%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--fest-green);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.input-single {
  margin-bottom: 30px;
}

.input-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.input-single label {
  display: block;
  margin-bottom: 10px;
}

.input-single input,
.input-single textarea {
  width: 100%;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #74779f;
  border-radius: 10px;
}

.input-single input::placeholder,
.input-single textarea::placeholder {
  color: #ffffff50;
}

.input-single textarea {
  max-height: 160px;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#preloader {
  background: linear-gradient(180deg, #9b1556 0%, #e21e5d 100%);
  z-index: 999999;
}

.ctn-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #ffffff50;
  border-top-color: #ffffff;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 6em "Jost", sans-serif;
  text-align: center;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffffff50;
  position: relative;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #fe2a77;
  background-image: linear-gradient(180deg, #9b1556 0%, #e21e5d 100%);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Jost", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 4em "Jost", sans-serif;
  }
}

/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 20px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.header .cmn-button:hover {
  background-color: #181830;
  color: #ffffff;
}

.header .nav {
  padding: 12px 30px;
  background-color: var(--fest-orchid);
  border-radius: 10px;
}

.header li,
.header span {
  margin: 0px;
}

.header .nav__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 100%;
}

.header .nav__menu {
  flex-grow: 1;
}

.header .nav__menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav__menu-link {
  padding: 10px 15px;
  color: var(--fest-white);
  font-weight: 600;
}

.header .nav__menu-link:hover {
  color: var(--fest-green);
}

.header .nav__menu-item--dropdown {
  position: relative;
}

.header .nav__menu-item--dropdown .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 200px;
  background-color: #ff0065;
  padding: 30px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  transform: translateY(30px);
  box-shadow: 0px 0px 30px rgba(79, 213, 202, 0.2);
}

.header .nav__menu-item--dropdown .nav__dropdown li {
  margin-bottom: 10px;
}

.header .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.header .nav__menu-item--dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header .nav__menu-item--dropdown .nav__dropdown-item {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
  border-bottom: 1px solid #ffffff50;
}

.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
  padding-left: 8px;
  color: #ffffff;
  border-color: #ffffff;
}

.header .nav__menu-link--dropdown {
  position: relative;
}

.header .nav__menu-link--dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: #ff0065;
}

.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
  transform: rotate(180deg);
}

.header .nav__uncollapsed {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header .social {
  margin-top: 40px;
  display: none;
}

.header .nav__uncollapsed-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header .nav__uncollapsed-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header .nav__bar {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
}

.header .nav__bar span {
  transform: translateY(0px);
}

.header .nav__bar .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #181830;
  margin: 0px;
  display: block;
  transition: all 0.3s;
}

.header .nav__bar .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.header .nav__bar-toggle .top-bar {
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #ff0065;
}

.header .nav__bar-toggle .middle-bar {
  opacity: 0;
}

.header .nav__bar-toggle .bottom-bar {
  transform: rotate(45deg) translate(-7px, -4px);
  background: #ff0065;
}

.header-active {
  animation: header 0.5s linear;
  z-index: 9999;
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #12121260;
  z-index: 9;
  transform: translateX(-100%);
  transition: all 0.2s ease-out;
  display: none;
}

.hero {
  background-image: url(../images/backgrounds/back_1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.eve-sec{
  background-image: url(../images/backgrounds/back_2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.eve-2{
  background-image: url(../images/backgrounds/back_3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.speak-e{
  padding-top: 80px;
  background-image: url(../images/backgrounds/back_4.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.prici-s{
  background-image: url(../images/backgrounds/back_6.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.schedule::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/backgrounds/back_5.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}


.tick-s{
  background-image: url(../images/backgrounds/back_7.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.spon-s{
  background-image: url(../images/backgrounds/back_8.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sede-s{
  background-image: url(../images/backgrounds/back_9.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

footer{
  background-color: #9c1557;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.backdrop-active {
  transform: translateX(0px);
}

.body-active {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */

.hero {
  padding: 150px 0px 240px;
  background-color: #ffffff;
}

.hero .hero__content h5 {
  color: #ff0065;
  margin-bottom: 30px;
  font-weight: 500;
}

.hero .hero__content .hero__content-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.hero .hero__content .primary-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .hero__content-countdown {
  border: 2px solid var(--fest-green);
  border-radius: 30px;
  display: flex;
  align-items: center;
  column-gap: 60px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0px;
}

.hero .hero__content-countdown h3 {
  margin-bottom: 10px;
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
  background-color: #9b1556;
}

.footer .footer__newsletter {
  padding: 60px 0px;
  border-bottom: 1px solid #9796b170;
}

.footer .newsletter__form .newsletter__form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border: 1px solid #9a96b4;
  border-radius: 10px;
}

.footer .newsletter__form input {
  width: 100%;
  margin-top: 0px;
  padding: 10px 0px;
  background-color: transparent;
}

.footer .newsletter__form button {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 50, 105, 0.5);
}

.footer .newsletter__form button i {
  font-size: 24px;
  color: #fc0668;
}


.footer .footer__first .logo {
  margin-bottom: 30px;
}

.footer .footer__first p {
  margin-bottom: 30px;
}

.footer .footer__two h6 {
  margin-bottom: 30px;
}

.footer .footer__two li {
  margin-bottom: 15px;
}

.footer .footer__two li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.footer .footer__two li a {
  font-weight: 500;
}

.footer .footer__map {
  margin-bottom: 30px;
}

.footer .footer__map iframe {
  border-radius: 10px;
  width: 100%;
}

.footer .footer__map-single p {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer hr {
  margin: 0px;
  height: 0px;
  border-top: 1px solid #9796b1;
}

.footer .footer__copy {
  padding: 30px 0px;
}

.footer .footer__copy-text p {
  margin-top: 0px;
}

.footer .footer__copy-text p a:hover {
  color: var(--fest-orchid);
}

.footer .social {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer .social a {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social a:hover {
  background-color: var(--fest-orchid);
  color: #ffffff;
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.1) about section styles start ---------
 ==== */
.about {
  overflow: hidden;
}

.about .about__thumb {
  position: relative;
  margin-bottom: 70px;
}

.about .about__thumb .speaker-amount {
  padding: 40px 50px;
  background-color: #ff0065;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(-40px, 40px);
}

.about .about__thumb .speaker-amount h1 {
  margin-bottom: 10px;
}

.about .section__content-cta {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about .video-popup {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ff0065;
}

.about .video-popup:hover {
  color: #ffffff;
}

.about .video-popup i {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #562969;
}

.about .about__content-schedule {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 30px 0px;
  border-top: 1px solid #80808050;
  border-bottom: 1px solid #80808050;
  margin-top: 30px;
}

.about .about__content-schedule-single {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(50% - 15px);
}

.about .about__content-schedule-single i {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 7, 106, 0.2);
  border-radius: 50%;
  color: #ff0065;
  font-size: 24px;
}

.about .schedule-content h5 {
  color: #ffffff;
  margin-bottom: 10px;
}

.about .schedule-content p {
  font-size: 16px;
  color: #f2f2f2;
}

/* ==== 
 --------- (5.1) about section styles end ---------
 ==== */
/* ==== 
 --------- (5.2) event section styles start ---------
 ==== */
.event {
  background-image: url("../images/backgrounds/bg_evento.jpg"), url(../images/backgrounds/back_3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100% 100%;
  background-position: right center, left bottom;
}

.event .section__content-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.event .section__content-cta a:nth-last-of-type(1) {
  position: relative;
}

.event .section__content-cta a:nth-last-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
}

.event .section__content-cta a:nth-last-of-type(1) i {
  font-size: 14px;
}

.event .section__content-cta a:nth-last-of-type(1):hover::before {
  background-color: #ff0065;
}

.event .event__items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event .event__item {
  padding: 40px 30px;
  text-align: center;
  background: transparent;
}

.event .event__item:hover {
  background-color: var(--fest-orchid);
  border-color: #ff0065;
}

.event .event__item:hover .event__item-thumb {
  background-color: #ffffff;
}

.event .event__item:hover .event__item-thumb i {
  color: #ff0065;
}

.event .event__item-thumb {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fest-orchid);
  transition: all 0.2s ease-out;
  margin: 0px auto 30px;
}

.event .event__item-thumb i {
  font-size: 30px;
  color: #ffffff;
  transition: all 0.2s ease-out;
}

.event .event__item-content h5 {
  font-weight: 500;
  margin-bottom: 15px;
}

.event .event__item-content p {
  color: #f2f2f2;
}

/* ==== 
 --------- (5.2) event section styles end ---------
 ==== */
/* ==== 
 --------- (5.4) video modal section styles start ---------
 ==== */
.video-modal {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video-modal::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  background-image: url("../images/backgrounds/bg_contador.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.video-modal .video-modal__wrapper {
  position: relative;
}

.video-modal .video-modal__wrapper img {
  width: 50%;
  min-height: 200px;
}

.video-modal .video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.video-modal .video-modal__content-thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fest-orchid);
  background-image: linear-gradient(180deg, var(--fest-orchid) 0%, #ed8bb2 100%);
}

.video-modal .video-modal__content-thumb i {
  font-size: 30px;
  color: #ffffff;
}

.video-modal .video-modal__counter {
  text-align: center;
}

.video-modal .video-modal__counter .counter-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.video-modal .video-modal__counter .title {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal .video-modal__counter .title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-top: 0px;
}

.video-modal h2, {
  color: var(--fest-blue);
}

/* ==== 
 --------- (5.4) video modal section styles end ---------
 ==== */
/* ==== 
  --------- (5.4) speaker section styles start ---------
  ==== */
.speaker .speaker__slider-single {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.speaker .speaker__slider-single .speaker__slider-single-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  padding: 40px 10px;
  z-index: -1;
  margin-top: 0px;
}

.speaker .speaker__slider-single .content {
  width: 100%;
  padding: 30px;
  z-index: 1;
}

.speaker .speaker__slider-single .content h5 {
  margin-bottom: 8px;
}

.speaker .speaker__slider-single .content p {
  color: #f2f2f2;
}

.speaker .speaker__slider-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: space-between;
}

.speaker .speaker__slider-wrap .social {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 40px;
  padding-right: 10px;
}

.speaker .speaker__slider-wrap .social a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #562969;
  color: var(--fest-orchid);
  font-size: 20px;
}

.speaker .speaker__slider-wrap .social a:hover {
  color: #ffffff;
  background: var(--fest-orchid);
  box-shadow: 0px 8px 20px rgba(175, 30, 88, 0.8);
}

.speaker .speaker__slider-wrap .speaker__slider-single-thumb {
  margin: -30px 0px 0px 10px;
}

.speaker .speaker__slider-wrap .speaker__slider-single-thumb img {
  max-width: 240px;
  width: 100%;
}

.speaker .section__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.speaker .section__cta button {
  width: 100px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border: 1px solid rgba(223, 158, 183, 0.3);
  border-radius: 5px;
  position: relative;
}

.speaker .section__cta button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0px;
  width: 0px;
  transition: all 0.2s ease-out;
  background-color: #f39a21;
}

.speaker .section__cta button .gg-arrow-long-left {
  position: relative;
  display: block;
  border-top: 1px solid var(--fest-white);
  width: 30px;
}

.speaker .section__cta button .gg-arrow-long-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--fest-white);
  border-left: 1px solid var(--fest-white);
  left: 0;
  top: 50%;
  transform: translateY(-54%) rotate(45deg);
}

.speaker .section__cta button .gg-arrow-long-right {
  position: relative;
  display: block;
  border-top: 1px solid var(--fest-white);
  width: 30px;
}

.speaker .section__cta button .gg-arrow-long-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--fest-white);
  border-right: 1px solid var(--fest-white);
  right: 0;
  top: 50%;
  transform: translateY(-54%) rotate(45deg);
}

.speaker .section__cta button:hover::before {
  width: 100%;
}

.speaker .section__cta button:hover .gg-arrow-long-left,
.speaker .section__cta button:hover .gg-arrow-long-right {
  border-color: #ffffff;
}

.speaker .section__cta button:hover .gg-arrow-long-left::before,
.speaker .section__cta button:hover .gg-arrow-long-right::before {
  border-color: #ffffff;
}

/* ==== 
    --------- (5.4) speaker section styles end ---------
    ==== */
/* ==== 
  --------- (5.5) schedule section styles start ---------
  ==== */

.personalized {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.personalized::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_personalized.jpg");
  z-index: -1;
}

.schedule {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.schedule .schedule__tab-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.schedule .schedule__tab-btn {
  padding: 15px 60px;
  display: inline-flex;
  flex-direction: column;
  border: 1px solid #e21e5d;
  border-radius: 10px;
}

.schedule .schedule__tab-btn span {
  margin: 0px;
  transition: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.schedule .schedule__tab-btn span i {
  transition: inherit;
}

.schedule .schedule__tab-btn span:nth-last-of-type(1) {
  font-size: 14px;
  font-weight: 400;
}

.schedule .schedule__tab-btn:hover {
  background-color: var(--fest-orchid);
  box-shadow: 0px 4px 4px rgba(226, 30, 93, 0.5);
  border-color: var(--fest-orchid);
}

.schedule .schedule__tab-btn:hover span {
  color: #ffffff;
}

.schedule .schedule__tab-btn--active {
  background-color: #e21e5d;
  border-color: var(--fest-orchid);
}

.schedule .schedule__tab-btn--active span {
  color: #ffffff;
}

.schedule .schedule__tab-content {
  padding: 20px 40px 20px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border: 2px solid var(--fest-green);
  border-radius: 20px;
  z-index: 1;
}

.schedule .schedule__tab-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 1400px;
  max-width: 1400px;
  background-color: transparent;
  z-index: -1;
}

.schedule .schedule__tab-content-tabs {
  display: inline-flex;
  align-items: center;
  column-gap: 100px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7a2a2;
  margin-bottom: 60px;
}

.schedule .schedule__tab-content-tabs-btn {
  font-weight: 400;
  position: relative;
}

.schedule .schedule__tab-content-tabs-btn:hover {
  color: #ffffff;
}

.schedule .schedule__tab-content-tabs-btn::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

.schedule .schedule__tab-content-tabs-btn--active {
  font-size: 24px;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background-color: var(--fest-green);
}

.schedule .schedule__tab-content-tabs-btn--active::before {
  background-color: var(--fest-green);
}

.schedule .schedule__tab-content-tabs-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.schedule .schedule__tab-content-tabs-content .inner__tab-thumb {
  flex-grow: 1;
  min-width: 200px;
  position: relative;
  z-index: 1;
}

.schedule .schedule__tab-content-tabs-content .inner__tab-thumb::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--fest-orchid);
  z-index: -1;
  transform: translate(20px, 20px);
}

.schedule .inner__tab-schedule {
  display: flex;
  align-items: center;
  column-gap: 60px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.schedule .inner__tab-schedule p {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.schedule .inner__tab-schedule p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 1px;
  height: 30px;
  background-color: #f2f2f2;
}

.schedule .inner__tab-schedule p i {
  color: #ffd01c;
}

.schedule .inner__tab-schedule p:nth-last-of-type(1) {
  color: var(--fest-orchid);
}

.schedule .inner__tab-schedule p:nth-last-of-type(1)::before {
  content: none;
}

.schedule .inner__tab-content-info p {
  font-weight: 400;
  margin-bottom: 20px;
}

.schedule .inner__tab-content-info p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.schedule .inner__tab-content-info button {
  background-color: transparent;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.schedule .inner__tab-content-info button i {
  font-size: 24px;
  color: inherit;
}

.schedule .inner__tab-content-info button:hover {
  color: var(--fest-orchid);
}

.img_speakers {
  max-width: 200px !important; 
}

.schedule
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
}

.schedule
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #ffffff;
}

/* ==== 
  --------- (5.5) schedule section styles end ---------
  ==== */
/* ==== 
  --------- (5.6) pricing section styles start ---------
  ==== */
.pricing .section__header p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing .section__header p strong {
  color: #ff0065;
}

.pricing .pricing__single {
  padding: 40px 30px;
  
}

.pricing .pricing__single-header {
  text-align: center;
}

.pricing .pricing__single-header h5 {
  color: #ffffff;
  margin-bottom: 15px;
}

.pricing .pricing__single-header h3 {
  color: #ff0065;
}

.pricing hr {
  margin: 30px 0px;
  opacity: 1;
  border-color: #bababa70;
}

.pricing .pricing__single-features h5 {
  margin-bottom: 30px;
}

.pricing .pricing__single-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: #f2f2f2;
}

.pricing .pricing__single-features li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.pricing .pricing__single-features li i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #562969;
  color: var(--fest-orchid);
  font-size: 14px;
}

.pricing .pricing__single-cta {
  margin-top: 40px;
}

.pricing .pricing__single-cta .cmn-button {
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background-color: #f39a21;
}

.pricing .pricing__single-cta .cmn-button--green {
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background-color: #f39a21;
}

.pricing .pricing__single-cta .cmn-button--orchid {
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background-color: #f39a21;
}

.pricing .pricing__single-cta .cmn-button--orange {
  width: 100%;
  justify-content: center;
  color: #ffffff;
  background-color: #f39a21;
}

.pricing .great-deal {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.pricing .great-deal::before {
  content: "Great Deal";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  background-color: #ff0065;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  transform: translateY(25px) translateX(110px) rotateZ(50deg);
  z-index: -1;
}

/* ==== 
  --------- (5.6) pricing section styles end ---------
  ==== */
/* ==== 
  --------- (5.7) venue section styles start ---------
  ==== */
.venue {
  background-color: #2c305e;
}

.venue .venue__content-single {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.venue .venue__content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.venue .venue__content-single-thumb {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(231, 2, 93, 0.1);
}

.venue .venue__content-single-content h4 {
  margin-bottom: 15px;
}

.venue .venue__content-single-content p {
  color: #f2f2f2;
}

/* ==== 
  --------- (5.7) venue section styles end ---------
  ==== */
/* ==== 
 --------- (5.8) overview section styles start ---------
 ==== */
.overview .overview__single {
  padding: 60px 20px;
  background: #e21e5d;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.overview .overview__single img {
  margin-bottom: 30px;
}

/* ==== 
 --------- (5.8) overview section styles end ---------
 ==== */
/* ==== 
  --------- (5.9) sponsor section styles start ---------
  ==== */
.sponsor .sponsor__single {  
  background-color: #ffffff;
  border: 2px solid var(--fest-orchid);
  border-radius: 30px;
  text-align: center;
  padding: 40px;
  height: 100%;
}

.sponsor .sponsor__single h4 {
  color: #ff0065;
  margin-bottom: 40px;
}

.sponsor .sponsor__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.sponsor .sponsor__single2 {  
  background-color: #ffffff;
  border: 2px solid var(--fest-orange);
  border-radius: 30px;
  text-align: center;
  padding: 60px;
  height: 100%;
}

.sponsor .sponsor__single3 {  
  background-color: #ffffff;
  border: 2px solid var(--fest-green);
  border-radius: 30px;
  text-align: center;
  padding: 60px;
  height: 100%;
}

/* ==== 
  --------- (5.9) sponsor section styles end ---------
  ==== */
/* ==== 
  --------- (5.10) faq section styles start ---------
  ==== */
.faq .faq__content h6 {
  margin-top: 0px;
}

.faq .faq__content h6 button {
  font-size: inherit;
  line-height: inherit;
}

.faq .faq__content .accordion-item {
  background: #e21e5d;
  border: 0px;
  border-color: #ff0065;
  border-radius: 10px;
  margin-bottom: 20px;
}

.faq .faq__content .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.faq .faq__content .accordion-button {
  box-shadow: none;
  padding: 20px 30px;
  background: #e21e5d;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 600;
  color: #ffffff;
  gap: 30px;
}

.faq .faq__content .accordion-button::after {
  background-image: none;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 50px;
  height: 50px;
  background: #6167a0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

.faq .faq__content .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-color: var(--fest-orchid);
  color: #ffffff;
}

.faq .faq__content .accordion-body {
  background: #6167a0;
  padding: 30px 30px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid #5379df57;
}

/* ==== 
    --------- (5.10) faq section styles end ---------
    ==== */
/* ==== 
 --------- (5.11) testimonial section styles end ---------
 ==== */
.testimonial {
  background-color: #2c305e;
}

.testimonial .testimonial__header {
  margin-bottom: 60px;
}

.testimonial .testimonial__header-content h5 {
  color: #ff0065;
  margin-bottom: 30px;
  font-weight: 500;
}

.testimonial .testimonial__slider-single {
  padding: 30px 20px;
  background: #e21e5d;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.testimonial .testimonial__slider-single-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.testimonial .testimonial__slider-single-author {
  border-radius: 50%;
}

.testimonial .testimonial__slider-single-author img {
  border-radius: 50%;
}

.testimonial .testimonial__slider-single-info h5 {
  margin-bottom: 10px;
}

.testimonial .testimonial__slider-single-info p {
  color: #eff1ff;
}

.testimonial .testimonial__slider-single-content {
  margin-top: 30px;
}

.testimonial .testimonial__slider-single-content blockquote {
  margin: 0px;
}

.testimonial .testimonial__slider-single-content blockquote q {
  color: #eff1ff;
}

/* ==== 
   --------- (5.11) testimonial section styles start ---------
   ==== */
/* ==== 
 --------- (5.12) contact section styles start ---------
 ==== */
.contact .contact__content__tab {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.contact .contact__content__tab .cmn-button {
  min-width: 150px;
  justify-content: center;
}

.contact .contact__content__tab .cmn-button--secondary {
  background-color: transparent;
  border: 1px solid #61565a;
}

.contact .contact__content__tab .cmn-button--secondary::before, .contact .contact__content__tab .cmn-button--secondary::after {
  width: 0px;
}

.contact .contact__content__tab .cmn-button--secondary:hover {
  border-color: #ff0065;
}

.contact .contact__content__tab .cmn-button--secondary:hover::before, .contact .contact__content__tab .cmn-button--secondary:hover::after {
  width: 50%;
}

.contact .contact__form {
  padding: 60px;
  background: #e21e5d;
  border: 1px solid #ebe9e970;
  box-shadow: 0px 4px 30px rgba(203, 160, 160, 0.1);
  border-radius: 10px;
}

.contact .contact__form h3 {
  text-align: center;
}

.contact .contact__form h3 span {
  color: #ff0065;
}

.contact .contact__form .contact__form-single {
  margin-bottom: 30px;
  width: 100%;
}

.contact .contact__form .contact__form-single label {
  display: block;
  margin-bottom: 15px;
}

.contact .contact__form .contact__form-single input,
.contact .contact__form .contact__form-single textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #55638a;
  border-radius: 10px;
  padding: 15px 30px;
}

.contact .contact__form .contact__form-single input::placeholder,
.contact .contact__form .contact__form-single textarea::placeholder {
  color: #ffffff30;
}

.contact .contact__form .contact__form-single textarea {
  max-height: 200px;
}

.contact .contact__form .contact__form-single-group {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.contact .contact__form .contact__form-cta {
  margin-top: 60px;
  text-align: center;
}

.contact .contact__form .contact__form-cta .cmn-button {
  min-width: 200px;
  justify-content: center;
}

/* ==== 
 --------- (5.12) contact section styles end ---------
 ==== */
/* ==== 
 --------- (5.13) volunteer section styles start ---------
 ==== */
/* ==== 
 --------- (5.13) volunteer section styles end ---------
 ==== */
/* ==== 
 --------- ticket modal styles start ---------
 ==== */
.ticket-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.ticket-modal::-webkit-scrollbar {
  width: 5px;
}

.ticket-modal::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.ticket-modal::-webkit-scrollbar-button, .ticket-modal::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.ticket-modal .ticket-modal-container {
  padding: 60px 40px;
  background: rgba(155, 21, 86, 1);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.ticket-modal .ticket-modal-container .close-ticket {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ticket-modal .ticket-modal-container .close-ticket i {
  color: #ffffff;
}

.ticket-modal .select-package-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
}

.ticket-modal .select-package {
  width: calc(33.33% - 20px);
}

.ticket-modal .select-ticket-package {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding: 40px 15px;
  border: 1px solid #7c7ba3;
  border-radius: 30px;
  cursor: pointer;
  margin: 0px;
}

.ticket-modal .select-ticket-package img {
  margin-bottom: 30px;
  border-radius: 50%;
}

.ticket-modal .select-ticket-package .h5 {
  margin-bottom: 10px;
}

.ticket-modal .select-ticket-package .h4 {
  margin-bottom: 40px;
}

.ticket-modal .select-ticket-package .checkmark {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe2a77;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.ticket-modal .select-ticket-package .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}

.ticket-modal .select-package input {
  display: none;
}

.ticket-modal .select-package input:checked + label .checkmark::before {
  background-color: #fe2a77;
}

.ticket-modal .input-single-group {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.ticket-modal .input-single-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.ticket-modal .input-single-group .input-single {
  width: calc(50% - 12px);
  margin: 0px;
}

.ticket-modal .input-single-group input {
  margin: 0px;
}

.ticket-modal .input-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ticket-modal .input-checkbox input {
  width: auto;
  margin: 0px;
  display: none;
}

.ticket-modal .input-checkbox label,
.ticket-modal .input-checkbox span {
  margin: 0px;
  cursor: pointer;
}

.ticket-modal .input-checkbox .checkbox-check {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.ticket-modal .input-checkbox .checkbox-check::before {
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ticket-modal .input-checkbox input:checked + .checkbox-check::before {
  content: "\f00c";
}

.ticket-modal .payment-method {
  margin-top: 40px;
}

.ticket-modal .payment-package {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ticket-modal .payment-package label,
.ticket-modal .payment-package span {
  margin: 0px;
  cursor: pointer;
}

.ticket-modal .payment-package label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 40px;
  border: 1px solid #706bae;
  border-radius: 20px;
}

.ticket-modal .payment-package input {
  display: none;
}

.ticket-modal .payment-package .pay-check {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe2a77;
  border-radius: 50%;
  position: relative;
}

.ticket-modal .payment-package .pay-check::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.ticket-modal .payment-package input:checked + label .pay-check::before {
  background-color: #fe2a77;
}

.ticket-modal .cmn-button {
  margin-top: 40px;
}



.sponsor-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.sponsor-modal::-webkit-scrollbar {
  width: 5px;
}

.sponsor-modal::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.sponsor-modal::-webkit-scrollbar-button, .sponsor-modal::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.sponsor-modal .sponsor-modal-container {
  padding: 60px 40px;
  background: rgba(155, 21, 86, 1);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.sponsor-modal .sponsor-modal-container .close-sponsor {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.sponsor-modal .sponsor-modal-container .close-sponsor i {
  color: #ffffff;
}

.sponsor-modal .select-package-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
}

.sponsor-modal .select-package {
  width: calc(33.33% - 20px);
}

.sponsor-modal .select-ticket-package {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  padding: 40px 15px;
  border: 1px solid #7c7ba3;
  border-radius: 30px;
  cursor: pointer;
  margin: 0px;
}

.sponsor-modal .select-ticket-package img {
  margin-bottom: 30px;
  border-radius: 50%;
}

.sponsor-modal .select-ticket-package .h5 {
  margin-bottom: 10px;
}

.sponsor-modal .select-ticket-package .h4 {
  margin-bottom: 40px;
}

.sponsor-modal .select-ticket-package .checkmark {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe2a77;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.sponsor-modal .select-ticket-package .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}

.sponsor-modal .select-package input {
  display: none;
}

.sponsor-modal .select-package input:checked + label .checkmark::before {
  background-color: #fe2a77;
}

.sponsor-modal .input-single-group {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.sponsor-modal .input-single-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sponsor-modal .input-single-group .input-single {
  width: calc(50% - 12px);
  margin: 0px;
}

.sponsor-modal .input-single-group input {
  margin: 0px;
}

.sponsor-modal .input-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sponsor-modal .input-checkbox input {
  width: auto;
  margin: 0px;
  display: none;
}

.sponsor-modal .input-checkbox label,
.sponsor-modal .input-checkbox span {
  margin: 0px;
  cursor: pointer;
}

.sponsor-modal .input-checkbox .checkbox-check {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.sponsor-modal .input-checkbox .checkbox-check::before {
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sponsor-modal .input-checkbox input:checked + .checkbox-check::before {
  content: "\f00c";
}

.sponsor-modal .payment-method {
  margin-top: 40px;
}

.sponsor-modal .payment-package {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.sponsor-modal .payment-package label,
.sponsor-modal .payment-package span {
  margin: 0px;
  cursor: pointer;
}

.sponsor-modal .payment-package label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 40px;
  border: 1px solid #706bae;
  border-radius: 20px;
}

.sponsor-modal .payment-package input {
  display: none;
}

.sponsor-modal .payment-package .pay-check {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fe2a77;
  border-radius: 50%;
  position: relative;
}

.sponsor-modal .payment-package .pay-check::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.sponsor-modal .payment-package input:checked + label .pay-check::before {
  background-color: #fe2a77;
}

.sponsor-modal .cmn-button {
  margin-top: 40px;
}

/* ==== 
   --------- / ticket modal styles end ---------
   ==== */
/* ==== 
 --------- conference modal styles start ---------
 ==== */
.conference-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal::-webkit-scrollbar {
  width: 5px;
}

.conference-modal::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal::-webkit-scrollbar-button, .conference-modal::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal .conference-modal-wrapper .close-conference {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal .conference-modal-wrapper .close-conference i {
  color: #ffffff;
}

.conference-modal .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal .con-mod-group h3,
.conference-modal .con-mod-group h4,
.conference-modal .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.conference-modal2 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal2::-webkit-scrollbar {
  width: 5px;
}

.conference-modal2::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal2::-webkit-scrollbar-button, .conference-modal2::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal2 .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal2 .conference-modal-wrapper .close-conference2 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal2 .conference-modal-wrapper .close-conference2 i {
  color: #ffffff;
}

.conference-modal2 .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal2 .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal2 .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal2 .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal2 .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal2 .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal2 .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal2 .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal2 .con-mod-group h3,
.conference-modal2 .con-mod-group h4,
.conference-modal2 .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal2 .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal2 .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal2 .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal2 .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal2 .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal2 .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal2 .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal2 .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal2 .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal2 .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.conference-modal3 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal3::-webkit-scrollbar {
  width: 5px;
}

.conference-modal3::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal3::-webkit-scrollbar-button, .conference-modal3::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal3 .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal3 .conference-modal-wrapper .close-conference3 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal3 .conference-modal-wrapper .close-conference3 i {
  color: #ffffff;
}

.conference-modal3 .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal3 .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal3 .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal3 .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal3 .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal3 .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal3 .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal3 .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal3 .con-mod-group h3,
.conference-modal3 .con-mod-group h4,
.conference-modal3 .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal3 .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal3 .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal3 .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal3 .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal3 .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal3 .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal3 .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal3 .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal3 .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal3 .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.conference-modal4 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal4::-webkit-scrollbar {
  width: 5px;
}

.conference-modal4::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal4::-webkit-scrollbar-button, .conference-modal4::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal4 .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal4 .conference-modal-wrapper .close-conference4 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal4 .conference-modal-wrapper .close-conference4 i {
  color: #ffffff;
}

.conference-modal4 .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal4 .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal4 .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal4 .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal4 .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal4 .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal4 .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal4 .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal4 .con-mod-group h3,
.conference-modal4 .con-mod-group h4,
.conference-modal4 .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal4 .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal4 .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal4 .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal4 .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal4 .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal4 .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal4 .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal4 .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal4 .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal4 .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.conference-modal5 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal5::-webkit-scrollbar {
  width: 5px;
}

.conference-modal5::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal5::-webkit-scrollbar-button, .conference-modal5::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal5 .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal5 .conference-modal-wrapper .close-conference5 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal5 .conference-modal-wrapper .close-conference5 i {
  color: #ffffff;
}

.conference-modal5 .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal5 .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal5 .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal5 .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal5 .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal5 .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal5 .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal5 .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal5 .con-mod-group h3,
.conference-modal5 .con-mod-group h4,
.conference-modal5 .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal5 .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal5 .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal5 .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal5 .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal5 .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal5 .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal5 .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal5 .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal5 .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal5 .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


.conference-modal6 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(253, 253, 253, 0.8);
  overflow-y: auto;
  z-index: 99999999;
  padding: 160px 0px 100px;
  display: none;
}

.conference-modal6::-webkit-scrollbar {
  width: 5px;
}

.conference-modal6::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.conference-modal6::-webkit-scrollbar-button, .conference-modal6::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.conference-modal6 .conference-modal-wrapper {
  padding: 60px 40px;
  background: #9b1556;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}

.conference-modal6 .conference-modal-wrapper .close-conference6 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e21e5d;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.conference-modal6 .conference-modal-wrapper .close-conference6 i {
  color: #ffffff;
}

.conference-modal6 .con-mod-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal6 .con-mod-location p {
  color: #ffd01c;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal6 .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.conference-modal6 .con-mod-location p:nth-last-of-type(1) {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal6 .con-mod-location p:nth-last-of-type(1)::before {
  content: none;
}

.conference-modal6 .con-mod-location p i {
  background: #ffd01c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.conference-modal6 .con-mod-group {
  margin-bottom: 60px;
}

.conference-modal6 .con-mod-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal6 .con-mod-group h3,
.conference-modal6 .con-mod-group h4,
.conference-modal6 .con-mod-group h5 {
  margin-bottom: 20px;
}

.conference-modal6 .con-mod-group p {
  margin-bottom: 20px;
}

.conference-modal6 .con-mod-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal6 .con-mod-group ul {
  list-style-type: number;
  margin-top: 30px;
}

.conference-modal6 .con-mod-group ul li {
  margin-bottom: 20px;
}

.conference-modal6 .con-mod-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.conference-modal6 .con-mod-author {
  padding: 30px;
  border: 1px solid #757cbe;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.conference-modal6 .con-mod-author__thumb {
  width: 120px;
  min-width: 120px;
}

.conference-modal6 .con-mod-author__thumb img {
  width: 100%;
  height: auto;
}

.conference-modal6 .con-mod-author__info h4 {
  margin-bottom: 10px;
}

.conference-modal6 .con-mod-author__info .social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}


/* ==== 
   --------- / conference modal styles end ---------
   ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1399px) {
  .video-modal .video-modal__counter .title {
    font-size: 60px;
    line-height: 70px;
  }
  .sponsor .sponsor__single {
    padding: 60px 20px;
  }
  .contact .contact__form {
    padding: 40px 20px;
  }
  .contact .contact__form .contact__form-single input,
  .contact .contact__form .contact__form-single textarea {
    padding: 15px 12px;
    border-radius: 5px;
  }
  .contact .contact__form .contact__form-single textarea {
    max-height: 150px;
  }
  .contact .contact__form .contact__form-cta {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 28px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  a,
  button {
    font-size: 16px;
  }
  h1,
  .hero__content-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -7px;
  }

  h2,
  .section__content-title,
  .section__header-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -7px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -6px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
    margin-top: -6px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .header .nav__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    min-width: 300px;
    max-width: 300px;
    height: 100vh;
    z-index: 99;
    overflow-x: clip;
    overflow-y: auto;
    padding: 40px 20px;
    background: var(--fest-orchid);
    box-shadow: 0px 4px 4px #000000;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
  }
  .header .nav__menu::-webkit-scrollbar {
    width: 5px;
  }
  .header .nav__menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
  }
  .header .nav__menu-logo .nav__menu-close {
    font-size: 30px;
    color: #ffffff;
  }
  .header .nav__menu-active {
    transform: translateX(0px);
  }
  .header .nav__menu-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .nav__menu-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .header .nav__menu-item:nth-last-of-type(1) {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .header .nav__menu-item:nth-last-of-type(1) .cmn-button {
    width: 100%;
    justify-content: center;
  }
  .header .nav__menu-item--dropdown .nav__dropdown {
    position: static;
    transform: translateY(0px);
    padding: 20px;
    margin-top: 5px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-active {
    display: block !important;
    animation: atg 0.4s ease-in-out;
  }
  @keyframes atg {
    0% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
    transform: rotate(0deg);
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #ff0065 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    transform: rotate(180deg) !important;
  }
  .header .nav__menu-link {
    width: 100%;
    background-color: #b743431f;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .header .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--fest-green);
  }
  .header .social a:hover {
    background-color: var(--fest-orange);
    color: #ffffff;
  }
  .backdrop {
    display: block;
  }
  .hero {
    padding: 220px 0px 120px;
  }
  .ticket-modal .select-package-wrapper {
    flex-wrap: wrap;
  }
  .ticket-modal .select-package {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {

  bg-img {

  }

  h1,
  .hero__content-title {
    font-size: 36px;
    line-height: 46px;
  }
  h2,
  .section__content-title,
  .section__header-title {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .section {
    padding: 20px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__header {
    margin-bottom: 40px;
  }
  .section__cta {
    margin-top: 40px;
  }
  .cmn-button {
    padding: 10px 20px;
  }
  .header .nav {
    padding: 19px 20px;
    border-radius: 5px;
  }
  .about .about__thumb {
    margin-bottom: 30px;
  }
  .about .about__thumb .speaker-amount {
    transform: translate(40px, -40px);
    padding: 25px 20px;
  }
  .about .about__content-schedule {
    flex-direction: column;
  }
  .about .about__content-schedule .about__content-schedule-single {
    width: 100%;
  }
  .event .section__content-cta {
    margin-top: 30px;
  }
  .video-modal .video-modal__content-thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-modal .video-modal__content-thumb i {
    font-size: 20px;
  }
  .contact .contact__form .contact__form-single-group {
    flex-direction: column;
  }
  .footer .footer__copy-text p {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer .social {
    justify-content: center;
  }
  .ticket-modal {
    padding: 80px 0px;
  }
  .ticket-modal .ticket-modal-container {
    padding: 60px 20px 40px;
  }
  .ticket-modal .select-package-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .ticket-modal .select-package img {
    width: 80px;
    height: 80px;
  }
  .ticket-modal .select-ticket-package {
    padding: 30px 15px;
  }
  .ticket-modal .select-ticket-package .h4 {
    margin-bottom: 30px;
  }
  .conference-modal .conference-modal-wrapper {
    padding: 40px 20px;
  }
  .conference-modal .con-mod-group {
    margin-bottom: 40px;
  }
  .conference-modal .con-mod-author {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  #modeSwitcher .label {
    transform: scale(1) !important;
  }
  .faq .faq__content .accordion-button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  

  .sponsor {
    padding-top: 100px;
  }


  h1,
  .hero__content-title {
    font-size: 26px;
    line-height: 36px;
  }
  h2,
  .section__content-title,
  .section__header-title {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .section__content .section__content-cta {
    margin-top: 30px;
  }
  .hero {
    padding: 200px 0px 100px;
  }
  .hero .hero__content h5,
  .hero .hero__content .hero__content-title {
    margin-bottom: 20px;
  }
  .hero .hero__content-countdown {    
    column-gap: 20px;
    margin: 30px 0px;
  }
  .hero .hero__content-countdown h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .hero .hero__content-countdown p {
    font-size: 18px;
  }
  .video-modal .video-modal__counter .title {
    font-size: 40px;
    line-height: 50px;
  }
  .schedule .inner__tab-schedule p::before {
    content: none;
  }
  .pricing .pricing__single {
    padding: 30px 20px;
  }
  .venue .venue__content-single {
    flex-direction: column;
  }
  .overview .overview__single {
    max-width: 300px;
    margin: 0px auto;
  }
  .faq .faq__content .accordion-button {
    padding: 15px 12px;
  }
  .faq .faq__content .accordion-button::after {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .faq .faq__content .accordion-body {
    padding: 20px 12px;
  }
  .ticket-modal .select-package {
    width: 100%;
  }
  .footer .newsletter__form .newsletter__form-group {
    padding: 10px 16px;
  }
  .footer .newsletter__form button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .newsletter__form button i {
    font-size: 18px;
  }
  .nav__uncollapsed {
    gap: 20px !important;
  }
  .schedule::before {
    background-position: center top;
  }
}

@media only screen and (min-width: 1200px) {
  .header .nav__menu-item--dropdown .nav__dropdown {
    display: block !important;
  }
}

/* ==== 
  --------- (6.0) responsive styles end ---------
  ==== */
/*# sourceMappingURL=main.css.map */


/* ==== 
 --------- (5.4) location section styles start ---------
 ==== */
.location .section__content-title {
  margin-bottom: 20px;
}

.location .location__content-map {
  margin-top: 54px;
}

.location .google-map {
  width: 180px;
  min-width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid var(--fest-green);
  box-shadow: 0px 4px 50px rgba(58, 29, 174, 0.25);
}

.location iframe {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.location .location__content-map-content {
  max-width: 250px;
  padding: 20px;
  background: var(--fest-green);
  box-shadow: 0px 4px 50px rgba(58, 29, 174, 0.25);
  text-align: center;
  position: relative;
  margin-bottom: -60px;
}

.location .location__content-map-content h6 {
  color: var(--fest-white);
  margin-bottom: 10px;
}

.location .location__content-map-content p {
  font-size: 16px;
}

.location .section__content-cta {
  max-width: 180px;
  text-align: center;
}

/* ==== 
 --------- (5.4) location section styles end ---------
 ==== */


.video-modal2::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.video-modal2 .video-modal__wrapper {
  position: relative;
}

.video-modal2 .video-modal__wrapper img {
  width: 50%;
  min-height: 200px;
}

.video-modal2 .video-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.video-modal2 .video-modal__content-thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--fest-orchid);
  background-image: linear-gradient(180deg, var(--fest-orchid) 0%, #ed8bb2 100%);
}

.video-modal2 .video-modal__content-thumb i {
  font-size: 30px;
  color: #ffffff;
}

.video-modal2 .video-modal__counter {
  text-align: center;
}

.video-modal2 .video-modal__counter .counter-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.video-modal2 .video-modal__counter .title {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal2 .video-modal__counter .title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-top: 0px;
}

.video-modal2 h2, {
  color: var(--fest-blue);
}

@media screen and (max-width: 800px) {
    .ocultar-div{
        display:none;
    }
}

@media screen and (min-width: 801px) {
    .ocultar-div-movil{
        display:none;
    }
}


/* Flipcards Componentes */

.square-flip{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);

    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d; 

    /*border:1px solid #efefef;*/
    
    position:relative;
    float:left;

    }
    .square-flip{
      width:320px;
      height:500px;
    }
    .square,.square2{
      width:70%;
      height:70%;
    }
    .square{

      background-size: cover;
      background-position:center center;

      -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
      overflow: hidden;

      position:absolute;
      top:0;


      -webkit-backface-visibility: hidden; 
      backface-visibility: hidden;
    }
    .square-flip .square{
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      transform-style: preserve-3d;
      z-index:1;
    }
    .square-flip:hover .square{
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      transform-style: preserve-3d;
    }


    .square2{

      background-size: cover;
      background-position:center center;

      -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
      overflow: hidden;

      position:absolute;
      top:0;

      -webkit-backface-visibility: hidden; 
      backface-visibility: hidden;
    }
    .square-flip .square2{
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg);
      transform-style: preserve-3d;
      z-index:1;
    }
    .square-flip:hover .square2{
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      transform-style: preserve-3d;
    }

    /*Square content*/
    .square-container{
      padding:40px;
      text-align:center;
      position:relative;
      top:50%;

      -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

    
      -webkit-transform: translateY(-50%) translateX(0px)  scale(1);
      -ms-transform: translateY(-50%) translateX(0px)  scale(1);
  transform: translateY(-50%) translateX(0px)  scale(1);
      transform-style: preserve-3d;
      z-index:2;
    }
    .square-flip:hover .square-container{
      
      -webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
      -ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
      transform: translateY(-50%) translateX(-650px)  scale(.88);
      transform-style: preserve-3d;

    }

    .square-container2{
      padding:40px;
      text-align:center;
      position:relative;
      top:50%;

      -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
          -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

      
      -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
      -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
      transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

      transform-style: preserve-3d;
      z-index:2;
    }
    .square-flip:hover .square-container2{
      
      -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
      -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
      transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
      transform-style: preserve-3d;
    }


    /*Style text*/
    .square-flip h2{
      color:white;
      font-family: "Open Sans";
      font-weight:700;
      font-size:22px;
    }
    .square-flip h3{
      color:white;
      font-family: "Open Sans";
      font-weight:500;
      font-size:16px;
      line-height:26px;
    }
    /*Elements*/
    .flip-overlay{
      display:block;
      width:100%;
      height:100%;
      position:absolute;
      top:0;
    }
    .align-center{
      margin:0 auto;
    }
    .kallyas-button{
      display:block;
      width:160px;
      padding:18px 30px;
      font-family:"Open Sans";
      font-weight:600;
      color:#fff;
      background:#FF2024;
      margin:0 auto;
      border-radius:2px;
      text-decoration:none;

      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
      background: #ffa067; /* Old browsers */
      background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }


    /*ADD SHADOWS OPTIONAL*/
    .square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
      -ms-transition: 0.60s;
          transition: 0.60s;
          -webkit-transition: 0.60s;
    }

    .square-flip .square .boxshadow{
      -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip .square .textshadow{
      -webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      -moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }
    .square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
      -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }


    .square-flip .square2 .boxshadow{
      -webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      -moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip .square2 .textshadow{
      -webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      -moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
      text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
    }
    .square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
      -webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      -moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
      box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
    }

    
    /*You can delete this style*/
    .centerflipcards{
      display:block;
      width:1280px;
      height:400px;
      text-align:center;
      margin:0 auto;
    }
  .clearfix{clear:both;}
  .centerflipcards p{
        font-family:"Open Sans";
        font-size:13px;
        margin-top:10px;
        font-weight:700;
  }

.frame_1{
  margin-left: -40px;
  border-radius: 25px;
  width: 224px!important;
  height: 350px!important;
}