/*-----------------------------------------------------------------------------------

    Template Name: Eventao - Designers Annual Meetup Conference
    Version: 1.00

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Common
    02. Header 
	03. Hero 
	04. About 
	05. Counter 
	06. Conference Schedule
	07. Speaker
	08. pricing
	09. gallery	
	10. How to Get Started
	11. Sponsor
	12. Blog
	13. Footer


-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON CSS 
===========================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

html,
body {
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a,
input,
button,
textarea {
  outline: none;
  border: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

h1 {
  line-height: 74px;
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 428px) {
  h1 {
    font-size: 28px;
    line-height: 48px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  display: inline-block;
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img {
  max-width: 100%;
}

a,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
  color: #757f95;
  line-height: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

a,
a:hover {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.section-spacing {
  padding: 120px 0;
}
@media only screen and (max-width: 540px) {
  .section-spacing {
    padding: 80px 0;
  }
}

.section-title {
  text-align: center;
}
.section-title h6 {
  color: #ec4590;
}

.flex-center, .sponsors-area .row .sponsor-item, .speakers-area .speaker .card .social-links, .conference-schedule-area .col-1 .progress-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .od-1 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}
@media only screen and (max-width: 540px) {
  .container,
  .container-sm {
    max-width: 460px;
  }
}
.main-btn, .main-btn-dark-primary-bg, .main-btn-dark, .main-btn-white, .main-btn-hover-dark {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 428px) {
  .main-btn, .main-btn-dark-primary-bg, .main-btn-dark, .main-btn-white, .main-btn-hover-dark {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
  }
}
.main-btn:before, .main-btn-dark-primary-bg:before, .main-btn-dark:before, .main-btn-white:before, .main-btn-hover-dark:before {
  position: absolute;
  content: "";
  right: -110%;
  bottom: 0;
  height: 110%;
  width: 110%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-btn:hover, .main-btn-dark-primary-bg:hover, .main-btn-dark:hover, .main-btn-white:hover, .main-btn-hover-dark:hover, .main-btn.active, .active.main-btn-dark-primary-bg, .active.main-btn-dark, .active.main-btn-white, .active.main-btn-hover-dark {
  color: #2b1f5e;
}
.main-btn:hover::before, .main-btn-dark-primary-bg:hover::before, .main-btn-dark:hover::before, .main-btn-white:hover::before, .main-btn-hover-dark:hover::before, .main-btn.active::before, .active.main-btn-dark-primary-bg::before, .active.main-btn-dark::before, .active.main-btn-white::before, .active.main-btn-hover-dark::before {
  right: 0;
}

.main-btn-hover-dark::before {
  background: #2b1f5e;
}
.main-btn-hover-dark:hover {
  color: #fff;
}

.main-btn-white {
  background: #fff;
  color: #2b1f5e;
}
.main-btn-white::before {
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
}
.main-btn-white:hover, .main-btn-white.active {
  color: #fff;
}

.main-btn-dark {
  background: #080808;
  color: #fff;
}
.main-btn-dark::before {
  background: #fff;
}
.main-btn-dark:hover {
  color: #070e30;
}

.main-btn-dark-primary-bg {
  background: #080808;
  color: #fff;
}
.main-btn-dark-primary-bg::before, .main-btn-dark-primary-bg.active {
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
}
.main-btn-dark-primary-bg:hover, .main-btn-dark-primary-bg.active {
  color: #fff;
}

/* Preloader*/

.preloader {
	background: #ec4590;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}





.header-main-block {
  position: absolute;
  left: 0;
  right: 0;
  padding: 25px 0 15px 0;
  z-index: 9999;
}
.header-main-block.header-scrolled {
  background: rgba(7, 14, 48, 0.75);
  backdrop-filter: blur(15px);
  position: fixed;
  width: 100%;
  padding: 20px 0;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (orientation: landscape) and (max-height: 450px) {
  .header-main-block.header-scrolled {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 540px) {
  .header-main-block.header-scrolled {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 428px) {
  .header-main-block.header-scrolled {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-main-block {
    top: 0;
    padding: 5px 0;
  }
  .header-main-block .navbar {
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
  }
  .header-main-block .navbar .navbar-nav {
    background: rgba(7, 14, 48, 0.8);
    backdrop-filter: blur(15px);
    padding-top: 10px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .header-main-block .navbar .nav-item {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-main-block .navbar {
    padding: 15px 0;
  }
}
.header-main-block .navbar-brand {
  margin-top: -5px;
}
@media only screen and (max-width: 540px) {
  .header-main-block .navbar-brand img {
    max-width: 140px;
  }
}
.header-main-block .nav-item {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-item {
    text-align: center;
    padding-left: 0;
  }
}
.header-main-block .nav-link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-main-block .nav-link:hover {
  color: #ec4590;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-link {
    display: inline-block;
  }
}
.header-main-block .nav-link::after, .header-main-block .nav-link::before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  background-color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.header-main-block .nav-link::after {
  bottom: -5px;
  transform: scaleX(0);
  right: 10px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-link::after {
    right: 0;
    width: 70%;
  }
}
.header-main-block .nav-link::before {
  bottom: -12px;
  transform: scaleX(0);
  width: 30%;
  right: 10px;
}
@media only screen and (max-width: 991px) {
  .header-main-block .nav-link::before {
    right: 0;
    width: 50%;
  }
}
.header-main-block .nav-link:hover::after, .header-main-block .nav-link:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-main-block .nav-link.active-nav {
  color: #ec4590;
}
.header-main-block .nav-link.active-nav::after, .header-main-block .nav-link.active-nav:before {
  opacity: 1;
  transform: scaleX(1);
}
@media (orientation: landscape) and (max-height: 450px) {
  .header-main-block .navbar-collapse.show {
    height: 100%;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-main-block .navbar-nav {
    max-height: 100%;
    padding-bottom: 20px;
  }
}
.header-main-block .navbar-toggler {
  border: none;
  font-size: 20px;
  color: #fff;
}
.header-main-block .navbar-toggler:focus, .header-main-block .navbar-toggler:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.hero-area {
  position: relative;
  background-image: url("./../../../img/hero-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px) {
  .hero-area {
    background-position: 50% center;
  }
}
.hero-area.section-spacing {
  padding: 120px 0 20px 0;
}
.hero-area .left-content {
  padding: 50px 10px;
}
@media only screen and (max-width: 540px), only screen and (max-width: 991px) {
  .hero-area .left-content {
    padding: 80px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-area .left-content {
    padding: 60px 5px;
  }
}
.hero-area .left-content .left-text-content h6 {
  color: #ec4590;
}
.hero-area .left-content .left-text-content h1 {
  color: #fff;
  padding-top: 14px;
}
@media only screen and (max-width: 575px) {
  .hero-area .left-content .left-text-content h1 {
    padding-top: 0;
    line-height: 40px;
  }
}
.hero-area .left-content .left-text-content p {
  color: #fff;
  padding-top: 26px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .hero-area .left-content .left-text-content p {
    padding-top: 15px;
    font-size: 14px;
  }
}
.hero-area .left-content .counter-wrapper {
  padding: 24px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .hero-area .left-content .counter-wrapper .row {
    display: flex;
    align-items: center;
  }
}
.hero-area .left-content .counter-wrapper .count-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 auto;
}
.hero-area .left-content .counter-wrapper .count-item span {
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 15px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .hero-area .left-content .counter-wrapper .count-item span {
    font-size: 28px;
  }
}
.hero-area .left-content .counter-wrapper .count-item span:nth-child(2) {
  line-height: 36px;
}
@media only screen and (max-width: 575px) {
  .hero-area .left-content .counter-wrapper .count-item span {
    font-size: 24px;
    font-weight: 600;
  }
}
.hero-area .left-content .counter-wrapper .count-title p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .hero-area .left-content .counter-wrapper .count-title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-area .left-content .counter-wrapper .count-title p {
    font-size: 12px;
  }
}
.hero-area .left-content .counter-wrapper .count-title p,
.hero-area .left-content .counter-wrapper span {
  color: #fff;
  text-transform: uppercase;
}
.hero-area .left-content .left-buttons {
  padding-top: 30px;
}
.hero-area .left-content .left-buttons a:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 428px) {
  .hero-area .left-content .left-buttons a:last-child {
    margin-left: 10px;
  }
}
.hero-area .right-image {
  margin-top: 40px;
  margin-left: 30px;
  text-align: center;
}
.hero-area .right-image img {
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .hero-area .right-image img {
    margin: 0;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .right-image img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-area .right-image img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 428px) {
  .hero-area .right-image img {
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .about-text {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .about-area .about-text {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.about-area .about-text h6 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  background: linear-gradient(90deg, rgb(236, 69, 144) 0%, rgb(122, 37, 203) 98.9247322083%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-area .about-text h2 {
  padding: 0px 0 20px 0;
}
.about-area .about-text h2 span {
  color: #ec4590;
}
.about-area .about-text p {
  color: #757f95;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.about-area .about-schedule-wraper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .about-area .about-schedule-wraper {
    flex-direction: column;
    align-items: start;
  }
}
.about-area .about-schedule-wraper .about-schedule {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding-top: 30px;
  text-wrap: nowrap;
  margin-right: 20px;
}
@media only screen and (max-width: 540px) {
  .about-area .about-schedule-wraper .about-schedule {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .about-schedule-wraper .about-schedule {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area .about-schedule-wraper .about-schedule:first-child {
    margin-left: -5px;
  }
  .about-area .about-schedule-wraper .about-schedule:last-child {
    margin-right: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 540px) {
  .about-area .about-schedule-wraper .about-schedule {
    text-wrap: wrap;
  }
}
.about-area .about-schedule-wraper .about-schedule img {
  width: 50px;
}
@media only screen and (max-width: 540px) {
  .about-area .about-schedule-wraper .about-schedule .schedule-text {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .about-area .about-schedule-wraper .about-schedule .schedule-text h5 {
    font-size: 18px;
  }
}
.about-area .about-schedule-wraper .about-schedule .schedule-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

/*========05. Counter area start============*/
.counter-area.section-spacing {
  padding: 20px 0 110px 0;
}
.counter-area .col img {
  padding-top: 30px;
}
.counter-area .col h3 {
  color: #fff;
  padding: 20px 0 0px 0;
}
.counter-area .col h3::after {
  content: "+";
}
.counter-area .col p {
  color: #ec4590;
  font-size: 16px;
  font-weight: 700;
}
.counter-area .col .counter-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-radius: 8px;
}
.counter-area .col .counter-item h2,
.counter-area .col .counter-item p {
  color: #fff;
}
.counter-area .col .counter-item p {
  font-weight: 500;
}
.counter-area .col .counter-item h2 {
  font-weight: 600;
}
.counter-area .col .counter-item h2::after {
  content: "+";
}
.counter-area .col:not(:nth-child(1)) .counter-item h2 {
  padding: 10px 0 0 0;
}
.counter-area .col:nth-child(1) .counter-item {
  background: #1665e9;
}
.counter-area .col:nth-child(1) .counter-item h2 {
  margin-top: -5px;
}
.counter-area .col:nth-child(1) .counter-item img {
  margin-top: -10px;
  padding-bottom: 5px;
}
.counter-area .col:nth-child(2) .counter-item {
  background: #ff7433;
}
.counter-area .col:nth-child(3) .counter-item {
  background: #2b1f5e;
}
.counter-area .col:nth-child(4) .counter-item {
  background: #ec4590;
}

/*========Counter area end============*/
/*========06. Conference Schedule area start============*/
.conference-schedule-area {
  background: #fff0f7;
  padding: 100px 0;
  border-radius: 10px;
}
.conference-schedule-area ul li .main-btn-white {
  border-radius: 50px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .conference-schedule-area ul li .main-btn-white {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 428px) {
  .conference-schedule-area ul li .main-btn-white {
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: normal;
  }
}
.conference-schedule-area .col-1 {
  position: relative;
}
.conference-schedule-area .col-1 .roadmap-line {
  position: absolute;
  width: 2px;
  height: 0;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 5px, #ff4f8a 5px, #ff4f8a 10px);
  animation: heightAnimate 3s ease-in-out forwards;
}
@keyframes heightAnimate {
  0% {
    height: 0;
  }
  100% {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  @keyframes heightAnimate {
    0% {
      height: 0;
    }
    100% {
      height: 680px;
    }
  }
  .conference-schedule-area .col-1.col-1 {
    display: none !important;
  }
}
.conference-schedule-area .col-1 .progress-item {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  height: 50px;
  width: 50px;
  background-image: url(../../../img/schedule/roadmap-steps-bg.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.conference-schedule-area .col-1 .progress-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../../img/schedule/roadmap-steps-bg-hovered.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.conference-schedule-area .col-1 .progress-item:hover::before, .conference-schedule-area .col-1 .progress-item.active::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .conference-schedule-area .col-1 {
    display: none;
    visibility: hidden;
  }
}
.conference-schedule-area .timeline-item {
  background-color: #fff;
  padding: 10px 0 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 360px) {
  .conference-schedule-area .timeline-item {
    padding: 10px 0 10px 20px;
    flex-direction: column;
    align-items: start;
  }
}
.conference-schedule-area .timeline-item .timeline-date {
  background: #2b1f5e;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.conference-schedule-area .timeline-item .timeline-date .day {
  color: #ec4590;
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .conference-schedule-area .timeline-item .timeline-date .day {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .conference-schedule-area .timeline-item .timeline-date .day {
    font-size: 28px;
  }
}
@media only screen and (max-width: 428px) {
  .conference-schedule-area .timeline-item .timeline-date .day {
    font-size: 24px;
  }
}
.conference-schedule-area .timeline-item .timeline-date .month {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .conference-schedule-area .timeline-item .timeline-date .month {
    font-size: 16px;
  }
}
.conference-schedule-area .timeline-item .timeline-date:hover, .conference-schedule-area .timeline-item .timeline-date.active {
  background: #ec4590;
}
.conference-schedule-area .timeline-item .timeline-date:hover .day, .conference-schedule-area .timeline-item .timeline-date.active .day {
  color: #fff;
}
.conference-schedule-area .timeline-item .timeline-content {
  padding-left: 30px;
}
@media only screen and (max-width: 360px) {
  .conference-schedule-area .timeline-item .timeline-content {
    padding-left: 0;
  }
}
.conference-schedule-area .timeline-item .timeline-content .timeline-time {
  padding: 15px 0 10px 0;
}
.conference-schedule-area .timeline-item .timeline-content .timeline-time span {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  background: linear-gradient(90deg, rgb(236, 69, 144) 0%, rgb(122, 37, 203) 98.9247322083%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-time span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-time span {
    font-size: 16px;
  }
}
.conference-schedule-area .timeline-item .timeline-content .timeline-title {
  color: #2b1f5e;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 428px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.conference-schedule-area .timeline-item .timeline-content .timeline-description {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #757f95;
  margin-bottom: 15px;
  width: 90%;
  line-height: 28px;
}
@media only screen and (max-width: 540px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 428px) {
  .conference-schedule-area .timeline-item .timeline-content .timeline-description {
    font-size: 12px;
    line-height: 20px;
  }
}

/*========Conference Schedule area end============*/
/*========07. Speakers area start============*/
.speakers-area {
  background: #2b1f5e;
}
.speakers-area h6 {
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.speakers-area h2 {
  padding-bottom: 40px;
  color: #fff;
}
.speakers-area .speaker .card {
  background: transparent;
  cursor: pointer;
  margin-bottom: 25px;
}
.speakers-area .speaker .card .card-img {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .speakers-area .speaker .card .card-img {
    border-radius: 100px;
  }
}
.speakers-area .speaker .card .social-links {
  position: absolute;
  visibility: hidden;
  border-radius: inherit;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.speakers-area .speaker .card .social-links h3,
.speakers-area .speaker .card .social-links p {
  color: #fff;
}
.speakers-area .speaker .card .social-links p {
  padding-bottom: 10px;
}
.speakers-area .speaker .card .social-links .social-icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 10px;
}
.speakers-area .speaker .card .social-links .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #fff;
  color: #ec4590;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.speakers-area .speaker .card .social-links .social-icons a:hover {
  background: #6d18ff;
  color: #fff;
}
.speakers-area .speaker .card:hover .social-links, .speakers-area .speaker .card.active .social-links {
  visibility: visible;
  background: linear-gradient(90deg, rgba(236, 69, 144, 0.9) 12.6%, rgba(122, 37, 203, 0.9) 99.06%);
  opacity: 1;
  pointer-events: auto;
}
.speakers-area .speaker .card .card-img img {
  width: 100%;
}
.speakers-area .speaker .card .speaker-details h3 {
  color: #fff;
}
@media only screen and (max-width: 540px) {
  .speakers-area .speaker .card .speaker-details h3 {
    font-size: 24px;
  }
}
.speakers-area .speaker .card .speaker-details p {
  margin-top: -5px;
  color: #ec4590;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .speakers-area .speaker .card .speaker-details h3,
  .speakers-area .speaker .card .speaker-details p {
    text-align: center;
  }
}

/*========Speakers area end============*/
/*========08. pricing area start============*/
.pricing-area {
  background: #fbf2f6;
}
.pricing-area .section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pricing-area .col {
    margin-bottom: 100px;
  }
}
.pricing-area .col:nth-child(2) .pricing-card {
  position: relative;
}
.pricing-area .col:nth-child(2) .pricing-card .price-wraper::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  bottom: 73%;
  width: 100%;
  z-index: 1;
  background-image: url("../../../img/pricing/exclusive-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pricing-area .col:nth-child(2) .pricing-card .price-wraper h5,
.pricing-area .col:nth-child(2) .pricing-card .price-wraper h2,
.pricing-area .col:nth-child(2) .pricing-card .price-wraper span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.pricing-area .col:nth-child(2) .pricing-card .pricing-title {
  padding-top: 10px;
}
.pricing-area .col:nth-child(2) .pricing-card .price {
  margin: -7px 0;
}
.pricing-area .col:nth-child(2) .pricing-card::after {
  content: "Most Valued";
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  top: -10%;
  background-image: url("../../../img/pricing/vector-active.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.pricing-area .pricing-card {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.pricing-area .pricing-card::before {
  content: "";
  position: absolute;
  z-index: 999;
  bottom: -10%;
  left: 0;
  background-image: url("../../../img/pricing/vector-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%;
}
.pricing-area .pricing-card::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: -10%;
  left: 0;
  height: 54px;
  width: 100%;
  background-image: url("../../../img/pricing/vector.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.pricing-area .pricing-card .pricing-title {
  color: #ec4590;
  font-size: 18px;
}
.pricing-area .pricing-card .price {
  font-size: 48px;
  font-weight: 700;
  margin: -5px 0;
}
.pricing-area .pricing-card .price span {
  font-size: 24px;
  font-weight: 400;
  color: #070e30;
}
.pricing-area .pricing-card .price span:nth-child(2) {
  font-weight: 700;
}
.pricing-area .pricing-card .plan-description {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #565555;
  padding: 0 5px;
  margin-bottom: 20px;
  margin-top: 70px;
}
.pricing-area .pricing-card .progress-container {
  padding: 10px 15px 0 15px;
}
.pricing-area .pricing-card .progress-container p {
  font-size: 16px;
  color: #000000;
  padding: 20px 0 10px 0;
}
.pricing-area .pricing-card .progress-container .progress {
  height: 18px;
  background-color: #ffbddb;
  border-radius: 5px;
}
.pricing-area .pricing-card .progress-container .progress .progress-bar {
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  width: 0;
  border-radius: 5px;
  animation: widthAnimate 3s ease-in-out forwards;
}
.pricing-area .pricing-card .progress-container .progress .progress-bar span {
  padding: 5px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  right: -100%;
  animation: positionAnimate 3s ease-in-out forwards;
}
@keyframes positionAnimate {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes widthAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 52%;
  }
}

/*========pricing area end============*/
/*========09. gallery area start============*/
.gallery-area .row .col a {
  border-radius: 8px;
  position: relative;
}
.gallery-area .row .col a::before, .gallery-area .row .col a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-area .row .col a::before {
  background: linear-gradient(90deg, rgba(236, 69, 144, 0.8) 12.6%, rgba(122, 37, 203, 0.8) 99.06%);
  visibility: hidden;
  opacity: 0;
}
.gallery-area .row .col a:hover::after, .gallery-area .row .col a.active::after {
  background-image: url("../../../img/gallery/plus.svg");
  background-size: 78px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .gallery-area .row .col a:hover::after, .gallery-area .row .col a.active::after {
    background-size: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .gallery-area .row .col a:hover::after, .gallery-area .row .col a.active::after {
    background-size: 50px;
  }
}
.gallery-area .row .col a:hover::before, .gallery-area .row .col a.active::before {
  visibility: visible;
  opacity: 1;
}
.gallery-area .row .col a img {
  width: 100%;
  transition: transform 0.3s ease;
}

/*========gallery area end============*/
/*========10. How to Get Started area start============*/
.get-started-area {
  background-image: linear-gradient(90deg, rgba(236, 69, 144, 0.85) 12.6%, rgba(122, 37, 203, 0.85) 99.06%), url("../../../img/how-to-start/hts-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.get-started-area .text-center h2 {
  color: #fff;
  padding-bottom: 25px;
}
.get-started-area .image-wraper {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.get-started-area .image-wraper span {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ec4590;
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  height: 50px;
  width: 50px;
  z-index: 1;
}
.get-started-area .image-wraper img {
  max-width: 223px;
}
.get-started-area .image-wraper .arrow-1, .get-started-area .image-wraper .arrow-2 {
  position: absolute;
  top: 45%;
  left: 100%;
  transform: translateX(-40%);
}
.get-started-area .image-wraper .arrow-1 img, .get-started-area .image-wraper .arrow-2 img {
  max-width: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .get-started-area .image-wraper .arrow-1 img, .get-started-area .image-wraper .arrow-2 img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .get-started-area .image-wraper .arrow-1, .get-started-area .image-wraper .arrow-2 {
    display: none;
  }
}
.get-started-area .image-wraper .arrow-2 {
  top: 40%;
}
.get-started-area .image-wraper h4,
.get-started-area .image-wraper p {
  color: #fff;
  text-align: center;
}
.get-started-area .image-wraper h4 {
  padding: 27px 0 10px 0;
  line-height: 31px;
}
.get-started-area .image-wraper p {
  font-weight: 500;
  line-height: 26px;
}

/*========How to Get Started area end============*/
/*========11. Sponsors area start============*/
.sponsors-area .text-center h2 {
  padding-bottom: 40px;
}
.sponsors-area .row .sponsor-item {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(110, 115, 193, 0.15);
  border-radius: 16px;
  padding: 20px 10px;
  margin-bottom: 25px;
}
.sponsors-area .row .sponsor-item img {
  width: 300px;
  height: 60px;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (max-width: 991px) {
  .sponsors-area .row .sponsor-item img {
    width: 180px;
  }
}
.sponsors-area .row:nth-child(4) .col:nth-child(2) img, .sponsors-area .row:nth-child(4) .col:nth-child(3) img {
  width: 180px;
  height: 60px;
}
@media only screen and (max-width: 991px) {
  .sponsors-area .row:nth-child(4) .col:nth-child(2) img, .sponsors-area .row:nth-child(4) .col:nth-child(3) img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsors-area .row:nth-child(4) .col:nth-child(1), .sponsors-area .row:nth-child(4) .col:nth-child(4) {
    display: none;
  }
}

/*========Sponsors area end============*/
/*========12. Blog area Start============*/
.blog-area {
  background: #f9f9f9;
}
.blog-area .text-center h2 {
  padding-bottom: 40px;
}
.blog-area .row .blog-item .card {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border: none;
  border-radius: 12px;
  padding: 20px 20px 0 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
.blog-area .row .blog-item .card .card-img {
  position: relative;
  border-radius: 12px;
}
.blog-area .row .blog-item .card .card-img .card-img-top {
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-area .row .blog-item .card .card-img .author-and-date {
  position: absolute;
  bottom: -10%;
  left: 5%;
  padding: 10px 20px;
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  border-radius: 50px;
  z-index: 1;
  padding: 7px 15px 7px 7px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-area .row .blog-item .card .card-img .author-and-date img {
  width: 25px;
  border-radius: 50%;
}
.blog-area .row .blog-item .card .card-img .author-and-date span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
}
.blog-area .row .blog-item .card .card-img .author-and-date span:nth-child(3) {
  font-weight: 500;
}
.blog-area .row .blog-item .card .card-body {
  padding: 20px 15px;
}
.blog-area .row .blog-item .card .card-body h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 20px;
  font-style: normal;
  text-wrap: normal;
}
.blog-area .row .blog-item .card .card-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #565555;
}

/*========Blog area End============*/
/*========13. Footer area Start============*/
.footer-area.section-spacing {
  padding: 140px 0 0 0;
}
.footer-area .inner_footer {
  background: #000000;
  margin-top: 200px;
  padding: 200px 0;
}
.footer-area .inner_footer .container {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  margin-top: -440px;
}
.footer-area .inner_footer .container .row .col {
  border-color: rgba(217, 217, 217, 0.8);
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .footer-area .inner_footer .container .row .col {
    border: none !important;
  }
}
.footer-area .inner_footer .container .row .col .left-contact-info .map-wrapper iframe {
  width: 440px;
  height: 240px;
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  .footer-area .inner_footer .container .row .col .left-contact-info .map-wrapper iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .inner_footer .container .row .col .left-contact-info .map-wrapper {
    text-align: center;
    padding-bottom: 30px;
  }
}
.footer-area .inner_footer .container .row .col .left-contact-info .footer-schedule-wraper {
  padding: 30px 0;
}
.footer-area .inner_footer .container .row .col .left-contact-info .footer-schedule-wraper .footer-schedule {
  display: flex;
  align-items: start;
  gap: 20px;
}
.footer-area .inner_footer .container .row .col .left-contact-info .footer-schedule-wraper .footer-schedule .schedule-text {
  padding-bottom: 30px;
}
.footer-area .inner_footer .container .row .col .left-contact-info .social-icons ul {
  display: inline-flex;
  gap: 25px;
}
.footer-area .inner_footer .container .row .col .left-contact-info .social-icons ul li {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer-area .inner_footer .container .row .col .left-contact-info .social-icons ul li a {
  background: #fff4f4;
  color: #ec4590;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-area .inner_footer .container .row .col .left-contact-info .social-icons ul li:hover a {
  background: linear-gradient(90deg, #ec4590 12.6%, #7a25cb 99.06%);
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer-area .inner_footer .container .row .col .right-form-area .contact-sub-title {
    padding-top: 30px;
  }
}
.footer-area .inner_footer .container .row .col .right-form-area .form-control {
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.25);
  color: #757f95;
  outline: none;
  padding: 16px 30px;
  border-radius: 8px;
  caret-color: #757f95;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-control::placeholder {
  color: #757f95;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-control:active, .footer-area .inner_footer .container .row .col .right-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ec4590;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-select {
  background-color: #fff;
  border: 1px solid rgba(217, 217, 217, 0.25);
  color: #757f95;
  outline: none;
  padding: 16px 30px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-select::placeholder {
  color: #757f95;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-select:focus, .footer-area .inner_footer .container .row .col .right-form-area .form-select:active {
  outline: none;
  box-shadow: none;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-select option {
  background: #fff;
  color: #757f95;
  cursor: pointer;
}
.footer-area .inner_footer .container .row .col .right-form-area .form-select option:active, .footer-area .inner_footer .container .row .col .right-form-area .form-select option:focus {
  background: #fff;
}
.footer-area .inner_footer .container .row .col .right-form-area textarea {
  resize: none;
}
.footer-area .inner_footer .container .row .col .right-form-area .main-btn, .footer-area .inner_footer .container .row .col .right-form-area .main-btn-hover-dark, .footer-area .inner_footer .container .row .col .right-form-area .main-btn-white, .footer-area .inner_footer .container .row .col .right-form-area .main-btn-dark, .footer-area .inner_footer .container .row .col .right-form-area .main-btn-dark-primary-bg {
  border-radius: 50px;
  margin-top: 35px;
}
.footer-area .inner_footer .container .row .col .right-form-area .formStatus {
  display: block;
  padding-top: 15px;
  text-align: center;
}
.footer-area .copyright-area {
  background: #000000;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  padding: 20px 0;
}
.footer-area .copyright-area .copyright-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer-area .copyright-area .copyright-text p span {
  color: #ec4590;
}

/*========Footer area End============*//*# sourceMappingURL=style.css.map */