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

 * theme name: Evlio
 * version: 1.0
 * description: Business 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 --> sponsor
     5.2 --> solving
     5.3 --> speaker
     5.4 --> event
     5.5 --> counter
     5.6 --> conference
     5.7 --> pricing
     5.8 --> faq

 06. responsive
 
=================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap");

/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 0px;
  font-weight: 400;
  color: #ffffff;
  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: #fe2a77;
  border-radius: 5px;
}

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

a i,
button i {
  -webkit-transition: inherit;
  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 {
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  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;
}

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

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}

a:hover,
button:hover {
  color: #2c3269;
}

h1,
.hero__content-title {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -19px;
}

h2,
.section-header__title,
.section-content__title {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  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;
  color: inherit;
  line-height: inherit;
  font-weight: 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;
}

.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-top: 120px;
}

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

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

.section__col {
  margin-bottom: 30px;
}

.section__cta {
  margin-top: 60px;
}

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

.section__header h5 {
  margin-bottom: 30px;
}

.section__header h2 {
  margin-bottom: 20px;
}

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

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

.gradient-text {
  color: #f9643d;
  background-image: linear-gradient(64.27deg, #ffb200 10%, #e73244 65.06%, #7a3074 101.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.cmn-button {
  font-weight: 600;
  color: #ffffff;
  padding: 15px 40px;
  background-color: #373d80;
  background-image: linear-gradient(45deg, #f9643d 0%, #fe2a77 100%);
  background-size: 100% 100%;
  border-radius: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cmn-button:hover {
  color: #ffffff;
  background-size: 200% 200%;
  background-position: left -100% center;
}

.cmn-button--secondary {
  background-color: transparent;
  background-size: 0% 100%;
  background-position: center center;
  padding: 14px 40px;
  border: 1px solid #adb0db;
}

.cmn-button--secondary:hover {
  background-size: 100% 100%;
  background-position: center center;
  border: 1px solid #fe2a77;
}

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  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: #FE2A77;
  left: 0%;
  top: 0%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

.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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

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

.progress-wrap svg.progress-circle path {
  stroke: #fe2a77;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  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::-webkit-input-placeholder,
.input-single textarea::-webkit-input-placeholder {
  color: #ffffff50;
}

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

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

.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: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
  background: linear-gradient(180deg, #f9643d 0%, #fe2a77 100%);
  z-index: 999999;
}

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
  -webkit-animation: spinner 1s infinite linear;
  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 {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  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 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

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

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

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

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

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

.ctn-preloader .loader-section {
  background-color: #fe2a77;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
  background-image: linear-gradient(180deg, #f9643d 0%, #fe2a77 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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

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

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

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

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    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: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  background: rgba(46, 50, 97, 0.4);
  border-bottom: 1px solid #4b508a;
}

.header .nav {
  padding: 18px 0px;
}

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

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

.header .nav__menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header .nav__menu-items {
  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;
}

.header .nav__menu-link {
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 500;
}

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

.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: #fe2a77;
  padding: 30px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 0px 0px 10px rgba(79, 213, 202, 0.2);
  box-shadow: 0px 0px 10px 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;
  -webkit-transform: translateY(0px);
  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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.header-active {
  background-color: #2e3261;
  -webkit-animation: header 0.5s linear;
  animation: header 0.5s linear;
  top: 0px;
  z-index: 99999;
}

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

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

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

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

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

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

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

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.hero {
  padding: 290px 0px 380px;
  overflow: hidden;
}

.hero .hero__content img {
  margin-bottom: 30px;
}

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

.hero .hero__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}

.hero .hero__countdown {
  padding: 100px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 50px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.hero .hero__countdown h4 {
  font-weight: 600;
}

.hero .hero__countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 60px;
}

.hero .hero__countdown-wrapper h3 {
  margin-bottom: 5px;
}

.hero .hero__countdown-cta {
  margin-top: 60px;
}

.hero .hero__countdown-cta .cmn-button {
  padding: 14px 60px;
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
  padding-top: 275px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 10%;
  background: #ffffff;
  border-radius: 700% 700% 0px 0px;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
  z-index: -1;
}

.footer .footer__form {
  padding: 60px 40px;
  background: #394189;
  border-radius: 30px;
  margin-bottom: 120px;
}

.footer .footer__form-content h5,
.footer .footer__form-content h3 {
  margin-bottom: 25px;
}

.footer .footer__form-content .footer__form-content-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 120px;
  column-gap: 120px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.footer .footer__form-content .footer__form-content-social p {
  margin-bottom: 8px;
  color: #f2f2f2;
}

.footer .footer__form-content .footer__form-content-social a {
  color: #f2f2f2;
}

.footer .footer__form-content .footer__form-content-social a:hover {
  color: #fb1ac0;
}

.footer .footer__form-content .footer__form-phone {
  position: relative;
}

.footer .footer__form-content .footer__form-phone::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #cecece;
}

.footer .footer__form-content .footer__form-phone:nth-last-of-type(1)::before {
  content: none;
}

.footer .footer__form-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer__ticket {
  margin-top: 40px;
}

.footer .footer__ticket hr {
  margin: 35px 0px 45px;
  border-bottom: 1px solid #b8b7bc;
}

.footer .footer__ticket__tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
}

.footer .footer__ticket__tabs a {
  font-weight: 500;
}

.footer .footer__ticket__tabs a:hover {
  color: #ffffff;
}

.footer .footer__ticket__tabs .ticket__btn--active {
  border-bottom: 2px solid #f6ad03;
}

.footer .ticket__tabs {
  margin-top: 40px;
}

.footer .ticket__tabs h6 {
  margin-bottom: 20px;
}

.footer .ticket__tabs p {
  margin-bottom: 15px;
}

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

.footer .footer__form-contact {
  padding: 40px 30px;
  border: 1px solid #74779f;
  border-radius: 30px;
}

.footer .footer__form-contact h5 {
  margin-bottom: 40px;
}

.footer .footer__form-contact .cmn-button {
  margin-top: 40px;
  color: #ffffff;
}

.footer .footer__nav {
  padding-bottom: 25px;
}

.footer .footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer__links ul li {
  margin-top: 0px;
}

.footer .footer__links ul a {
  color: #292D52;
}

.footer .footer__links ul a:hover {
  color: #fb1ac0;
}

.footer .footer__copy {
  /* border-top: 1px solid #4b508a; */
  padding: 30px 0px;
}

.footer .footer__copy p {
  margin-top: 0px;
  color: #292D52;
}

.footer .footer__copy p a:hover {
  color: #fb1ac0;
}

.footer .footer__copy .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer__copy .social a {
  color: #292D52;
}

.footer .footer__copy .social a:hover {
  color: #fb1ac0;
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.1) sponsor section styles start ---------
 ==== */
.sponsor .sponsor__content {
  padding: 60px 80px;
  background-color: #2c3269;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-top: -120px;
}

.sponsor .sponsor__slider {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sponsor .sponsor__slider-single {
  text-align: center;
}

/* ==== 
 --------- (5.1) sponsor section styles end ---------
 ==== */
/* ==== 
 --------- (5.2) solving section styles start ---------
 ==== */
.solving {
  background-size: auto;
  background-position: right 0px center;
}

.solving h2 {
  color: #292D52;
}

.solving p {
  color: #292D52;
}

.solving .solving__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.solving .solving__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border: 1px solid #4c4b8e;
  border-radius: 30px;
  width: calc(50% - 12px);
}

.solving .solving__content-item h6 {
  font-weight: 600;
  color: #292D52;
}

.solving .solving__content-item-thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  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: #3b4497;
  border-radius: 50%;
}

.solving .solving__card {
  text-align: center;
}

.solving .solving__card-single {
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
  background: linear-gradient(180deg, #f9643d 0%, #fe2a77 100%);
  -webkit-box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 50px;
  padding: 80px 30px;
}

.solving .solving__card-single h2 {
  margin-bottom: 10px;
  color: #ffffff;
}

.solving .solving__card-single p {
  color: #ffffff;
}

.solving .solving__card-single hr {
  opacity: 1;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 30px 0px;
}

.solving .solving__card-single .primary-text:nth-last-of-type(1) {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.solving .solving__card-single--alt {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 50px;
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}

.solving .solving__card-single--alt h2 {
  color: #292D52;
}

.solving .solving__card-single--alt p {
  color: #292D52;
}

/* ==== 
 --------- (5.2) solving section styles end ---------
 ==== */
/* ==== 
 --------- (5.3) speaker section styles start ---------
 ==== */
.speaker {
  background-color: #2c305e;
}

.speaker .speaker__single-thumb {
  position: relative;
  border-radius: 200px;
}

.speaker .speaker__single-thumb img {
  border-radius: 200px;
  width: 100%;
}

.speaker .speaker__single-thumb .plus-ic {
  position: absolute;
  bottom: 60px;
  left: 30px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-image: linear-gradient(47.02deg, #f6ad03 16.28%, #e73244 51.55%, #7a3074 89.77%);
  cursor: pointer;
}

.speaker .speaker__single-thumb .plus-ic i {
  color: #ffffff;
}

.speaker .speaker__single-thumb .social {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  background: #ffd2c1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #e73244;
  border-radius: 30px;
  position: absolute;
  left: 30px;
  bottom: 110px;
}

.speaker .speaker__single-thumb .social a {
  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: #1877f2;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

.speaker .speaker__single-thumb .social a:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.speaker .speaker__single-thumb .social a:hover {
  background-color: #e73244;
}

.speaker .speaker__single-thumb .social a i {
  color: #ffffff;
}

.speaker .speaker__single-content {
  text-align: center;
  margin-top: 30px;
  padding: 0px 10px;
}

.speaker .speaker__single-content h4 {
  margin-bottom: 10px;
}

.speaker .speaker__single-content p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.speaker .slick-current .social {
  display: block;
}

.speaker .section__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speaker .slide-btn {
  width: 120px;
  height: 60px;
  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: #373d80;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.speaker .slide-btn i {
  font-size: 40px;
  color: #ffffff;
}

.speaker .slide-btn:hover {
  background-color: #fe2a77;
}

/* ==== 
 --------- (5.3) speaker section styles end ---------
 ==== */
/* ==== 
 --------- (5.4) event section styles start ---------
 ==== */
.event .section__header h2,
.event .section__header p {
  color: #292D52;
}

.event .event__tab {
  text-align: center;
}

.event .event__tab-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #fe2a77;
  border-radius: 60px;
}

.event .event__tab-btn {
  padding: 15px 40px;
  background-color: #373d80;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.event .event__tab-btn:hover {
  color: #ffffff;
  background-color: #fe2a77;
}

.event .event__tab-btn--active {
  color: #ffffff;
  background-color: #fe2a77;
}

.event .event__tab-wrapper {
  margin-top: 40px;
}

.event .event__tab-wrapper__inner {
  max-height: 615px;
  overflow-y: scroll;
}

.event .event__tab-wrapper__inner::-webkit-scrollbar {
  width: 5px;
}

.event .event__tab-wrapper__inner::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}

.event .event__tab-wrapper__inner::-webkit-scrollbar-button,
.event .event__tab-wrapper__inner::-webkit-scrollbar-thumb {
  background-color: #fe2a77;
  border-radius: 5px;
}

.event .event__tab-single {
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #8988d5;
  border-radius: 60px;
}

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

.event .event__tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.event .event__thumb-single {
  max-width: 380px;
  min-width: 380px;
  padding-right: 60px;
  border-right: 1px solid #4c4b8e;
}

.event .event__thumb-single .event__thumb {
  position: relative;
  border-radius: 200px;
}

.event .event__thumb-single .event__thumb img {
  border-radius: 200px;
  width: 100%;
}

.event .event__thumb-single .event__thumb .plus-ic {
  position: absolute;
  bottom: 60px;
  left: 30px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-image: linear-gradient(47.02deg, #f6ad03 16.28%, #e73244 51.55%, #7a3074 89.77%);
  cursor: pointer;
}

.event .event__thumb-single .event__thumb .plus-ic i {
  color: #ffffff;
}

.event .event__thumb-single .event__thumb .social {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  background: #ffd2c1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #e73244;
  border-radius: 30px;
  position: absolute;
  left: 30px;
  bottom: 110px;
}

.event .event__thumb-single .event__thumb .social a {
  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: #1877f2;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

.event .event__thumb-single .event__thumb .social a:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.event .event__thumb-single .event__thumb .social a:hover {
  background-color: #e73244;
}

.event .event__thumb-single .event__thumb .social a i {
  color: #ffffff;
}

.event .event__thumb-single .event__thumb-content {
  text-align: center;
  margin-top: 30px;
}

.event .event__content-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.event .event__content-intro span {
  margin-top: 0px;
}

.event .event__content-intro span:hover {
  background-size: 100%;
}

.event .event__content-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event .event__content-location p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #292D52;
}

.event .event__content-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #4a4979;
}

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

.event .event__content-location p:nth-last-of-type(1)::before {
  content: none;
}

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

.event .event__content-inner h3 {
  margin-bottom: 30px;
  color: #292D52;
}

.event .event__content-inner p {
  margin-bottom: 30px;
  color: #292D52;
}

.event .event__content-inner p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.event .event__content-cta {
  margin-top: 40px;
}

.event .event__content-cta .cmn-button {
  background-color: transparent;
  background-image: none;
  border: 1px solid #7a7c9c;
  border-radius: 40px;
  color: #292D52;
}

.event .event__content-cta .cmn-button i {
  font-size: 34px;
}

.event .event__content-cta .cmn-button:hover {
  background-color: #fe2a77;
  color: #ffffff;
}

/* ==== 
 --------- (5.4) event section styles end ---------
 ==== */
/* ==== 
 --------- (5.5) counter section styles start ---------
 ==== */
.counter .counter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter .counter__content-single {
  padding: 60px 20px;
  border: 1px solid #665e9a;
  border-radius: 50px;
  text-align: center;
  width: calc(50% - 12px);
}

.counter .counter__content-single p {
  text-transform: uppercase;
}

.counter .counter__content hr {
  width: 100%;
  border: 0px;
  margin: 60px 0px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.counter .resource__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 30px;
}

.counter .resource__links .cmn-button {
  padding: 15px 25px;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.counter .counter-thumb {
  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;
  gap: 10px;
}

.counter .title {
  margin-bottom: 5px;
  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;
}

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

.counter .counter__thumb {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.counter .counter__thumb-single {
  padding: 120px 60px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
  background: linear-gradient(180deg, #f9643d 0%, #fe2a77 100%);
  -webkit-box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border: 1px solid #ffffff20;
  border-radius: 220px;
}

.counter .counter__thumb-date {
  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;
  gap: 60px;
}

.counter .counter__thumb-date h5 {
  position: relative;
}

.counter .counter__thumb-date h5::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #ffffff;
}

.counter .counter__thumb-date h5:nth-last-of-type(1)::before {
  content: none;
}

.counter hr {
  margin: 40px 0px;
  border-color: #ff9393;
  opacity: 1;
}

.counter .counter__thumb-time h1 {
  margin-top: 0px;
}

.counter .counter__thumb-location .cmn-button {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ffffff40;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  margin-top: 30px;
}

.counter .counter__thumb-location .cmn-button i {
  -webkit-transition: inherit;
  transition: inherit;
}

.counter .counter__thumb-location .cmn-button:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* ==== 
 --------- (5.5) counter section styles end ---------
 ==== */
/* ==== 
 --------- (5.6) conference section styles start ---------
 ==== */
.conference .section__header h2,
.conference .section__header p {
  color: #292D52;
}

.conference .conference__single {
  border-radius: 30px;
}

.conference__single-thummb {
  position: relative;
}

.conference .conference__single img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  min-height: 250px;
}

.conference .conference__single .video-modal {
  width: 80px;
  min-width: 80px;
  height: 80px;
  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;
  border-radius: 50%;
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.conference .conference__single .video-modal i {
  color: #ffffff;
}

.conference .conference__single h4 {
  margin-top: 20px;
  color: #292D52;
}

/* ==== 
 --------- (5.6) conference section styles end ---------
 ==== */
/* ==== 
  --------- (5.7) pricing section styles start ---------
  ==== */
.pricing {
  background-image: url("../images/ticket-bg-light.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.pricing .section__header p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing .section__header p strong {
  color: #eb5757;
  background: #eb575720;
  border-radius: 10px;
  padding: 0px 10px;
  font-weight: 500;
}

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

.pricing .pricing__single-header img {
  margin-bottom: 30px;
}

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

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

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

.pricing .pricing__single-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -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: #323cb5;
  color: #ffffff;
  font-size: 14px;
}

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

.pricing .pricing__single-cta .cmn-button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing .great-deal {
  border: 2px solid #fe2a77;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

/* ==== 
      --------- (5.7) pricing section styles end ---------
    ==== */
/* ==== 
 --------- (5.8) faq section styles start ---------
 ==== */
.faq .section__header h2 {
  color: #292D52;
}

.faq .faq__content h6 {
  margin-top: 0px;
}

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

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

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

.faq .faq__content .accordion-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: 600;
  color: #292D52;
  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: #F8F5FF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
}

.faq .faq__content .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-color: #2c3269;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
  background-image: linear-gradient(180deg, #f9643d 0%, #fe2a77 100%);
  color: #ffffff;
}

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

/* ==== 
 --------- (5.8) faq 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: 9999999;
  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: #394189;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  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: -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: #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.ticket-modal .select-ticket-package {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -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;
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  min-width: 14px;
  height: 14px;
  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: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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%;
  -webkit-transform: translate(-50%, -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -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;
  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%;
  -webkit-transform: translate(-50%, -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;
}

/* ==== 
 --------- / 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: 9999999;
  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: #394189;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  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: -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: #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  row-gap: 20px;
  margin-bottom: 30px;
}

.conference-modal .con-mod-location p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}

.conference-modal .con-mod-location p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ==== 
 --------- / conference modal styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1799px) {
  .solving .solving__card-single--alt {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .hero .hero__countdown {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sponsor .sponsor__content {
    padding: 60px 40px;
  }

  .solving {
    background-size: 30%;
  }
}

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

  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }

  a,
  button {
    font-size: 16px;
  }

  h1,
  .hero__content-title {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -14px;
  }

  h2,
  .section-header__title,
  .section-content__title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }

  h3 {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }

  h4,
  .h4 {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
  }

  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: -4px;
  }

  .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: #2e3261;
    -webkit-box-shadow: 0px 4px 4px #000000;
    box-shadow: 0px 4px 4px #000000;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .header .nav__menu::-webkit-scrollbar {
    width: 5px;
  }

  .header .nav__menu-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
  }

  .header .nav__menu-logo .nav__menu-close {
    font-size: 30px;
    color: #ffffff;
  }

  .header .nav__menu-active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .header .nav__menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .nav__menu-item--dropdown .nav__dropdown {
    position: static;
    -webkit-transform: translateY(0px);
    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;
    -webkit-animation: atg 0.4s ease-in-out;
    animation: atg 0.4s ease-in-out;
  }

  @-webkit-keyframes atg {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }

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

  @keyframes atg {
    0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }

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

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

  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #fe2a77 !important;
  }

  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .header .nav__menu-link {
    width: 100%;
    background-color: #ffffff1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .social {
    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;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .social a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    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: #2c3269;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9643d), to(#fe2a77));
    background-image: linear-gradient(180deg, #f9643d 0%, #fe2a77 100%);
  }

  .backdrop {
    display: block;
  }

  .solving {
    background-size: 20%;
    background-position: right bottom;
  }

  .solving .solving__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .solving .solving__card-single {
    padding: 60px 40px;
  }

  .event .event__tab-single {
    padding: 30px 20px;
  }

  .event .event__tab-inner {
    gap: 30px;
  }

  .event .event__thumb-single {
    max-width: 300px;
    min-width: 300px;
    padding-right: 30px;
  }

  .counter .counter__thumb {
    margin-left: unset;
    margin-right: unset;
  }

  .ticket-modal .select-package-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer {
    padding-top: 120px;
  }

  .footer .footer__form-content .footer__form-content-social {
    -webkit-column-gap: 80px;
    column-gap: 80px;
  }

  .footer .footer__form-content .footer__form-phone::before {
    right: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .section {
    padding: 100px 0px;
  }

  .section--space-top {
    padding-top: 100px;
  }

  .section--space-bottom {
    padding-bottom: 100px;
  }

  .unset {
    max-width: 75%;
    height: auto;
  }

  .dir-rtl {
    direction: ltr;
  }

  .hero {
    padding: 220px 0px 220px;
  }

  .hero .hero__countdown {
    padding: 80px 20px;
  }

  .hero .hero__countdown-wrapper {
    margin-top: 40px;
  }

  .hero .hero__countdown-cta {
    margin-top: 40px;
  }

  .solving .solving__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
  }

  .solving .solving__card .solving__card-single {
    width: 100%;
  }

  .solving .solving__card .solving__card-single--alt {
    margin-top: 0px;
  }

  .speaker .section__cta {
    gap: 20px;
  }

  .speaker .section__cta .slide-btn {
    width: 80px;
    height: 40px;
  }

  .speaker .section__cta .slide-btn i {
    font-size: 30px;
  }

  .event .event__tab-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .event .event__thumb-single {
    border-right: 0px;
    padding-right: 0px;
    min-width: 200px;
    max-width: 200px;
  }

  .event .event__thumb-single .event__thumb-content {
    text-align: left;
  }

  .event .event__content-cta .cmn-button {
    padding: 15px 24px;
  }

  .event .event__content-cta .cmn-button i {
    font-size: 24px;
  }

  .footer .footer__form {
    margin-bottom: 100px;
  }

  .ticket-modal .input-single-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ticket-modal .input-single-group .input-single {
    width: 100%;
  }

  .progress-wrap {
    right: 15px;
  }

  .pricing {
    background-size: 100% 20%;
  }
}

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

  h1,
  .hero__content-title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }

  h2,
  .section-header__title,
  .section-content__title {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }

  h3 {
    font-size: 24px;
    line-height: 31.2px;
    margin-top: -6px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }

  .section {
    padding: 80px 0px;
  }

  .section--space-top {
    padding-top: 80px;
  }

  .section--space-bottom {
    padding-bottom: 80px;
  }

  .section__header {
    margin-bottom: 40px;
  }

  .section__header h5 {
    margin-bottom: 20px;
  }

  .section__cta {
    margin-top: 40px;
  }

  .header .nav {
    padding: 24px 0px 23px;
  }

  .hero .hero__content-cta {
    margin-top: 25px;
  }

  .sponsor .sponsor__content {
    padding: 60px 20px;
  }

  .sponsor .sponsor__slider {
    margin-top: 40px;
  }

  .sponsor .sponsor__slider img {
    max-width: 80%;
  }

  .solving .solving__content-items {
    margin-top: 40px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer .footer__form {
    margin-bottom: 80px;
    padding: 40px 20px;
  }

  .footer .footer__form .footer__form-contact {
    padding: 30px 12px;
  }

  .footer .footer__form .footer__form-contact h5 {
    margin-bottom: 30px;
  }

  .footer .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer .footer__links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer__copy p {
    text-align: center;
  }

  .footer .footer__copy .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .input-single input,
  .input-single textarea {
    padding: 12px 16px;
  }

  .ticket-modal {
    padding: 80px 0px;
  }

  .ticket-modal .ticket-modal-container {
    padding: 60px 20px 40px;
  }

  .ticket-modal .select-package-wrapper {
    -ms-flex-wrap: wrap;
    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;
    -ms-flex-wrap: wrap;
    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: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }

  h2,
  .section-header__title,
  .section-content__title {
    font-size: 26px;
    line-height: 36px;
    margin-top: -8px;
  }

  .hero {
    padding: 160px 0px 200px;
  }

  .hero .hero__countdown {
    padding: 60px 15px;
  }

  .hero .hero__countdown-wrapper {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

  .solving .solving__content-item {
    width: 100%;
  }

  .solving .solving__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solving .solving__card-single {
    max-width: 100%;
  }

  .counter .counter__content-single {
    padding: 30px 12px;
    border-radius: 10px;
  }

  .counter .counter__thumb-single {
    padding: 120px 20px;
  }


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

  .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 .footer__form-content .footer__form-phone::before {
    content: none;
  }
}

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


#modeSwitcher {
  position: relative;
}

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

#modeSwitcher .checkbox:checked+.label .ball {
  -webkit-transform: translateX(20px) translateY(-50%);
  transform: translateX(20px) translateY(-50%);
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #fff 0%, #fff 100%);
  margin: 0px;
}

#modeSwitcher .checkbox:checked+.label .ball::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #f9643d 0%, #fe2a77 100%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  bottom: 50%;
  left: -5%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#modeSwitcher .label {
  background-color: #fe2a77;
  background-image: linear-gradient(45deg, #f9643d 0%, #fe2a77 100%);
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  margin: 0;
  position: relative;
  height: auto;
  width: 50px;
}

#modeSwitcher .label .fa-moon {
  color: #f9643d;
  background-image: linear-gradient(45deg, #f9643d 0%, #fe2a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#modeSwitcher .label .ball {
  background-color: #fdc503;
  background-image: linear-gradient(45deg, #f9643d 0%, #fe2a77 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  height: 20px;
  width: 20px;
  -webkit-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  margin: 0px;
}

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

/* ==== 
  --------- (6.0) responsive styles end ---------
  ==== */