/* ==============
 ========= css documentation =========

 * 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

=================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;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: #ffffff;
  background-color: #2c3269;
  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: #004a87;
  border-radius: 5px;
}

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: #ffffff;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (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: #ffffff;
  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: #004a87;
}

h1,
.hero__content-title {
  font-size: 76px;
  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: 120px 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: #004a87;
  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: #004a87;
  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: #004a87;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  bottom: 50%;
  left: -5%;
  transform: translateY(50%);
}

#modeSwitcher .label {
  background-color: #004a87;
  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: #004a87;
}

#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 ---------
 ==== */
.cmn-button {
  font-weight: 600;
  padding: 15px 30px;
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(79, 213, 202, 0.2);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

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

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

.cmn-button--secondary {
  color: #ffffff;
  background-color: #004a87;
  box-shadow: none;
}

.cmn-button--secondary::after,
.cmn-button--secondary::before {
  background-color: #004a87;
}

.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 #004a8740;
  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: #004a87;
  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, #f2f2f2 0%, #004a87 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;
}
/* Agenda Table Styles */
table.conference-agenda {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 16px;
  color: #004a87; /* primary text color */
  background-color: #ffffff;
}

table.conference-agenda thead th {
  background-color: #004a87; /* primary background */
  color: #ffffff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
}
.agenda-wrapper {
  margin: 0 auto;
  padding: 0 20px; /* Add horizontal padding */
  max-width: 1000px; /* Optional: limits width */
}

table.conference-agenda tbody td {
  border: 1px solid #cccccc;
  color: #004a87;
  padding: 12px 16px;
  vertical-align: top;
}

table.conference-agenda tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

table.conference-agenda tbody tr:hover {
  background-color: #e9f4fd;
}

.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: #004a87;
  background-image: linear-gradient(180deg, #f9643d 0%, #004a87 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: #ffffff;
  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: #181830;
  font-weight: 600;
}

.header .nav__menu-link:hover {
  color: #004a87;
}

.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: #004a87;
  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: #004a87;
}

.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: #004a87;
}

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

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

.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;
}

.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: 300px 0px 240px;
  background-color: #394189;
}

.hero .hero__content h5 {
  color: #fff;
  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 {
  display: flex;
  align-items: center;
  column-gap: 40px;
  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: #18214c;
}

.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: #004a87;
}

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

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

.footer .social a:hover {
  background-color: #004a87;
  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: #004a87;
  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: #004a87;
}

.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: #ffffff;
  border-radius: 50%;
  color: #004a87;
  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/event-bg-2.png"), url("../images/dot.png");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  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: #004a87;
}

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

.event .event__item {
  padding: 40px 30px;
  text-align: center;
  background: #394189;
  border: 1px solid #b9b8d150;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

.event .event__item:hover {
  background-color: #004a87;
  border-color: #004a87;
}

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

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

.event .event__item-thumb {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004a87;
  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/video-modal-bg.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: 100%;
  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: #004a87;
  background-image: linear-gradient(180deg, #004a87 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;
}

/* ==== 
 --------- (5.4) video modal section styles end ---------
 ==== */
/* ==== 
  --------- (5.4) speaker section styles start ---------
  ==== */
.speaker .speaker__slider-single {
  position: relative;
  border: 1px solid #fb1ac0;
  border-radius: 10px;
  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: #004a87;
  font-size: 20px;
}

.speaker .speaker__slider-wrap .social a:hover {
  color: #ffffff;
  background: #004a87;
  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: transparent;
  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: #004a87;
}

.speaker .section__cta button .gg-arrow-long-left {
  position: relative;
  display: block;
  border-top: 1px solid #004a87;
  width: 30px;
}
.about__logo-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-color: #004a87;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about__logo-white {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* force white */
}
.section__bg-logo-2 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 400px;
  max-width: 80%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section__bg-logo-2 {
    width: 250px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__bg-logo {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 400px;
  max-width: 80%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section__bg-logo {
    width: 250px;
    top: 10%;
    right: -20%;
    transform: translateX(-50%);
  }
}

.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 #004a87;
  border-left: 1px solid #004a87;
  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 #004a87;
  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 #004a87;
  border-right: 1px solid #004a87;
  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 ---------
  ==== */
.schedule {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.schedule::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 70%;
  background-color: #f2f2f2;
  /* background-image: url("../images/schedule-bg.jpg"); */
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  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 #8f8ebf;
  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: #004a87;
  box-shadow: 0px 4px 4px rgba(103, 121, 255, 0.25);
  border-color: #004a87;
}

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

.schedule .schedule__tab-btn--active {
  background-color: #004a87;
  box-shadow: 0px 4px 4px rgba(103, 121, 255, 0.25);
  border-color: #004a87;
}

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

.schedule .schedule__tab-content {
  padding: 40px 0px 60px;
  background-color: #394189;
  position: relative;
  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: #394189;
  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 {
  color: #ffffff;
}

.schedule .schedule__tab-content-tabs-btn--active::before {
  background-color: #004a87;
}

.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: 240px;
  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 #004a87;
  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: #004a87;
}

.schedule .inner__tab-schedule p:nth-last-of-type(1) {
  color: #004a87;
}

.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: #004a87;
}

/* ==== 
  --------- (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: #004a87;
}

.pricing .pricing__single {
  padding: 40px 30px;
  background: #394189;
  border: 1px solid #bababa50;
  border-radius: 10px;
}

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

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

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

.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: #004a87;
  font-size: 14px;
}

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

.pricing .pricing__single-cta .cmn-button {
  width: 100%;
  justify-content: center;
}

.pricing .great-deal {
  position: relative;
  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: #004a87;
  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: #585a5b;
}

.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: #394189;
  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 {
  border: 1px solid #ffffff50;
  border-radius: 30px;
  text-align: center;
  padding: 60px;
  height: 100%;
}

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

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

/* ==== 
  --------- (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: #394189;
  border: 0px;
  border-color: #004a87;
  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: #394189;
  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: #004a87;
  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: #004a87;
  margin-bottom: 30px;
  font-weight: 500;
}

.testimonial .testimonial__slider-single {
  padding: 30px 20px;
  background: #394189;
  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: #004a87;
}

.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: #394189;
  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: #004a87;
}

.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(44, 48, 94, 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: #004a87;
  border-radius: 5px;
}

.ticket-modal .ticket-modal-container {
  padding: 60px 40px;
  background: #394189;
  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: #414ba4;
  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 #004a87;
  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: #004a87;
}

.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 #004a87;
  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: #004a87;
}

.ticket-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(44, 48, 94, 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: #004a87;
  border-radius: 5px;
}

.conference-modal .conference-modal-wrapper {
  padding: 60px 40px;
  background: #394189;
  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: #414ba4;
  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 {
  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: linear-gradient(64.27deg, #ffb200 7.06%, #e73244 59.92%);
  -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: linear-gradient(64.27deg, #ffb200 7.06%, #e73244 59.92%);
  -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 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: #ffffff;
    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: #181830;
  }
  .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: #004a87 !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: #181830;
    background-color: #b743431f;
  }
  .header .social a:hover {
    background-color: #004a87;
    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: 991px) {
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  .schedule .schedule__tab-content-tabs-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule .schedule__tab-content-tabs {
    column-gap: 30px;
  }
  .schedule .schedule__tab-btn {
    padding: 10px 20px;
    gap: 0px;
  }
  .schedule .schedule__tab-btn span {
    font-size: 20px;
  }
  .schedule .schedule__tab-content-tabs-btn {
    font-size: 14px;
  }
  .testimonial .testimonial__header {
    margin-bottom: 40px;
    text-align: center;
  }
  .testimonial .testimonial__header-cta {
    margin-top: 30px;
  }
  .ticket-modal .input-single-group {
    flex-direction: column;
  }
  .ticket-modal .input-single-group .input-single {
    width: 100%;
  }
  .progress-wrap {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  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: 80px 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) {
  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_new.css?v=1.map */

header .container {
  max-width: 90% !important;
}

.hero__content-title {
  font-size: 45px;
  line-height: 50px;
}

.dateText {
  font-size: 15px;
  vertical-align: super;
}

body {
  background-color: white;
}

.about .about__content-schedule-single i,
.about .video-popup i {
  background: #f2f2f2 !important;
}

.venue__content-single-thumb img,
.primary-text img {
  filter: brightness(0) invert(1);
}

.video-modal .video-modal__content-thumb {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004a87),
    to(#f2f2f2)
  );
  background-image: linear-gradient(180deg, #004a87 0%, #f2f2f2 100%);
}

.speaker .speaker__slider-wrap .social a {
  background: #f2f2f2 !important;
}

.speaker .speaker__slider-single {
  border: 1px solid #004a87 !important;
}

.contact__form h3 {
  color: #000000 !important;
  text-align: left !important;
}

.dates li,
.dates .dateText {
  color: #4c4c4c;
}

.dates li i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #004a87;
  color: #ffffff;
  font-size: 14px;
}

.dates li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #181830;
  margin-top: 0px;
  margin-bottom: 20px;
}

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

.contact__content h2 {
  margin-top: 0px;
}

.sponsor__single {
  background-color: white;
}

.nav__logo img {
  max-width: 150px;
}

.mt-20 {
  margin-top: 20px;
}

.shadow-header .nav {
  box-shadow: 0px 8px 20px #004a87;
}

.first-section {
  padding-top: 200px !important;
}

.accommodation .about__content-schedule .about__content-schedule-single {
  width: calc(100% - 15px);
}

.dark-text li a,
.dark-text li {
  color: #4c4c4c;
}

.accommodation .about__content-schedule {
  border-bottom: none !important;
}

.pricing .pricing__single-features li i {
  background: #f2f2f2 !important;
}

.topics .schedule__tab-btn {
  max-width: 30%;
  text-align: center;
}

.indent {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .nav__logo img {
    max-width: 130px;
  }

  header .container {
    max-width: 100% !important;
  }

  .header .nav__menu-link {
    background-color: #f2f2f2 !important;
  }

  .topics .schedule__tab-btn {
    max-width: 100% !important;
  }

  .schedule .schedule__tab-btn span {
    font-size: 15px !important;
  }
}

.testimonial .testimonial__slider-single-author img {
  border-radius: 0 !important;
}

.speaker__slider-single a {
  color: #004a87;
}

.speaker .speaker__slider-single .content h5 {
  min-height: 68px;
}

.slick-track {
  float: left;
}

.speaker .speaker__slider-single .content p {
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .speaker__slider-single {
    min-height: 525px;
  }
}
