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

a {
  text-decoration: none;
  color: white;
}

img {
  max-width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* _________________________________ */

.swiper {
  width: 600px;
  height: 300px;
}








/* _________________________________________________________________________ */
.leaders_section {
  background-color: rgba(18, 18, 18, 1);
  padding-top: 56px;
  padding-bottom: 120px;

}

.leaders {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;

}

.leaders_header {

  display: flex;
  flex-direction: column;
  gap: 20px;

}

.leaders_header h2 {

  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 0px 30px;

}

.leaders_header p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 0px 200px;



}

/* Accordian */
.aboutus_accordian {
  background-color: rgba(18, 18, 18, 1);

}


.acc_content {
  /* padding-inline: 102px; */
  padding: 40px 0px 60px 0;


}

.accordian {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(18, 18, 18, 1);
  gap: 10px;

}



/* .acc {
    background-color: rgba(18, 18, 18, 1);
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid red;
    border-radius: 12px;
    position: relative;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-width: 2px;
    border: 2px solid;
    border-image-source: linear-gradient(259.71deg, #DB3F28 4.96%, #770F00 95.73%);
} */
.acc {
  position: relative;
  border: 5px solid transparent;
  background: transparent;
  background-clip: padding-box;
  border-radius: 10px;
  width: 100%;
  /* padding: 5rem 2rem; */
  /* margin: 5rem auto; */
  z-index: 2;
}

.acc::after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(259.71deg, #DB3F28 4.96%, #770F00 95.73%);
}


.accordian h3 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.para {
  height: 0;
  transition: 0.5s;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  /* margin-right: 24px; */
  margin-right: 40px;
}

.color {
  /* background: linear-gradient(259.71deg, #DB3F28 4.96%, #770F00 95.73%);
  border: transparent; */
}

.para>p {
  padding: 12px 24px 12px 45px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  border-radius: 12px;
  margin-bottom: 16px;
  padding-top: 0;
  margin-right: 24px;
}
/* .para>p:last-child{
  margin: 0;
} */
.para p:empty {
  padding: 0;
  margin: 0;
}
.fa-chevron-down {
  cursor: pointer;
}

.show {
  height: auto;
  border-radius: 12px;
  /* margin-top: -4px; */
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px 28px 40px;
  z-index: 3;
  position: relative;
  background: var(--Neutral-Black, #121212);
  border-radius: 8px;
  cursor: pointer;
}
.acc.color .ques {
  background: transparent;
  padding: 28px 40px 24px 40px;
}
.color .ques img {
  /* width: 15px; */
  transform: rotate(180deg);
}
.ques img {
  transform: rotate(0deg);
}

/* ________network section */
.network_section {
  background-color: rgba(18, 18, 18, 1);
}

.network {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  padding: 60px 0px;
}

.network h2 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.network_cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.network_card {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(246, 242, 238, 1);
  border-radius: 12px;
  padding: 24px;
}

.network_card span {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(18, 18, 18, 1);
}

.network_card h5 {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  color: rgba(64, 64, 64, 1);
}

.network_card_img {
  text-align: right;
}

.network_card_img img {
  width: 60px;
  height: 60px;
}

/* ________community */
.video_section {
  background-color: rgba(18, 18, 18, 1);
}

.community {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}

.community .video {
  width: 100%;
  border-radius: 12px;
  position: relative;
  height: 608px;
  overflow: hidden;
  max-width: 1200px;
}

.community .video video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video_description {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 5px;
  padding: 24px;
  background-color: rgba(246, 242, 238, 1);
  margin-top: -90px;
  z-index: 1;
  width: 80%;
  margin-right: 150px;
}

.video_description h2 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  color: rgba(18, 18, 18, 1);
  /* text-transform: capitalize; */
}

.video_description p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: rgba(64, 64, 64, 1);
  padding-right: 250px;
  margin-bottom: 0;
}

.video .play {
  position: absolute;
  top: 85%;
  right: 4%;
  cursor: pointer;
  width: 58px;
  height: 58px;
}

.video .play img {
  width: 100%;
}

/* tab */

.team-section {
  background-color: rgba(18, 18, 18, 1);
  padding-top: 120px;
}

.team {
  display: flex;
  flex-direction: column;
  gap: 78px;
}

.team h2 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

/* Tabs container */
.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid rgba(126, 126, 126, 1);
  transition: 0.3s;
  gap: 80px;
  padding-bottom: 26px;
}

.tabs span {
  padding: 0px;
}

.tabs span.active {
  color: #DE3E28;
  font-weight: 700;
}

/* Individual tab buttons */
.tab-button {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 1);
  border: none;
  margin: 0 0.25rem;
  cursor: pointer;
}

.tab-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 4px;
  background: transparent;
}

.tab-button:hover::after,
.tab-button.active::after {
  /* font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(222, 62, 40, 1); */
  background: #DE3E28;
  font-weight: 700;
  /* Highlight color for active tab */
}

/* .tab-button.active {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    transition: 0.3s;
    color: rgba(222, 62, 40, 1);
    border-bottom: 2px solid rgba(222, 62, 40, 1);
} */

.tab-content {
  width: 100%;
  animation: fadeIn 0.5s ease-in-out;
  display: none;
}

.tab-content.active {
  display: block;
}

.team-cards .row>* {
  padding-right: calc(var(--bs-gutter-x)* .521);
  padding-left: calc(var(--bs-gutter-x)* .521);
}

/* .team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
} */

.team-card {
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
}
.team-card img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
    object-fit: cover;
}
.scroll_card {
  display: inline-block;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 336px;
  background: #212121;
  margin-bottom: 58px;
  overflow: hidden;
}

.card-content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 144px;
  background: linear-gradient(0deg, #000000 -10%, rgba(119, 15, 0, 0.8) 51%, rgba(222, 62, 40, 0) 100%);
  color: white;
  text-align: center;
  flex-direction: column;
  gap: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  align-items: center;
  justify-content: end;
  padding-bottom: 15px;
  border-radius: 10px;
}
p:empty{
  display: none;
}
.overlay .name {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.overlay .age {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(194, 194, 194, 1);
}

.ourChapters {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.ourChapters h2 {
  font-family: 'Kaisei Decol';
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.cities {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 8px;
}
.city {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(18, 18, 18, 1);
  transition: 0.3s;
  /* cursor: pointer; */
  /* max-width: 260px; */
  flex: 0 0 23.5%;
}

.city img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.city h3 {
  padding-inline: 20px;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.overlay p {
  color: #c2c2c2;
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.network-cards {
  padding: 60px 0;
}

/* media Queries */
@media (max-width:576px) {
  .network-heading {
    margin-bottom: 32px;
  }

  .nt-para {
    margin-bottom: 50px;
  }

  .accordian {
    gap: 24px;
  }

  .accordian h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .para>p {
    font-size: 18px;
    line-height: 26px;
  }

  .ques {
    padding: 16px;
  }

  .para>p {
    padding: 0px 16px 16px 16px;
    margin-bottom: 0;
  }

  .show {
    height: auto;
  }

  .network h2 {
    font-family: Kaisei Decol;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
  }

  .network_card span {
    font-size: 32px;
    line-height: 40px;
  }

  .network_card h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .network_cards {
    gap: 12px;
  }

  .network_card {
    flex: 0 0 48%;
  }

  .network_card_img img {
    width: 32px;
    height: 32px;
  }

  .community .video {
    height: 191px;
  }

  .video_description {
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    padding: 16px;
    gap: 12px;
  }

  .video_description h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }

  .video_description p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0px;
  }

  .team h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .tab-button {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }
  .community {
    padding: 40px 0px 40px 0;
  }

  .network {
    padding: 30px 0px;
  }

  .team {
    gap: 40px;
  }
  .scroll_card {
   margin-bottom: 40px;
  }
  .video .play {
    top: 75%;
    right: 10px;
    width: 32px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .video .play img {
    width: 80%;
  }

  .video_description {
    margin-right: 80px;
    gap: 0px;
    padding: 5px 15px;
  }

  .video_description h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .video_description p {
    font-size: 15px;
    line-height: 26px;
  }
  .community .video {
    height: 400px;
  }
}

@media (max-width:991px) {
  .notable_speakers_heading {
    padding-top: 0px;
  }

  .tabs {
    gap: 20px;
  }

  .abt-banner-head {
    max-width: 100%;
  }

}

.abt-banner {
  position: relative;
  padding: 80px 0;
  background: url(https://wordpress-1078893-5255948.cloudwaysapps.com/wp-content/uploads/2025/02/abt-banner-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 142px;
}

.abt-banner::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 392px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 6.11%, #121212 75.57%, #121212 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abt-banner::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 292px;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0) 6.11%, #121212 55.57%, #121212 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.abt-banner-head {
  text-align: center;
  padding-bottom: 64px;
  max-width: 71%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.abt-banner-head h1 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.abt-banner-head p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  padding: 0 60px;
  margin-bottom: 0;
}

.owl-carousel.image-carousels .owl-item.active.center {
  width: 426px !important;
  height: 412px !important;
  min-width: 426px;
  max-width: 426px;
}

.owl-carousel.image-carousels .owl-item img {
  width: 100%;
  max-width: 100%;
}

.owl-carousel.image-carousels .owl-item.active.center .item img {
  height: 412px !important;
  border-radius: 12px;
}

.owl-carousel.image-carousels .owl-stage {
  display: flex;
  align-items: end;
  justify-content: center;
}

.owl-carousel.image-carousels .owl-item.active.second-active,
.owl-carousel.image-carousels .owl-item.active.fourth-active {
  width: 207px !important;
  height: 296px !important;
  min-width: 207px;
  max-width: 207px;
}

.owl-carousel.image-carousels .owl-item.active.first-active,
.owl-carousel.image-carousels .owl-item.active.fifth-active {
  width: 148px !important;
  height: 210px !important;
  min-width: 148px;
  max-width: 148px;
}

.owl-carousel.image-carousels .owl-item.active.second-active img,
.owl-carousel.image-carousels .owl-item.active.fourth-active img {
  height: 296px !important;
}

.owl-carousel.image-carousels .owl-item.active.first-active img,
.owl-carousel.image-carousels .owl-item.active.fifth-active img {
  height: 210px !important;
}


.owl-carousel.image-carousels .owl-item.active img {
  border-radius: 12px;
}

.our-partners {
  background: #121212;
  padding-top: 56px;
  padding-bottom: 120px;
}

.notable_speakers_heading {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 48px;
  margin-bottom: 0;
}

.brands_partner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
 width:100%;
}

.marquee {
  display: flex;
  gap: 65px;
  min-width: 200%;
  align-items: center;
}

.marquee img {
  max-width: 168px;
  min-width: 168px;
  height: 72px;
  display: inline-block;
  max-height: 72px;
  object-fit: cover;
}
.marquee-track:hover{
  
}
/* Left to Right Animation */

/* @keyframes marqueeLeft {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}  */
 /* @keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
} 

.marquee-left {
  animation: marqueeLeft 20s linear infinite;
white-space: nowrap;
} */



/* Right to Left Animation */
/* @keyframes marqueeRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-right {
  animation: marqueeRight 50s linear infinite;
  margin-top: 32px;
} */
 
.rit h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
 
.lower_btn {
  margin-top: 0;
}
.marquee-left1{
  margin-top: 32px;
}
/* .marquee.marquee-left{
    display: none;
} */
/* .marquee-right {
    animation: none;
    margin-top: 0;
    flex-wrap: wrap;
    gap: unset;
    min-width: unset;
} */
.brands_partner_mob {
  display: none;
}

.owl-carousel.image-carousels .owl-item img {
  object-fit: cover;
}
 
@media (max-width: 1201px) {

  .owl-carousel.image-carousels .owl-item.active.first-active,
  .owl-carousel.image-carousels .owl-item.active.fifth-active {
    width: 120px !important;
    height: 210px !important;
    min-width: 120px;
    max-width: 120px;
  }

  .owl-carousel.image-carousels .owl-item.active.second-active,
  .owl-carousel.image-carousels .owl-item.active.fourth-active {
    width: 200px !important;
    height: 296px !important;
    min-width: 200px;
    max-width: 200px;
  }

  .owl-carousel.image-carousels .owl-item.active.center {
    width: 390px !important;
    height: 412px !important;
    min-width: 390px;
    max-width: 390px;
  }
}

@media (max-width: 1024px) {
  .community .video {
    height: 500px;
  }

  .cities {
    flex-wrap: nowrap;
  }

  .scroll_card {
    margin-bottom: 24px;
  }

  .abt-banner-head {
    max-width: 100%;
  }

  .video_description p {
    padding-right: 0;
  }

  .owl-carousel.image-carousels .owl-item.active.second-active,
  .owl-carousel.image-carousels .owl-item.active.fourth-active {
    width: 170px !important;
    height: 296px !important;
    min-width: 170px;
    max-width: 170px;
  }

  .owl-carousel.image-carousels .owl-item.active.first-active,
  .owl-carousel.image-carousels .owl-item.active.fifth-active {
    width: 100px !important;
    height: 210px !important;
    min-width: 100px;
    max-width: 100px;
  }

  .owl-carousel.image-carousels .owl-item.active.center {
    width: 300px !important;
    height: 380px !important;
    min-width: 300px;
    max-width: 300px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 380px !important;
  }
  .city {
    flex: 0 0 23%;
  }
}

@media (max-width: 835px) {
  .cities {
    flex-wrap: wrap;
  }
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 240px !important;
    height: 300px !important;
    min-width: 240px;
    max-width: 240px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 200px !important;
    height: 230px !important;
    min-width: 200px;
    max-width: 200px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 300px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 230px !important;
  }
  .city{
    flex: 0 0 22%;
  }
}

@media (max-width: 767px) {
  .acc.color .ques {
    padding: 16px;
  }
  .team-cards .col-lg-3.col-md-6 {
    padding: 0 27px;
}
  .brands_partner_desk {
    display: none;
  }

  .our-partners {
    padding: 40px 0 40px 0; 
  }

  .brands_partner_mob .row {
    align-items: center;
  }

  .brands_partner_mob {
    display: block;
  }
  .para {
    margin-right: 0;
  }

  .brands_partner_mob .row .col-6 {
    text-align: center;
    margin-bottom: 40px;
  }

  .brands_partner_mob .row img {
    width: 111px;
    height: 48px;
  }

  .abt-banner {
    padding: 112px 0 40.5px 0;
    background: url(https://wordpress-1078893-5255948.cloudwaysapps.com/wp-content/uploads/2025/02/ban-mobile-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .acc_content {
    padding: 40px 0px;
  }

  .notable_speakers_heading {
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 40px;

  }

  .rit {
    padding: 24px 20px;
    gap: 16px;
  }

  .rit h2 {
    margin: 0px 0 40px 0;
  }
  .city img {
    max-height: 104px;
    object-fit: cover;
  }
  .tab-content .team-cards{
    padding: 0 12px;
  }
  .scroll_card {
    margin-bottom: 34px;
  }
  .city h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9.15px;
    padding-inline: 16px;
  }

  .abt-banner-head {
    padding-bottom: 40px;
    max-width: 100%;
  }

  .abt-banner-head h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
    padding: 0 30px;
  }

  .abt-banner-head p {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
  }

  .abt-banner::before {
    display: none;
  }

  .network-cards {
    padding: 40px 0 40px 0;
  }

  .ourChapters_section {
    padding: 40px 0;
  }

  .ourChapters {
    gap: 40px;
  }

  .ourChapters h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .cities {
    gap: 12px;
  }

  .city {
    max-width: 100%;
    flex: 0 0 48.06%;
    gap: 9.15px;
  }
  .team-section{
    padding: 40px 0 6px 0;
  }
  .tabs {
    padding-bottom: 26px;
    padding-top: 30px;
    gap: 32px;
  }
 
  .tab-button::after {
    bottom: -28px;
  }

  .overlay p {
    font-size: 16px;
  }

  .overlay .name {
    font-size: 20px;
    line-height: 32px;
  }

  .owl-carousel.image-carousels .owl-item.active.center {
    width: 170px !important;
    height: 200px !important;
    min-width: 170px;
    max-width: 170px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 150px !important;
    height: 160px !important;
    min-width: 150px;
    max-width: 150px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 200px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 160px !important;
  }

  .owl-carousel.image-carousels .owl-item.active {
    margin-right: 10px !important;
  }

  .owl-carousel.image-carousels .owl-item.active .item img {
    border-radius: 4.5px;
  }

  .owl-carousel.image-carousels .owl-stage {
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .community .video {
    height: 169.7px;
  }

  .owl-carousel.image-carousels .owl-item.active.center {
    width: 200px !important;
    height: 200px !important;
    min-width: 200px;
    max-width: 200px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 150px !important;
    height: 140px !important;
    min-width: 150px;
    max-width: 150px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 200px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 140px !important;
  }
}

@media (max-width: 430px) {
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 150px !important;
    height: 180px !important;
    min-width: 150px;
    max-width: 150px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 100px !important;
    height: 140px !important;
    min-width: 100px;
    max-width: 100px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 180px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 140px !important;
  }
}

@media (max-width: 414px) {
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 140px !important;
    height: 170px !important;
    min-width: 140px;
    max-width: 140px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 100px !important;
    height: 130px !important;
    min-width: 100px;
    max-width: 100px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 170px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 130px !important;
  }
}

@media (max-width: 391px) {
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 120px !important;
    height: 160px !important;
    min-width: 120px;
    max-width: 120px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 97px !important;
    height: 120px !important;
    min-width: 97px;
    max-width: 97px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 160px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 120px !important;
  }
}

@media (max-width: 376px) {
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 159.75px !important;
    height: 154.5px !important;
    min-width: 159.75px;
    max-width: 159.75px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 77.63px !important;
    height: 111px !important;
    min-width: 77.63px;
    max-width: 77.63px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 154.5px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 111px !important;
  }

 
}

@media (max-width: 360px) {
  .owl-carousel.image-carousels .owl-item.active.center {
    width: 110px !important;
    height: 130px !important;
    min-width: 110px;
    max-width: 110px;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active,
  .owl-carousel.image-carousels .owl-item.active.center-active2 {
    width: 90px !important;
    height: 100px !important;
    min-width: 90px;
    max-width: 90px;
  }

  .owl-carousel.image-carousels .owl-item.active.center .item img {
    height: 130px !important;
  }

  .owl-carousel.image-carousels .owl-item.active.center-active img,
  .owl-carousel.image-carousels .owl-item.active.center-active2 img {
    height: 100px !important;
  }
}




.abt-ban-body {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  z-index: 1;
  position: relative;
}

.abt-cont1,
.abt-cont5 {
  max-height: 210px;
}

.abt-cont2,
.abt-cont4 {
  max-height: 296px;
}

.abt-cont3 {
  max-height: 412px;
}

.abt-ban-body img {
  max-width: 100%;
}

@media (max-width:767px) {
  .abt-ban-body {
    justify-content: space-between;
    gap: 10px;
  }

  .abt-cont1,
  .abt-cont5 {
    display: none;
  }

  .abt-cont2,
  .abt-cont4 {
    max-height: 111px;
    max-width: 77.63px;
  }

  .abt-cont3 {
    max-height: 154.5px;
    max-width: 159.75px;
  }
}