/*===============
IMPORT GLOBAL CSS
================*/
@import url(global.css);

/* ================
Hero Section Start
===================*/
.hero-section {
  width: 100%;
  height: 80dvh;
}
.hero-bg {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-bg::after {
  position: absolute;
  content: "";
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  transition: opacity 0.8s ease-in-out;
}
.hero-section-carousel {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 3 !important;
}
.hero-section-carousel .swiper-slide {
  height: 100% !important;
  display: flex;
  align-items: center;
}
@media (min-width:1200px){
   .swiper-pagination {
    position:absolute !important;
    top: 60% !important;
    transform: translateY(-50%) !important;
    left: 95% !important;
   }
   .swiper-pagination span{
       margin:10px !important;
   }
}

/* ------ Hero Left Start ------ */
.hero-left h1 {
  color: #fff;
  font-size: clamp(1.7rem, 2vw + 1rem, 3rem) !important;
  -webkit-text-stroke: 2px #fff;
  letter-spacing: 3px;
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-left ul li:nth-child(1),
.hero-left ul li:nth-child(3) {
  background: #fff;
  border-radius: 5px;
  padding: 0.3rem 1rem;
  color: var(--custom-blue);
  font-weight: 900;
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-left ul li:nth-child(2) {
  font-weight: 900;
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-left h4,
.hero-left p {
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-left p {
  font-weight: 900;
  font-size: clamp(0.8rem, 1vw + 0.4rem, 1.5rem);
}
/* ------ Hero Left End ------ */
.grid-group div p,
.grid-group div span {
  color: #fff;
}
.grid-group div p {
  font-weight: 900;
  margin-bottom: 0px;
}
.grid-group div span {
  font-weight: 900;
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
}
.grid-group div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.grid-group div:nth-child(2) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.grid-group div:nth-child(3) {
  border-bottom: 1px solid #fff;
}
.grid-group div:nth-child(6) {
  border-right: 1px solid #fff;
}

/* ------ Hero Right Start ------ */

/* ------ Hero Right End ------ */

@media (min-width: 990px) {
  .hero-section {
    width: 100%;
    height: 100dvh;
  }
  .hero-section-carousel {
    max-width: 60%;
  }
}

/* ================
Hero Section End
===================*/

/* ================
About Section Start
===================*/
.about-section {
  position: relative;
  z-index: 1;
  /*padding-bottom: 100px;*/
}
.about-section .container {
  position: relative;
  z-index: 3;
  
}
.bg-top-left {
  z-index: 1;
  position: absolute;
  opacity: 0.5;
  top: 10px;
  left: 10px;
  animation: scale 3s linear infinite alternate-reverse;
}
@keyframes scale {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.5);
  }
}
.bg-bottom {
  width: 100%;
  height: 300px;
  z-index: 1;
  position: absolute;
  opacity: 0.2;
  bottom: 0;
  left: 0;
}
/*.about-section h2 {*/
/*    background: var(--custom-blue);*/
/*    padding: 0.2rem 3rem;*/
/*    display: inline-block;*/
/*    color: #fff;*/
/*    border-bottom-left-radius: 150px;*/
/*    border-bottom-right-radius: 150px;*/
/*    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
/*    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
/*}*/

.about-left-first-wrapper .about-img-item img,
.about-left-second-wrapper .about-img-item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-left-first-wrapper .about-img-item:nth-child(1),
.about-left-first-wrapper .about-img-item:nth-child(3) {
  border-radius: 12px;
  max-width: 250px;
  max-height: 170px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.about-left-first-wrapper .about-img-item:nth-child(2) {
  width: 100%;
  height: 100%;
  max-height: 170px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.about-left-second-wrapper .about-img-item:nth-child(1) {
  border-radius: 12px;
  max-width: 250px;
  max-height: 170px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.about-left-second-wrapper .about-img-item:nth-child(2) {
  width: 100%;
  height: 100%;
  max-height: 200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.about-right a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: var(--custom-blue);
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  cursor: pointer;
}

/* overlay */
.about-right a::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 0;
  border: none;
  z-index: -1;
  border-radius: 12px;
  background-image: linear-gradient(315deg, #1f54b4 0%, #118dbc 74%);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.5),
    7px 7px 20px rgba(0, 0, 0, 0.1), 4px 4px 5px rgba(0, 0, 0, 0.1);
  transition: height 0.35s ease;
}

/* hover */
.about-right a:hover {
  color: #000;
}

.about-right a:hover::after {
  height: 100%;
}

/* active press effect */
.about-right a:active {
  transform: translateY(2px);
}

@media (min-width: 990px) {
  .about-right p {
    text-align: justify;
  }
}


/* ================
About Section End
===================*/

/* =====================
Experience Section Start
========================*/
.experience-card-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  grid-auto-rows: auto;
}
.py-70 {
  padding: 70px 0px;
}

.experience-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  padding: 1rem;
}

.experience-card p {
  text-align: center;
  margin: 0px;
}
.experience-card img {
  width: 100px;
  height: 100px;
}
.experience-card:nth-child(1) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.experience-card:nth-child(3) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 990px) {
  .experience-card-group {
    gap: 1.5rem;
    justify-content: center;
  }
  .experience-card {
    border-radius: 12px;
    border-bottom: 4px solid var(--custom-blue);
  }
}

@media (min-width: 990px) {
  .experience-card:nth-child(1),
  .experience-card:nth-child(2) {
    border-right: 2px solid var(--custom-blue);
  }
  .experience-card:nth-child(1) img {
    width: 70px;
    height: 70px;
    margin: 1rem;
  }
}
/* ===================
Experience Section End
======================*/


/* ==================================
International Speakers Section Start
=====================================*/
.international-speakers{
    position: relative;
}

.international-speakers .tables-left-dec img {
    width: 294px;
    height: 812px;
    right: 0px;
    bottom: 0px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 1;
}

.international-speakers .tables-right-dec img {
  width: 250px;
  height: auto;
  left: 0px;
  top: 45px;
  position: absolute;
  transform: rotate(180deg);
  z-index: 1
}
.international-speakers h2 {
  background: var(--custom-blue);
  padding: 0.2rem 3rem;
  display: inline-block;
  color: #fff;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
/*.international-speakers .important-member-container {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(300px, 400px));*/
/*  justify-content: center;*/
/*  gap: 2rem;*/
/*  padding-bottom: 0px;*/
/*}*/
/*.international-speakers .important-member-container .member-group {*/
/*    background-color: #f5f7f940;*/
/*    border: 1px solid #c6c7c8;*/
/*    border-radius: 12px;*/
/*    display: grid;*/
/*    gap: 0px;*/
/*    grid-template-rows: subgrid;*/
/*    grid-row: span 4;*/
/*    justify-items: center;*/
/*    box-shadow: 2px 2px 8px rgb(0 0 0 / 36%);*/
/*    padding: 2rem;*/
/*    text-align: center;*/
/*    transition: all 1s ease-in-out;*/
/*}*/
.international-speakers .normal-member-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 32px 0px 0px 0px;
}
.international-speakers .normal-member-container .member-group {
  background-color: #e8e9eb40;
    border: 1px solid #c6c7c8;
    border-radius: 12px;
    display: grid;
    gap: 0px;
    grid-template-rows: subgrid;
    grid-row: span 4;
    justify-items: center;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 44%);
    padding: 15px;
    text-align: center;
    transition: all 1s ease-in-out;
}
.open-model-link {
  font-size: 14px;
  cursor: pointer !important;
}
.international-speakers .member-card {
  width: 150px;
  height: 150px;
  background: rgb(248, 249, 250);
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* border: 5px solid forestgreen; */
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.international-speakers .member-card img {
  width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    object-position: top;
    transition: all 1s ease-in-out;
    border: 5px solid #a3b1ee;
}
.international-speakers .member-card img:hover {
  transform: scale(1.1);
}
.international-speakers .member-group h5 {
  color: var(--custom-blue);
  margin: 1rem 0px 0.5rem 0px;
  font-size: 20px;
  line-height: 35px;
}
.international-speakers .member-group .affilation {
  /*position: relative;*/
  /*top: -22px;*/
  font-size: 15px;
}

.member-group p {
  margin: 0px;
  color: #383838;
}

@media (max-width: 1200px) {
.international-speakers .normal-member-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* ===============================
International Speakers Section End
==================================*/

/* ====================
Committee Section Start
=======================*/
.commmitte-section{
    position: relative;
}

.commmitte-section .tables-left-dec img {
    width: 294px;
    height: 812px;
    left: 0;
    top: 231px;
    position: absolute;
    z-index: 1;
}

.commmitte-section .tables-right-dec img {
  width: 250px;
  height: auto;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}
.commmitte-section h2 {
  background: var(--custom-blue);
  padding: 0.2rem 3rem;
  display: inline-block;
  color: #fff;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.commmitte-section .important-member-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
  justify-content: center;
  gap: 2rem;
  padding-bottom: 0px;
}
.commmitte-section .important-member-container .member-group {
    background-color: #f5f7f940;
    border: 1px solid #c6c7c8;
    border-radius: 12px;
    display: grid;
    gap: 0px;
    grid-template-rows: subgrid;
    grid-row: span 4;
    justify-items: center;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 36%);
    padding: 2rem;
    text-align: center;
    transition: all 1s ease-in-out;
}
.commmitte-section .normal-member-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 32px 0px 0px 0px;
}
.commmitte-section .normal-member-container .member-group {
  background-color: #e8e9eb40;
    border: 1px solid #c6c7c8;
    border-radius: 12px;
    display: grid;
    gap: 0px;
    grid-template-rows: subgrid;
    grid-row: span 3;
    justify-items: center;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 44%);
    padding: 15px;
    text-align: center;
    transition: all 1s ease-in-out;
}
.open-model-link {
  font-size: 14px;
  cursor: pointer !important;
}
.commmitte-section .member-card {
  width: 150px;
  height: 150px;
  background: rgb(248, 249, 250);
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* border: 5px solid forestgreen; */
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.commmitte-section .member-card img {
  width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    object-position: top;
    transition: all 1s ease-in-out;
    border: 5px solid #a3b1ee;
}
.commmitte-section .member-card img:hover {
  transform: scale(1.1);
}
.commmitte-section .member-group h5 {
  color: var(--custom-blue);
  margin: 1rem 0px 0.5rem 0px;
  font-size: 22px;
  line-height: 47px;
}
.commmitte-section .member-group .affilation {
    position: relative;
    font-size: 15px;
    bottom: 20px;
}

.member-group p {
  margin: 0px;
  color: #383838;
}

@media (max-width: 1200px) {
  .commmitte-section .important-member-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* ===================
Committee Section End
======================*/

/* =======================
Registration Section Start
==========================*/
.registration-section h2 {
  background: var(--custom-blue);
  padding: 0.2rem 3rem;
  display: inline-block;
  color: #fff;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.registration-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding-top: 70px;
  overflow: auto;
}
.registration-details div {
  padding: 0.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  align-items: center;
  background-color: #bdd7fa;
}
.registration-details div span {
  font-weight: 900;
  font-size: clamp(1rem, 0.8vw + 0.4rem, 1.25rem);
  color: #000;
}
.text-custom {
  background-color: var(--custom-blue) !important;
}
.text-custom span {
  color: #fff !important;
}
.registration-details div:nth-child(5) span:nth-child(1) {
  color: #ffc107 !important;
}
.registration-details div:nth-child(9) span:nth-child(1) {
  color: #ffc107 !important;
}
.register-btn {
  padding: 0.5rem 3rem;
  background: var(--custom-blue);
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  transform: translateY(0px);
  transition: all 300ms ease-in-out;
}

.register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.pb-70 {
  padding-bottom: 70px;
}
.registration-section .ps-100{
    padding-left:100px;
}
    .pricing-wrapper {
    background: #001fb8;
    padding: 30px;
    border-radius: 20px;
    max-width: 1100px;
    margin: auto;
    margin-top: 100px;
    
}

.pricing-table {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}

/* Headers */
.header {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.header.category {
    text-align: left;
}

/* Category box */
.category-box {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
}

.category-box .red {
    display: block;
    color: #e60000;
    font-weight: 700;
    font-size: 18px;
}

.category-box .blue {
    display: block;
    color: #001fb8;
    font-weight: 600;
    margin-top: 5px;
}

/* Price boxes */
.price-box {
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-table {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    /*.header {*/
    /*    display: none;*/
    /*}*/
    .navbar-nav{
        align-items:start;
    }
}
@media (max-width:990px){
    .registration-section .ps-100{
    padding-left:0px;
}
}
/* =======================
Registration Section End
==========================*/

    .about_section {
    width: 100%;
    padding: 90px 0px;
    position: relative;
    }
    
    .about_box {
        width: 100%;
        background-color: #ffffff;
        padding: 0px 20px 30px 20px;
        box-shadow: 0px 0px 50px 0px #ebebeb;
        position: relative;
    }
    
    /* Bottom line */
    .about_box::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 4px;
        background-color: #052da6; /* change color if needed */
        transition: width 0.4s ease;
    }
    
    /* Hover effect */
    .about_box:hover::after {
        width: 100%;
    }
    .icon_1 {
        width: 100%;
        text-align: center;
        top: -40px;
        position: relative;
    }
    
    .faster_text{
        width: 100%;
        font-size: 20px;
        color: #3f3f41;
        text-align: center;
        font-weight: bold;
    }
    
    .lorem_text {
        width: 80%;
        font-size: 16px;
        color: #3f3f41;
        margin: 0 auto;
        text-align: center;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .about_box {
            padding: 0px 10px 30px 10px;
        }
    
        .faster_text {
            font-size: 16px;
        }
    
        .lorem_text {
            width: 100%;
            font-size: 14px;
        }
    }
    
    @media (min-width: 576px) and (max-width: 767px) {
        .about_box {
            box-shadow: 0px 0px 50px 0px #dddddd;
            margin-top: 60px;
        }
    }

.section-title-home {
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px 0;
}

.section-title-home .small-title {
  font-size: 18px;
  font-weight: 600;
  color: #0033cc;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title-home h2 {
  margin: 5px 0 10px;
  font-size: 38px;
  font-weight: 800;
  color: #0033cc;
  text-transform: uppercase;
}

.section-title-home .title-line {
  width: 280px;
  height: 3px;
  background-color: #0033cc;
}
@media (max-width: 768px) {
  .section-title-home h2 {
    font-size: 26px;
  }

  .section-title .title-line {
    width: 180px;
  }
}