@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --white: #ffffff;
  --yellow: #faf713;
  --blue: #000000;
  --blue2: #1682f2;
  --sky-blue: #23cafa;
  --green: #23fa56;
  --black: #000000;
  --body-font: "Poppins", sans-serif;
}

/*=======================================================*/
/*GLOBAL ===============================================*/
.post,
.page {
  margin: 0;
}
.kn-text-btn {
  font: 800 26px / 1 var(--body-font);
  background-color: var(--sky-blue);
  color: #fff !important;
  text-decoration: none;
  padding: 9px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}
.kn-text-btn:hover {
  background-color: #0054e3;
}
.kn-filled-btn {
  font: 700 22px / 1.1 var(--body-font);
  background-color: #13fad8;
  border: 5px solid #00d0cc;
  border-radius: 50px;
  padding: 15px;
  text-align: center;
  color: #423f3f !important;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  transition: 0.3s ease-in-out;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 2px;
  margin: auto;
}
.kn-filled-btn span.bold-font {
  font-size: 50px;
}
.kn-filled-btn.see-schedule {
  font-size: 33px;
  padding: 15px 30px;
}

.kn-filled-btn:hover {
  background-color: var(--sky-blue);
}
.kn-filled-btn span {
  font-size: 22px;
  color: #423f3f !important;
  display: block;
}
.blue-ht-btn {
  font: 600 24px / 1.1 var(--body-font);
  color: rgb(66 63 63);
  text-transform: uppercase;
  padding: 4px 19px;
  border-radius: 50px;
  background: rgb(0 221 208);
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(0 221 208);
}
.blue-ht-btn img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
/* .blue-ht-btn:hover{
    box-shadow: inset 0px 0px 14px #0054e3;

} */
.blue-ht-btn span {
  display: block;
  text-align: center;
}
/**/
body.home {
  background: url(https://ecommastery.live/wp-content/uploads/2026/03/b.jpeg)
    center center no-repeat;
  background-size: cover;
}
body:not(.home) {
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}
/*=======================================================*/
/*HEADER ===============================================*/
header .custom-logo-link img {
  width: 245px;
  max-width: 100%;
}
header .elevate {
  width: 220px;
  max-width: 100%;
  object-fit: cover;
}
header#masthead {
  padding: 24px 0 10px 0;
}
.user-icon-c {
  gap: 40px;
}
header .logout-btn {
  font: 800 18px / 1 var(--body-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #343a40;
  display: flex;
  gap: 2px;
  align-items: center;
  background: #13fad8;
  padding: 2px 15px;
  border-radius: 50px;
}
/* header .logout-btn .user-name {
  color: rgb(66 63 63);
  text-transform: uppercase;
  border: 5px solid rgb(0 216 207);
  border-radius: 50px;
  text-decoration: none;
  width: 65px;
  height: 65px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(19 250 216);
} */

header .blue-ht-btn img {
  margin-left: -10px;
}
.option-main-sec {
  display: flex;
  align-items: center;
  gap: 85px;
  max-width: 1100px;
  margin: 20px auto 0 auto;
}
.option-main-sec {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 20px;
}
.option-main-sec .option-list-main {
  position: relative;
}
.option-main-sec .option-list-main h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: rgb(59 248 251);
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow:
    0 0 3px rgba(102, 247, 252, 0.9),
    0 0 6px rgba(102, 247, 252, 0.7),
    0 0 12px rgba(102, 247, 252, 0.45);
}

/*=======================================================*/
/*BANNER ===============================================*/
.landing {
  padding: 8px 0 50px;
}
.landing span {
  color: var(--white);
}
.landing h1 {
  font: 600 30px / 1.2 var(--body-font);
  color: var(--white);
  margin-bottom: 47px;
}

.team-member-info figure img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding-right: 20px;
}
.team-member-info h2,
.team-member-info h3 {
  font: 500 28px / 1 var(--body-font);
  color: var(--white);
  background-color: transparent;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 35px auto 0 auto;
  max-width: 1100px;
  padding: 0;
}
.team-member-info h3 {
  font: 600 40px / 1.1 var(--body-font);
  max-width: 1200px;
  margin: 25px auto 0 auto;
}
/* .team-member-info h2::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 37px;
    background: linear-gradient(0deg, rgb(35 202 250 / 70%), transparent);
} */
.team-member-info figure {
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 60px;
}
.team-member-info {
  /* margin-bottom: 40px; */
}
.events-listing {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  align-items: stretch;
  margin-top: 40px;
}
.events-listing .listing-wrap:nth-child(1) {
  align-items: flex-start;
}
.events-listing > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
}
/* .events-listing>div:nth-child(2) {
    max-width: 500px;
} */
.events-listing > div:nth-child(3) {
  max-width: max-content;
}
.listing-wrap h3 {
  font: 800 30px / 1 var(--body-font);
  color: var(--white);
  width: 100%;
  margin-bottom: 38px;
}
.listing-wrap h3 span {
  display: block;
}
.listing-wrap p {
  font: 800 26px / 1 var(--body-font);
  color: var(--white);
  margin-bottom: 20px;
  width: 100%;
}
.listing-wrap > p:last-of-type {
  flex-grow: 1;
}
/*===================================================*/
/*LOGIN=============================================*/
.inner-sec.login-form {
  padding: 70px 0;
  min-height: 100vh;
}
.cs-forms :is(.modal-dialog, .form-wrap) {
  max-width: 816px;
  margin-inline: auto;
}
.cs-forms :is(.modal-content, .form-content) {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 105px;
}
.cs-forms :is(.modal-content, .form-content) h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 29px;
  color: #000;
}
.modal-body {
  padding: 0;
}
.cs-forms :is(.modal-content, .form-content) p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
  margin: 0;
}
.cs-forms :is(.modal-content, .form-content) p.clp-error {
  color: red;
}
.cs-forms .custom-login-pro-ajax-container {
  max-width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
}
.cs-forms form {
  margin-top: 30px;
}
.cs-forms form p label {
  width: 100%;
  font: 500 20px/1 var(--body-font);
  letter-spacing: 0;
  color: #111111;
  margin-bottom: 14px;
  text-align: left;
}
.cs-forms form input {
  border: 1px solid #bdbdbd;
  border-radius: 40px;
  padding: 18px 30px 22px 30px;
  width: 100%;
}
.cs-forms form > p {
  margin-bottom: 24px !important;
}
.cs-forms form input[type="submit"],
.cs-forms .request-login .border-btn {
  margin-top: 30px;
  font: 600 24px / 1.1 var(--body-font);
  color: var(--white) !important;
  text-transform: uppercase;
  border: 5px solid #07cdf1;
  display: inline-block;
  padding: 17px 32px;
  border-radius: 50px;
  background: linear-gradient(2deg, #08e3f4, #0054e3);
  box-shadow: inset 10px 10px 14px #0054e3;
  text-decoration: none;
}
.cs-forms .request-login .border-btn {
  background: transparent;
  box-shadow: unset;
  color: #3b6cd7 !important;
  text-align: center;
  width: 100%;
}
.cs-forms .modal-content button.btn-close {
  position: absolute;
  top: -30px;
  right: -70px;
}
.cs-forms .or-text {
  margin: 11px 0;
  text-align: center;
  position: relative;
}
.cs-forms .or-text span {
  font: 400 18px/32px var(--body-font);
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
  color: #666666;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  padding: 0 14px;
}
.cs-forms .or-text::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(45deg, transparent, #5892ff, transparent);
  right: 0;
  height: 2px;
}

/*=======================================================*/
/*Inner sec=============================================*/
.inner-sec {
  padding: 68px 0 0;
}
.inner-sec h1 {
  font: 700 80px/1.5 Poppins;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
}
.inner-sec h1 strong {
  font-weight: 700;
  background: linear-gradient(
    90deg,
    rgba(31, 96, 237, 0.92) 0%,
    #5a8eff 58%,
    #24e3fd 98.5%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.inner-sec h1 span {
  display: block;
  font-size: 100px;
}
.inner-content {
  gap: 24px;
  margin-bottom: 120px;
}
.inner-content .left-block {
  width: 306px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inner-content .right-block {
  width: calc(100% - 330px);
}
.inner-content .right-block > h2 {
  color: #fff;
  font: 700 20px/1 Poppins;
}
.inner-content .right-block iframe {
  width: 100%;
}
@media (min-width: 1200px) {
  .inner-content .right-block iframe {
    width: 100%;
    aspect-ratio: var(--aRatio) / 1;
    height: auto;
  }
}
.inner-content .left-block .left-links {
  padding: 17px 20px 24px;
  border-radius: 20px;
  background-color: #fff;
}
.inner-content .left-block .left-links h3 {
  font: 700 20px/1 Poppins;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
}
.inner-content .left-block .left-links ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
}
.inner-content .left-block .left-links ul a {
  padding: 17px;
  border: 1px solid #bdbdbd;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  font: 700 16px/1 Poppins;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #c9c9c9;
  background-color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}
.inner-content .left-block .left-links ul a.active:not(.disabled) {
  color: #000;
}
.inner-content .left-block .left-links ul a.disabled {
  cursor: not-allowed;
}
/*=======================================================*/
/*Event Info============================================*/
.event-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.event-info .info-wrap {
  padding: 55px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.event-info .info-wrap h2 a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
.event-info .info-wrap h2 {
  font: 700 42px/53px Poppins;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #111;
}
.event-info .info-wrap h2 span {
  color: #3b6cd7;
}
.event-info .info-wrap p {
  font: 700 20px/1 Poppins;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 0;
}
/*=======================================================*/
/*Sponsors==============================================*/
.sponsors {
  padding: 120px 0 140px;
}
.sponsors .heading h2 {
  font: 700 42px/1 Poppins;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 55px;
}
.sponsors-images .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.sponsors-images {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
}
.sponsors-images .swiper-container {
  width: 100%;
}
.sponsors-images .swiper-slide {
  border: 1px solid var(--white);
  width: 381px !important;
  height: 184px;
  padding: 20px;
  border-radius: 20px;
}
.sponsors-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: scale-down;
}
.swiper-container {
  overflow: hidden;
}
/*=======================================================*/
/*schedule-date ===============================================*/

.schedule-date {
  position: relative;
  margin-top: 30px;
}

.schedule-date img {
  max-width: 1000px;
  margin: auto;
  display: block;
  width: 100%;
}

.schedule-date h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  color: rgb(59 248 251);
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow:
    0 0 3px rgba(102, 247, 252, 0.9),
    0 0 6px rgba(102, 247, 252, 0.7),
    0 0 12px rgba(102, 247, 252, 0.45);
  max-width: 950px;
}

/*=======================================================*/
/*footer ===============================================*/
body.home footer {
  display: none;
}
footer {
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    #111111 0%,
    rgba(31, 96, 237, 0.7) 31.5%,
    rgba(90, 142, 255, 0.7) 58.5%,
    #111111 100%
  );
}
footer p {
  font: 500 16px/1 Poppins;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 0;
  margin: 0;
}
.cs-max-w {
  max-width: 1800px;
}
header .logout-btn .user-name {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00d0cc;
    border-radius: 50%;
    padding: 5px;
    margin: 6px;
    background: #2ad1ce;
}
/*=======================================================*/
/*END===================================================*/
/*=====================================================*/
