.heroSection {
  /* width: 100%; */
  /* height: auto; */
  /* position: relative; */
  margin-top: 100px;
}
.webBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
  object-position: left;
}
.mobBg {
  display: none;
}
.formSection {
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 250px;
  right: 5%;
  z-index: 100;
  scroll-margin-top: 130px;
  border: 1px solid #0000003a;
  box-shadow: 0px 75.26px 60.21px 0px #00000012;
}
.formSection h5{
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  text-align: center;
  padding: 10px 0 0 0;
}
.formSection iframe{
  height: 410px;
  width: 100%;
  border: none;
}
/* ===========Participating============= */
.participatingSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participatingContainer {
  width: 90%;
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.participate {
  margin: 0;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.participate span {
  color: #b31822;
}
.filterBox {
  width: 400px;
  background: linear-gradient(
    270deg,
    rgba(238, 32, 45, 0) 0%,
    #ee202d 51.09%,
    rgba(238, 32, 45, 0) 102.18%
  );
  margin: 20px auto;
  height: 2px;
}
.participateSection {
  background-color: #fff;
}
.participateContainer {
  margin: 50px 0;
}
.sliderContainer {
  margin-top: 40px;
}
.participateContainer2 {
  margin-top: 50px;
}
.noteText{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  text-align: right;
  margin: 10px 10px 0 0;
}
/* ======== Past EXPO ========== */
.pastexpoSec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.pastexpoContainer {
  width: 90%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoBox {
  width: 100%;
  height: auto;
  background-color: #d9d9d9;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoBox .video {
  width: 100%;
  max-height: 700px;
  min-height: 400px;
  border-radius: 20px;
  object-fit: cover;
}
.videoBox .playIcon {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.textBox {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #95000933;
  backdrop-filter: blur(40px);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* ===== Seminars Section ====== */
.seminarSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.seminarContainer {
  position: relative;
  margin: 70px 0 100px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seminarTitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 50px;
}
.seminar-slider .item {
  transition: transform 0.3s;
}
.seminar-slider {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.seminar-slider .item img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.innerItem {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.seminar-slider .owl-item.center .item img {
  width: 99% !important;
  height: 370px !important;
}
.seminarsTextItem {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 200px;
  font-weight: 500;
  background: linear-gradient(
    180deg,
    #ee202e1a 56.43%,
    rgba(238, 32, 45, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: -20px;
  line-height: 150%;
}
.seminarScheduleContainer .seminarsTextItem {
  top: 40px;
}
.custom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -120px;
  z-index: 100;
  gap: 20px;
}
.custom-nav button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  text-decoration: none;
}
.custom-nav button i {
  font-size: 24px;
  margin: 0;
}
/* ================== */
.benifitsSection {
  background-image: url("../images/textBG.webp");
  background-position: calc();
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px 40px 0 0;
  position: relative;
  margin-top: -140px;
}
.benifitsContainer {
  margin: 180px 0 40px 0;
  width: 90%;
}
.headerBox h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #000000;
}
.headerBox h2 span {
  color: #b31822;
}
.headerBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expo-owl-box {
  display: none !important;
}
.expoItems {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.expoItem {
  width: 17%;
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.expoItem.active {
  width: 45%;
}
.expoItemTitle {
  margin: 0;
  bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 20px;
  position: absolute;
  border-radius: 20px;
  background: #ffffff26;
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: none;
}
.expoItem.active .expoItemTitle {
  display: block;
}
.expoItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expoItem:hover {
  width: 45%;
}
/* ===Attending the EXPO==== */
.opportunitySection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/opportunity.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opportunityContainer {
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.opportunity-content {
  margin: 80px 0 0 0;
  width: 60%;
  height: 80%;
}
.opportunity-content h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 50px;
}
.opportunity-content p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 150%;
  background: #00000026;
  padding: 15px;
  border-radius: 20px;
  margin: 30px 0;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.button-group .ctaBtn {
  padding: 8px 30px 8px 8px;
  font-weight: 700;
}
.ctaBtn2 {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.ctaBtn2:hover {
  background: #b31822;
  border-color: #b31822;
}
.opportunity-image {
  width: 40%;
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.opportunity-image img {
  width: 100%;
}
/* =============Boarding============= */
.boardingSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardingContainer {
  width: 90%;
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boarding-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boarding-left h2 {
  margin: 0;
  font-size: 48px;
  line-height: 140%;
  font-weight: 500;
  color: #222;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 30px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 45%;
}
.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.feature-icon img {
  width: 60px;
  height: 60px;
}
.feature-text {
  font-size: 22px;
  color: #000;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}
.feature-text strong {
  color: #ee202d;
  font-weight: 600;
}
.boarding-left .ctaBtn {
  margin-top: 30px;
}
.boarding-right {
  width: 45%;
}
.boarding-right img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
/* =======Education======== */
.educatioSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.educatioContainer {
  width: 90%;
  margin: 60px 0 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.educatioContainer h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.owl-cards{
  display: none !important;
}
.cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

    justify-content: center;

}
.card {
  width: calc(25% - 48px);
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 16px;
  min-height: 300px;
  border: 1px solid rgba(235, 235, 235, 0.541);
  background: #FFFFFF17;
  
}
.cardImg{
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.cardText{
  margin-top: 10px;
}
.cardText h6{
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cardText p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  font-family: "Poppins", sans-serif;
}
/* ======seminarScheduleContainer======= */
.seminarScheduleSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-image: url("../images/btmBG.svg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.seminarScheduleContainer {
  margin: 60px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.seminarScheduleTitle {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000000;
}
.main-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  z-index: 10;
}
.mobBtn {
  display: none;
}
.main-tab {
  width: auto;
  padding: 0 30px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #b31822;
  background: #fff;
  border-radius: 30px;
  background: white;
  color: #b31822;
  margin: 0 10px;
  cursor: pointer;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: 0.3s ease;
}
.main-tab.active {
  background: linear-gradient(180deg, #ee202d 0%, #88121a 100%);
  color: white;
}
.day-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.day-tab {
  background: white;
  border: 1px solid #c3002f;
  border-bottom: none;
  color: #c3002f;
  padding: 6px 28px;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  gap: 12px;
}
.calandericon {
  height: 40px;
}
.day-tab.active {
  background: linear-gradient(180deg, #ee202d 0%, #88121a 100%);
  color: white;
}
.tab-content {
  width: 100%;
  display: none;
}
.tab-content.active {
  display: block;
}
.day-content {
  display: none;
  border-radius: 20px 20px 20px 20px;
  padding: 30px;
  background: #ee202d0d;
  border: 1px solid #c3002f;
  z-index: 10;
}
.day-content.active {
  display: block;
}
.timeline {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 64px;
  z-index: 1;
  top: 20px;
  bottom: 20px;
  border: 0;
  border-left: 2px solid #c3002f;
  border-style: dashed;
  border-color: #b31822;
}
.timeline-item {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 50px;
}
.time-circle {
    width: 165px;
    z-index: 2;
    height: 165px;
    background: linear-gradient(180deg, #ee202d 0%, #88121a 100%);
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    flex-shrink: 0;
    box-shadow: 0 0 0 10px #ee202e60;
}
.event-info {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
}

.event-info p {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #222222;
  font-size: 24px;
  font-weight: 400;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.m-992{
  display: none !important;
}

.m-view{
    display: none !important;
}

body {
  color: white;
  font-family: "Poppins";
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.banner {
  background: url("../images/banner/banner_desk_bg.webp") no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.container {
  width: 1720px;
  margin: 0 auto;
}

.banner .container {
  padding: 103px 0 80px 0;
}

.locater {
  display: flex;
  margin-bottom: 85.5px;
}

.banner .redShadowText1 {
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 120%;
  color: #d9d9d9;

  text-shadow: 0 4px 20px #770008,
               0 8px 40px rgba(119, 0, 8, 0.6);
}

.banner .redShadowText2 {
  align-self: center;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  line-height: 120%;
  color: #d9d9d9;
    margin-left: 9px;

      text-shadow: 0 4px 20px #770008,
               0 8px 40px rgba(119, 0, 8, 0.6);
}

.bannerNumber {
  font-weight: 600;
  font-size: 128px;
  line-height: 120%;
}

.banner h1 {
  display: flex;
  gap: 20px;
}

.bannerNumber {
  font-weight: 600;
  font-size: 128px;
  line-height: 120%;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
}

.mapPointer {
  border: 2px dashed white;
  border-radius: 50%;
  padding: 10px;
  /* margin-bottom: 85.5px; */
}

.bannerCardContainer {
  gap: 20px;
}

.bannerCard {
  min-width: 267px;
  min-height: 247px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding-left: 35px;
}

.bannerCard img {
  width: 54px;
  margin-top: -27px;
}

.bannerCard .city {
  margin-top: 39px;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #fecd35;
  margin-bottom: 19px;
  padding-right: 27px;
}

.bannerCard .date{
font-weight: 600;
font-size: 28px;
line-height: 100%;
margin-bottom: 11px;
}

.bannerCard .location{
font-weight: 400;
font-size: 18px;
line-height: 150%;
}

