*{
  font-family: "Manrope", sans-serif !important;
}
body {
  margin: 0;
  background: #121212;
}

body.overlay-active {
  position: relative;
  overflow: hidden;
}
body.overflow{
  overflow: hidden;
}
body.active::before{
  content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    pointer-events: auto;
}
body.active {
  overflow: hidden;
  height: 100vh;
}
body.search-overlay-active{
  overflow: hidden;
  height: 100vh;
}
body.search-overlay-active::after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  pointer-events: auto;
}

/* new css */
body.page-id-8 .lower-section,body.page-id-8 .events, body.page-id-8 .testimonial{
	display: block;
}
body.page-id-8 .offering{
	padding-top: 120px;
}
body.page-id-8 .our-vision {
	padding-top: 0px;
    margin-top: -1px;
}
body.page-id-8 .speaker-carousel{
	padding-top: 80px;
}
body.page-id-8 .our-impact{
	margin-top: 96px;
}
body.page-id-8 .dtd{
	    padding-top: 50px;
}

@media(max-width: 991px){
	body.page-id-8 .offering {
    padding-top: 64px;
}
	body.page-id-8 .speaker-carousel {
    padding-top: 50px;
}
}
@media(max-width: 767px){
    .our-section-mb {
        margin-bottom: -6px;
    }
	    }
/*  */

.search-field::-webkit-search-cancel-button, .search-input input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.dropdown-menu{
  z-index: 1;
}
.redefining-banner-section.overflow {
  /* overflow: visible; */
  min-height: 658px;
}

.img-banner2.overflow {
  overflow: hidden;
}

img {
  max-width: 100%;
}

body.overlay-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.img-cross-icon{
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px #00000054;
}
.container-banner-outer.active{
  overflow: hidden;
}
@media (min-width:1680px) {
  .marquee {
    width: 120% !important;
  }

  .marquee-inner img {
    width: 14vw !important;

  }
}

p:empty {
  display: none;
}

@media(min-width:1201px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }

  .our-vision .container {
    max-width: 1217px;
  }
}
.banner2-img.right-side-scroll.active{
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 100%;
  clip-path: unset;
  transition: width .5s;
  z-index: 1;
  height: 600px;
  transform: translateX(-50%);
}

.chairman {
  font-family: 'Kaisei Decol';
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #121212;
  margin-bottom: 0;
}

.vision_card1 {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  gap: 24px;
}

.vision-content-1 {
  border-radius: 12px;
  padding: 40px 40px 40px 24px;
  /* flex: 0 0 57.3%; */
  flex: 0 0 698px;
  box-shadow: 0px 4px 40px 20px #441E1914;
  background: var(--Background-Yellow, #F6F2EE);
  /* min-height: 515px;
  max-height: 515px; */
}

.chairman-txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
  margin-bottom: 32px;
}

.chairman-txt p:nth-child(3) {
  margin-bottom: 0;
}

.vision_img-1 {
  width: 100%;
}

.vision_img-1 img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}

.content1 {
  display: flex;
  gap: 16px;
}

.vision-btn {
  margin-top: 40px;
}

.chairman-txt .name-chairman {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.32px;
  color: #121212;
  margin-top: 24px;
}

.chairman-txt .chairman-company {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #606060;
  margin-bottom: 0;
}

/* new css 12 feb start*/
.menu-for-desktop .current-menu-item a {
  color: #DE3E28;
}

.lower_test_div .content svg {
  margin-bottom: -43px;
}

.vision_img img {
  border-radius: 6.67px 0 0 6.67px;
}

.owl-carousel-home.owl-carousel.owl-theme.owl-loaded.owl-drag,
.our-impact-mobile {
  display: none;
}

.offering-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
  display: none;
}

.menu-for-mobile,
.mobile-marquee {
  display: none;
}

.swipe-container-you,
.swipe-container-leadership {
  overflow: hidden;
  height: max-content;
  padding-bottom: 22px;
}

/* .swipe-container-you{
	width: 100%;
} */
.close-btn {
  display: flex;
  gap: 12px;
}

.video-cross-icon {
  cursor: pointer;
  display: none;
}

.video-mask {
  clip-path: polygon(37% 0%, 100% 0%, 63% 100%, 0% 100%);
  width: 600px;
  height: 600px;
}

.video-mask.video-overlay {
  width: 100%;
  height: 600px;
  clip-path: unset;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  transition: width 0.5s !important;
}

.redefining-banner-section .container {
  position: relative;
}

.both-banner-photos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-cross-icon svg {
  border: 1px solid #fff;
  border-radius: 50%;
}

.video-cross-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0px 4px 10px 0px #00000054;
  border-radius: 50%;
}

/* ===============n Header css start ================= */
.header {
  background-color: #000;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
/* .header.scrolled{
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999 !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translatey(-20px);
}

100% {
    opacity: 1;
    transform: translatey(0);
}
} */
.menu-for-mobile {
  display: none;
}

.banner2-img {
  transform: translateX(20px);
  clip-path: polygon(34% 0%, 100% 0%, 70% 100%, 0% 100%);
  max-width: 412px;
  width: 412px;
  height: 412px;
  object-fit: cover;
}

.banner1-img.left-side-scroll {
  transform: translateX(434px) scale(0.65);
}

.banner2-img.right-side-scroll {
  transform: translateX(-460px) scale(1);
  clip-path: polygon(34% 0%, 100% 0%, 64% 100%, 0% 100%);
  max-width: 600px;
  width: 600px;
  height: 600px;
}

.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu ul li {
  padding-bottom: 10px;
}

.mobile-menu .menu-menu-1-container {
  padding-left: 30px;
}

.mobile-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}

.mb-menu-links {
  position: fixed;
  background: #121212;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 72px;
  text-align: left;
  transition: .5s;
  z-index: 9999;
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-direction: column;
  border-top: 1px solid #c2c2c2;
  overflow: auto;
}
body.header-overflow{
  overflow: hidden;
}
.toggle-menu button {
  background: transparent;
  box-shadow: none;
  border: none;
}

#toggleremove {
  z-index: 1;
  /* position: absolute; */
  display: none;
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 30px;
  color: #fff;
  right: 34px;
  top: 30px;
}
.cross-img.active{
  display: none !important;
}
/* new css 12 feb end */
.vision-content-dsk {
  display: flex;
  align-items: center;
}

/* Show Search Box */

.search-overlay.active {
  top: 96px;
}
/* .search-overlay.active.scrolled {
  top: 284px;
} */
.header {
  padding: 24px 0;
  background: #121212;
}

.redefining-banner-section {
  background-image: url('../images/banner-img.webp');
  background-size: 100% 100%;
  /* background: #121212; */
  margin-top: -1px;
  overflow: hidden;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 96px;
}

.menu-for-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* h */
.menu-for-desktop ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 32px;
}

.menu-for-desktop ul li {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.menu-two a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: .105px;
  text-transform: capitalize;
}

.menu-for-desktop ul li:nth-child(1) a {
  letter-spacing: .105px;
}

.menu-for-desktop ul li:nth-child(2) a {
  letter-spacing: .0457px;
}

.menu-for-desktop ul li:nth-child(3) a {
  letter-spacing: .133px;
}

.menu-for-desktop ul li:nth-child(4) a {
  letter-spacing: .086px;
}

.menu-for-desktop ul li:nth-child(5) a {
  letter-spacing: .0644px;
}
.become-member-div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.search-div {
  background: #606060;
  border-radius: 70px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-overlay {
  background: #F6F2EE;
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 99;
}

/* Search Box */
.search-box {
  max-width: 996px;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 82px;
}


/* Header */
.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.closes {
  display: flex;
  justify-content: end;
}

.close-btn {
  cursor: pointer;

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;

}

/* Input Field */
.search-input {
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-right: 100px;
  justify-content: space-between;
}
.search-input label{
  width: 100%;
}
.search-input input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  padding: 8px;
  width: 100%;
}

.search-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #D85C3A;
}

.search-header h2 {
  font-family: 'Kaisei Decol';
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
}

.become-member-div a {
  color: #fff;
  background: #DE3E28;
  padding: 12px 28px;
  border-radius: 33px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: .0395px;
  text-transform: capitalize;
}

.become-member-div a:hover {
  background: #770F00;
}

.menu-logo-desktop {
  display: flex;
  gap: 57.8px;
  align-items: center;
}

.next-arrow:hover {
  cursor: pointer;
  /* opacity: 0.5; */
}

.next-arrow-1 {
  width: 58px;
  height: 58px;
}

.next-arrow-1:hover {
  /* opacity: 0.5; */
  cursor: pointer;
}

.side-arrow {
  position: relative;
  right: -95%;
  top: -20px;
}
.side-arrow.active{
  display: none;
}
.side-arrow:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* bannner- section */
.banner-heading {
  font-family: 'Kaisei Decol';
  font-size: 84px;
  font-weight: 700;
  line-height: 94px;
  letter-spacing: -0.03em;
  text-align: left;
}

.banner-para {
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin-bottom: 36px;
}

.redefining-banner-container {
  color: #fff;
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  /*   overflow: hidden; */
}

.swipe-container-you,
.swipe-container-leadership {
  display: flex;
  position: absolute;
  top: 180px;

}

.vision_img img {
  max-width: 100%;
}

.img-banner1 {
  margin-right: -110px;
}

 
.banner1-img,
.banner2-img {
  transition: transform 0.5s ease;
}
/* 
.swipe-text {
  opacity: 0;
  transform: translateX(-100%);
  animation: swipe-in-out 6s infinite;
  font-family: 'Kaisei Decol';
  font-size: 112px;
  font-weight: 700;
  line-height: 112px;
  letter-spacing: -0.03em;
  text-align: left;
}

swipe-container-you .swipe-text {
  animation-delay: 0s;
}


.swipe-container-leadership .swipe-text {
  animation-delay: 3s;
}
.swipe-container-you .swipe-text {
  animation: swipe-in-out-leadership 6s infinite;
}
@keyframes swipe-in-out-leadership {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  75% {
    transform: translateX(0%);
    opacity: 1;
  }

  88% {
    transform: translateX(0%);
    opacity: 1;
  }
 
}


@keyframes swipe-in-out {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  80% {
    transform: translateX(0%);
    opacity: 1;
  }

  90% {
    transform: translateX(0%);
    opacity: 1;
  }
}  */


 
.swipe-text {
  opacity: 0;
  transform: translateX(-100%);
  animation: swipe-in-out 6s infinite;
  font-family: 'Kaisei Decol';
  font-size: 112px;
  font-weight: 700;
  line-height: 112px;
  letter-spacing: -0.03em;
  text-align: left;
  white-space: nowrap;
}

 .swipe-container-leadership .swipe-text {
  animation-name: swipe-in-out-you;
  animation-delay: 3s;
}

.swipe-container-you .swipe-text {
  animation-name: swipe-in-out-leadership;
  animation-delay: 0s;
}

 /* Keyframes for "you"  */
@keyframes swipe-in-out-you {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }
  40% {
    transform: translateX(-120%);
    opacity: 0;
  }
  65% {
    transform: translateX(0%);
    opacity: 1;
  }
  85% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
}

@keyframes swipe-in-out-leadership {
  0% {
    transform: translateX(40%);
    opacity: 0;
  }
  40% {
    transform: translateX(-40%);
    opacity: 0;
  }
  65% {
    transform: translateX(0%);
    opacity: 1;
  }
  85% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-40%);
    opacity: 0;
  }
}  

.explore-btn {
  background: #DE3E28;
  padding: 12px 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 32px;
  transition: 0.3s;
  min-width: 192px;
  display: inline-block;
  text-align: center;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.explore-btn:hover {
  background-color: #770F00;
  color: #fff;
}

.both-banner-photos {
  display: flex;
  align-items: center;
  margin-right: -83px;
}

.container-banner-outer {
  display: flex;
  /*   overflow: hidden; */
}

/* card section  */
.nt-all-cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.nt-card {
  flex: 0 0 23.5%;
  background: #F6F2EE;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 8.34px;
  box-shadow: 0px 2.09px 5.23px 0px #0000000F;
  backdrop-filter: blur(39.781253814697266px);
  padding: 24px;
  color: #121212;
  position: relative;
}

.nt-card:hover {
  transition: 0.4s;
  background: #DE3E28;
  color: #F6F2EE;

}

.nt-card:hover .nt-head,
.nt-card:hover .nt-para {
  color: #F6F2EE;
}

.nt-card:hover .nt-icon {
  filter: brightness(0) invert(1);
}

.nt-head {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 0%;
  color: #121212;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

.nt-para {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #404040;
  margin-bottom: 84px;
  padding-right: 2px;
}

.nt-image {
  text-align: right;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.nt-image img {
  margin-top: 0;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}

.network-cards {
  padding: 96px 0 124px 0;
  background: #121212;
  margin-top: -10px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.network-heading {
  font-family: Kaisei Decol;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}

.lower-section {
  background: #121212;
  margin-bottom: 80px;
}

.rit {
  /* width: 1200px; */
  /* height: 463px; */
  padding: 80px 82px 80px 82px;
  gap: 42px;
  background: url("../images/back_img.png");
  background-size: 100% 100%;
  border-radius: 12px;
}

.rit h4 {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #F6F2EE;
  text-transform: uppercase;
}

.rit h2 {
  font-family: "Kaisei Decol";
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 57px;
}

.find-out-how {
  padding: 14px 32px 14px 32px;
  border-radius: 33px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #DE3E28;
  border: none;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.0504px;
}

.find-out-how:hover {
  background-color: rgb(119, 15, 0);
  color: #fff;
}
.find-out-how:hover .whatsapp-icon {
  filter: brightness(0) invert(1); /* Invert colors for better contrast */
}
.whatsapp-icon{
  transition: filter .3s;
}
.lower_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 57px;
}

.content {
  background: #F6F2EE;
  max-width: 922px;
  padding: 20px 40px 32px 24px;
  border-radius: 12px;
  flex: 0 0 66%;
}



.testimonial {
  background-color: #121212;
/*   padding-top: 96px; */
}

.testimonial h3 {
  display: none;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #DE3E28;
  margin-bottom: 0px;
}

.testimonial h2 {

  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  /* margin-top: 6px; */
  margin-bottom: 48px;
}


.content p {
  position: relative;
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #121212;
  margin-top: 0px;
  margin-left: 48px;
  margin-bottom: 0;
}

/* .content p::before {
  position: absolute;
  content: url("./images/apostrophe.svg");
  left: -49px;
} */

.content h5 {
  margin-top: 24px;
  margin-bottom: 4px;
  margin-left: 48px;

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  text-align: left;
  color: #121212;
}

.content h6 {

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-top: 0;
  color: #606060;
  margin-bottom: 7.68px;
  margin-left: 48px;
}

.lower_test_div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.navigation_buttons {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding-bottom: 96px;
  gap: 24px;
}

.testimonial_img {
  border-radius: 12px;
  min-height: 100%;
  max-width: 384px;
  object-fit: cover;
}

.hidden {
  display: none;
}

.speaker-carousel {
  background: #121212;
  overflow: hidden;
}

.speaker-carousel h2 {

  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0px;

}

.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 107%;
}

.marquee-inner {
  display: flex;
  align-items: flex-end;
  gap: 2vw;
  padding-top: 35px;
  will-change: transform;
}

.marquee-item {
  position: relative;
  /* Position relative for overlay */
}

.speaker-marquee-desktop .marquee-item {
  flex: 0 0 16%;
  cursor: pointer;
}

.marquee-inner img {
  height: 100%;
  transition: transform 0.8s;
  flex-shrink: 0;
  width: 16vw;
  border-radius: 1rem;
}

.overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(119, 15, 0, 0.8) 51%, rgba(222, 62, 40, 0) 100%);
  color: white;
  padding: 10px;
  text-align: center;
  height: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
	border-radius: 12px;
}

.overlay h3 {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.overlay p {

  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  /* display: grid; */
  color: #C2C2C2;

}
.overlay p span{
  display: block;
}

.events {
  background: #121212;
  padding-bottom: 96px;
  padding-top: 96px;
}

.events h3 {

  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #DE3E28;
  margin: 0;
  display: none;
}

.events h2 {
  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.img1_card {
  position: relative;
}

.upcoming-event {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #DE3E28;
  /* Red background */
  color: #FFFFFF;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;

  padding: 6px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*   text-transform: uppercase; */
  letter-spacing: 0.5px;
}

.card_events {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
/*   align-items: center; */
  margin-top: 48px;
  padding-bottom: 48px;
}

.card1_event img {
  height: 336px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.card1_event {
  background-color: #F6F2EE;
  border-radius: 8px;
  padding-bottom: 24px;
  flex: 0 0 32%;
}

.card1_event h4 {

  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #606060;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin: 0;
}

.card1_event .event-title-home {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  text-align: left;
  color: #121212;
  text-decoration: none;
  margin-bottom: 26.68px;
  padding: 0 20px;
  /* padding-bottom: 26.68px; */
  /* display: inline-block; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-btn {
  padding: 12px 32px 12px 32px;
  gap: 0px;
  border-radius: 33px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: #DE3E28;
  color: #FFFFFF;
  border: none;
  text-decoration: unset;
  text-transform: capitalize;
  transition: .5s;
}

.view-btn:hover {
  background-color: #770F00;
  color: #fff;
}

.learn-more {
  padding: 12px 32px 12px 32px;
  gap: 0px;
  border-radius: 33px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: #DE3E28;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.learn-more:hover {
  cursor: pointer;
  background-color: #770F00;
  color: #fff;
}

.offering {
  background: #F6F2EE;
  padding-bottom: 120px;
  margin-top: -1px;
}

.our-vision {
  padding-bottom: 40px;
  padding-top: 120px;
  background: #F6F2EE;

}

.vision-image {
  max-width: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.vision_card {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 40px 20px #441E1914;
  width: fit-content;
  margin: 0 auto;
  border-radius: 12px;
}

.vision-content {
  padding: 30px;
  width: 660px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #F6F2EE;
}

.vision-content h4 {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #DE3E28;
  margin: 0;
}

.vision-content h3 {
  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 24px;
  color: #121212;

}

.vision-content p {
  margin-top: 0px;
  margin-bottom: 40px;

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #404040;
}

.section_offers {
  position: relative;
  z-index: 3;
  box-shadow: 0px 4px 24px 0px #0000001F;
  max-width: 356px;
  padding: 24px;
  border-radius: 12px;
  height: fit-content;
  flex: 0 0 32%;
  background-color: #F6F2EE;
}

.section_offers a {
  text-decoration: none;
  position: relative;

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 27.32px;
  text-align: left;
  color: #404040;

}

.offers_1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
/* .offers_1:nth-last-child(2){
  margin-bottom: 0;
  border-bottom: 0;
} */
/* .offers_1:nth-last-child(2) a{
  margin-bottom: 0;
  border-bottom: 0;
} */

.offers_1:hover {
  cursor: pointer;
}

.offers_1:hover a {
  color: #DE3E28;
}

.offers_1.active a {
  color: #DE3E28;
  font-weight: 700;
}

.offers_1.active .red-arrow {
  display: block;
  color: #DE3E28;
}

.offers_1:last-child {
  border: 0;
  margin: 0;
}

.offers_1 a {

  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 27.32px;
  text-align: left;
  color: #404040;
  margin-bottom: 20px;
}


.offers_1 a:hover {
  color: #DE3E28;
  font-size: 20.1px;
}

.red-arrow {
  display: none;
  margin-top: -14px;
}

.offers_1:hover .red-arrow {
  color: #DE3E28;
  display: block;
}


.lower_offer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 48px;
}

.trust_group h3 {
  font-family: "Kaisei Decol";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #121212;
}
.trust_group p {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #404040;
}

.our-offerings {
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.59px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #DE3E28;
  margin: 0;
  display: none;
}

.offer_image {
  transform: translateX(-8%);
  z-index: 2;
}

.dp_image {
  border-radius: 12px;
  max-width: 494px;
  object-fit: cover;
  height: 450px;
}

.unleash {

  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #121212;
  /* margin-top: 12px; */
  margin-bottom: 12px;

}

.discover-offerings {
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #404040;
  max-width: 65%;
  margin: 0 auto;

}

.trust_group {
  flex: 0 0 30%;
  padding-left: 8px;
}

.our-impact {
  background: #121212 url(../images/mask-group.png);
  /* padding-top: 70px; */
  position: relative;
  min-height: 760px;
}
/* .our-impact.scrolled{
  position: sticky;
  top: 96px;
  left: 0;
  right: 0;
  height: 100vh;
} */

/* .impact_bg {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: 990px;
  will-change: transform;
  transition: transform 0.1s ease-out;
} */

.impact_bg img {
  width: 100%;
}

.impactt-outer {
  position: relative;
  height: 760px;
  overflow: auto;
  /* margin-bottom: 50px; */
}
.impactt-outer::-webkit-scrollbar {
  display: none;
}
.img-scroll-bg{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  /* height: 939px; */
  z-index: 2;
}
.our-impact::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  height: 192px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 6.11%, rgba(18, 18, 18, 0.75) 55.57%, rgba(18, 18, 18, 0.75) 100%);
  transform: rotate(180deg);
}

.our-impact::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 6.11%, rgba(18, 18, 18, 0.75) 55.57%, rgba(18, 18, 18, 0.75) 100%);
  height: 146px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: rotate(0deg);
  z-index: 3;
}



.impact_inner {
  position: absolute;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 438px;
}

.impact_inner::before {
  top: 50%;
  left: 50%;
  content: '';
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #DE3E28 0%, rgba(138, 41, 27, 0.575687) 45.27%, rgba(0, 0, 0, 0) 100%);
  height: 393px;
  width: 842px;
  transform: translate(-50%, -50%);
  opacity: 33%;
  z-index: -1;
}

.impact_inner h2 {
  font-family: "Kaisei Decol";
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  max-width: 70%;
}



.nt-icon {
  margin-top: 30px;
  margin-right: 10px;

}
.navigation_buttons .prev-arrow,
.navigation_buttons .next-arrow,
.navigation_buttons .next-arrow-1 {
  width: 58px;
  height: 58px;
  cursor: pointer;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.testimonial .navigation_buttons .prev-arrow{
  transform: rotate(180deg);
}
.navigation_buttons .disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
.redefining-banner-section .custom-nav{
  display: none;
}
@media (max-width:1440px){
  .impact_inner h2{
    max-width: 80%;
  }
}
@media (max-width:1281px) {
  .vision-content-1 {
    flex: 0 0 58%;
    min-height: unset;
    max-height: unset;
  }
}

@media (max-width:1199px) {
  .become-member-div a {
    font-size: 15px;
  }
  .menu-logo-desktop{
    gap: 13.8px;
  }
  .menu-for-desktop ul{
    gap: 9px;
  }
}
@media (max-width:1024px) {
  .impact_inner{
    max-width: 23%;
  }
  .redefining-banner-section{
    margin-top: 86px;
  }
  .search-overlay.active {
    top: 86px;
  }
  .search-box {
    max-width: 90%;
  }
  .speaker-carousel .speaker-carousel-container {
    padding-right: 0;
    /* margin-right: 0; */
  }
  .redefining-banner-section.overflow {
    min-height: 468px;
  }
  .image_test {
    flex: 0 0 31%;
  }

  .events {
    padding-top: 70px;
  }

  .lower_test_div .content svg {
    margin-bottom: -30px;
    margin-left: -4px;
    width: 25px;
  }

  .network-cards {
    padding-bottom: 56px;
  }

  .card1_event img {
    height: 256px;
  }

  .menu-two li {
    padding: 8px 6px;
  }

  .menu-logo-desktop {
    gap: 30.8px;
  }

  .impactt-outer {
    height: 599px;
  }

  .chairman-txt p {
    font-size: 16px;
    line-height: 25px;
  }

  .chairman-txt .name-chairman {
    font-size: 18px;
    line-height: 15.32px;
  }

  .chairman-txt .chairman-company {
    font-size: 17px;
    line-height: 24px;

  }

  .vision-btn {
    margin-top: 12px;
  }

  .banner1-img,
  .banner2-img {
    /* max-width: 100%; */
  }
  .video-mask {
    clip-path: polygon(32% 0%, 100% 0%, 68% 100%, 0% 100%);
    width: 440px;
    height: 410px;
  }

  .banner1-img.left-side-scroll {
    transform: translateX(380px) scale(0.7);
  }

  .banner1-img {
    transform: translateX(70px) scale(1);
  }

  .banner2-img {
    transform: translateX(52px) scale(0.7);
  }

  .banner2-img.right-side-scroll {
    transform: translateX(-226px) scale(1);
    max-width: 408px;
    width: 408px;
    height: 408px;
  }

  .dp_image {
    height: 330px;
  }
  .swipe-container-you,
  .swipe-container-leadership {
    top: 29%;
  }

  .redefining-banner-container {
    justify-content: center;
    gap: 100px;
  }

  .nt-card {
    padding: 12px;
  }

  .nt-icon {
    max-height: 32px !important;
    max-width: 32px !important;
  }

  .nt-para {

    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .nt-head {

    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;

  }
  .impact_inner::before {
    height: 393px;
    width: 352px;
  }
  .network-heading {

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .img-scroll-bg {
    height: 539px;
  }
  button.owl-next {
    width: 32px !important;
    height: 32px !important;
  }

  button.owl-prev {
    width: 32px !important;
    height: 32px !important;
    margin-right: 10px !important;
  }

  .banner-para {

    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 22.49px;
  }

  .explore-btn {

    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 28px 8px 28px !important;

  }

  .banner-heading {

    font-size: 48px;
    font-weight: 500;
    line-height: 67px;
    letter-spacing: -0.03em;


  }

  .search-div {
    height: 27px;
    width: 27px;
  }

  .search-div svg {
    width: 12px;
  }

  .become-member-div {
    gap: 11px;
  }

  .menu-for-desktop ul {
    gap: 9px;

  }

  .become-member-div a {
    padding: 10px 19px;
    border-radius: 60px;
    font-size: 10.12px;
    font-weight: 500;
    line-height: 13.49px;

  }



  .section_offers {
    padding: 16px;
  }

  .impact_bg {
    overflow-x: hidden;
  }

  .our-impact {
    padding: 0;
  }

  .impact_inner h2 {

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

  }

  .vision-content {
    width: 540px;
  }

  .learn-more {
    font-size: 11.47px;
    font-weight: 500;
    line-height: 13.76px;
    padding: 6px 16px 6px 16px;
    color: #fff;
  }

  .learn-more:hover {
    cursor: pointer;
    /* color: #DE3E28;
    border: 0.5px solid #DE3E28;
    background-color: #F6F2EE; */
    background-color: #770F00;
  }

  .vision-content h4 {

    font-size: 10px;
    font-weight: 800;
    line-height: 13.66px;
    letter-spacing: 0.12em;


  }

  .vision-content h3 {
    margin-top: 8px;
    margin-bottom: 16px;

    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

  }

  .vision-content p {


    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;

  }

  .trust_group p {

    font-size: 8px;
    font-weight: 400;
    line-height: 12px;


  }

  .trust_group h3 {

    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

  }

  .dp_image {
    max-width: 100%;
  }

  .offers_1 a {

    font-size: 11.47px;
    font-weight: 400;
    line-height: 15.66px;
    margin-bottom: 11.4px;

  }

  .offers_1 a:hover {
    font-size: 11.57px;
  }

  .unleash {

    font-size: 26.99px;
    font-weight: 700;
    line-height: 34.86px;
    letter-spacing: -0.02em;

  }

  .discover-offerings {

    font-family: Manrope;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;

  }

  .rit {
    height: fit-content;
  }

  .testimonial_img {
    width: 100%;
    height: 245px;
  }

  .content p {
    font-size: 13.76px;
    line-height: 20.76px;
    margin-left: 28px;
  }

  .content {

    padding: 29.81px 22.93px 29.81px 17.2px;

    border-radius: 6.88px;
    /* max-height: max-content; */
    width: 422px;

  }

  .content h5 {

    font-size: 11.47px;
    font-weight: 700;
    line-height: 15.66px;
    margin-left: 28px;
    margin-top: 24px;

  }

  .content h6 {

    font-size: 11.47px;
    font-weight: 400;
    line-height: 18.35px;
    margin-left: 28px;

  }

  .content p::before {
    left: -37px;
    transform: scale(0.6);
    top: -8px;
  }

  .event_card_image {
    max-width: 100%;
  }

  .events h2 {

    font-size: 26.99px;
    line-height: 33.73px;

  }

  .events h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.12px;

  }

  .card1_event {
    padding-bottom: 20px;
  }

  .card1_event .event-title-home {

    font-size: 11.24px;
    font-weight: 700;
    line-height: 15.36px;

  }

  .card1_event h4 {

    font-size: 9px;
    font-weight: 400;
    line-height: 13.49px;
    padding-top: 10px;


  }

  .view-btn {
    font-size: 11.24px;
    font-weight: 500;
    line-height: 13.49px;
    color: #fff;
    transition: 0.3s;
  }

  .view-btn:hover {
    background-color: rgb(119, 15, 0);
    color: rgb(255, 255, 255);
  }

  .overlay {
    bottom: -20px;
  }

  .overlay h3 {
    font-size: 10.1px;
    line-height: 15.01px;
    margin-bottom: 2.5px;
  }

  .overlay p {
    font-size: 7.87px;
    line-height: 11.24px;
  }

  .speaker-carousel h2 {
    font-size: 26.99px;
    line-height: 34.86px;
    letter-spacing:  -0.54px;
  }
  .testimonial_img {
    height: 226.15px;
  }
  .speaker-marquee-desktop .marquee-inner{
    padding-top: 40px;
  }
  .testimonial h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.12px;
    letter-spacing: 0.12em;
  }

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

  .rit h2 {

    font-size: 35.98px;
    font-weight: 700;
    line-height: 38.23px;
    max-width: 60%;

  }

  .rit h4 {

    font-size: 9px;
    font-weight: 800;
    line-height: 12.29px;
    letter-spacing: 0.12em;

  }

  .find-out-how {

    font-size: 11.24px;
    font-weight: 500;
    line-height: 13.49px;

  }

  .offers_1 {
    margin-bottom: 10px;
  }

  /*   .banner1-img, .banner2-img {
    max-width: 85%;
} */
  .swipe-text {
    font-size: 48px;
    line-height: 67px;
  }

  .lower-section {
    margin-bottom: 60px;
  }
  .img-cross-icon {
    top: 10px;
    right: 10px;
  }
  .img-cross-icon svg{
    width: 50px;
    height: 50px;
  }
  .our-impact {
    min-height: 427px;
    max-height: 427px;
    overflow: hidden;
  }
  .impactt-outer {
    height: 467px;
  }
  .our-impact::before {
    height: 122px;
  }
  .our-impact::after {
    height: 50px;
  }
  .img-scroll-bg {
    height: auto;
  }
}

@media(max-width: 991px) {
  .impact_inner{
    max-width: 307px;
  }
  .menu-for-desktop ul {
    gap: 0px;
  }
  .testimonial h2 {
    font-size: 27.52px;
    line-height: 34.4px;
  }
  .menu-two a {
    font-size: 13px;
  }
  .testimonial h3 {
    font-size: 10.32px;
    line-height: 14.1px;
  }

  .events h3 {
    font-weight: 800;
    font-size: 9px;
    line-height: 12.29px;
  }

  .our-offerings {
    font-weight: 800;
    font-size: 10px;
    line-height: 13.66px;
  }

  .offering {
    padding-bottom: 64px;
  }

  .card1_event h4 {
    padding-bottom: 0;
    padding-left: 12px;
    margin-bottom: 4.5px;
  }

  .card_events {
    gap: 14px;
    padding-bottom: 17.99px;
    margin-top: 26.99px;
  }

  .events {
    padding-top: 44.43px;
    padding-bottom: 56px;
  }

  .navigation_buttons {
    margin-top: 27.5px;
    gap: 14px;
  }

  .rit {
    padding: 45px 46.1px;
  }

  .find-out-how {
    padding: 6.75px 17.99px;
  }

  .rit h2 {
    max-width: 53%;
  }

  .lower_btn {
    margin-top: 32px;
  }

  .rit h2 {
    margin-top: 20px;
  }

  .testimonial {
    padding-top: 56px;
  }

  .navigation_buttons img {
    width: 33.5px;
  }

  .card1_event .upcoming-event {
    font-weight: 400;
    font-size: 9px;
    line-height: 13.49px;
    padding: 4.5px 9px;
  }

  .card1_event .event-title-home {
    padding-bottom: 0;
    padding: 0 12px;
    margin-bottom: 12.24px;
  }

  .vision-btn {
    margin-top: 14.93px;
  }
  .unleash{
    letter-spacing: -0.54px;
  }
  .lower_offer {
    margin-top: 26.99px;
  }
  .impactt-outer {
    height: 453px;
  }
  .section_offers {
    padding: 13.76px;
    padding-bottom: 0;
    max-width: 181.17px;
    flex: 0 0 27%;
    min-height: 201.55px;
  }
  .trust_group {
    flex: 0 0 36%;
    padding-left: 10px;
  }
  .card1_event img {
    height: 188px;
  }

  .side-arrow {
    width: 32px;
  }

  .chairman {
    font-size: 24px;
    line-height: 32px;
  }

  .vision_card1 {
    padding-top: 27px;
    gap: 13.76px;
  }

  .content1 {
    gap: 9px;
    align-items: baseline;
  }

  .chairman-svg svg {
    width: 18px;
  }

  .chairman-txt p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .overlay p {
    font-size: 8.76px;
    line-height: 12.51px;
  }

  .chairman-txt .name-chairman {
    font-size: 11.47px;
    line-height: 11.47px;
    margin-top: 10px;
    margin-bottom: 2.29px;
  }
  .nt-image {
    bottom: 12px;
    right: 12px;
  }
  .nt-all-cards {
    gap: 20px;
    justify-content: center;
  }
  .nt-para {
    margin-bottom: 52px;
  }
  .nt-head {
    letter-spacing: -1.2px;
  }
  .chairman-txt .chairman-company {
    font-size: 10px;
    line-height: 16px;
  }
  .nt-card {
    flex: 0 0 22.82%
  }
  .nt-image img {
    margin-right: 0;
    width: 32px;
    height: 32px;
  }
  .vision_img-1 {
    max-height: 316.67px;
  }
  .vision_img-1 img {
    object-fit: cover;
  }
  .network-cards .container{
    max-width: 688px;
    padding: 0;
  }
  .vision-content-1 {
    border-radius: 6.68px;
    padding: 22.93px 22.93px 22.93px 13.76px;
    flex: 0 0 55.722%;
  }

  .speaker-marquee-desktop .overlay {
    height: 100px;

  }

  .swipe-container-you,
  .swipe-container-leadership {
    top: 24%;
  }

  .video-cross-icon svg {
    width: 50px;
    height: 50px;
  }

  .dp_image {
    height: 258px;
  }

  .banner2-img {
    transform: translateX(7px) scale(1);
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    max-width: 232px;
    width: 232px;
    height: 232px;
  }

  .banner1-img {
    transform: translateX(-47px) scale(1);
  }

  .banner2-img.right-side-scroll {
    transform: translateX(-221px) scale(1);
    max-width: 337px;
    width: 337px;
    height: 337px;
  }

  .banner1-img.left-side-scroll {
    transform: translateX(230px) scale(0.7);
  }

  .video-mask {
    width: 337px;
    height: 337px;
  }

 
  .our-vision {
    padding: 64px 0;
  }

  img {
    max-width: 100%;
  }

  /* 13feb */
  .menu-two li {
    font-size: 9px;
    line-height: 12.29px;
  }

  .menu-logo img {
    max-width: 86px;
  }
  .learn-more {
    padding: 6.88px 18.35px;
    min-width: 148.69px;
    min-height: 29.81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .impact_inner h2 {
    padding: 0 30px;
  }
  .card1_event h4 {
    padding-top: 11.17px;
  }
  /* .speaker-marquee-desktop	.marquee-item {
    flex: 0 0 16%;
} */
}


@media (width:768px) {
 
  .container-banner-outer {
    padding: 0 !important;
  }
  .redefining-banner-section.overflow {
    min-height: 369px;
  }
  .image_test {
    flex: 0 0 32.763%;
  }
    .content h5 {
      margin-left: 28px;
      margin-top: 16px;
  }
  .content{
    position: relative;
  }
  .lower_test_div .content svg {
    width: 18px;
    height: 14px;
    position: absolute;
    left: 17.2px;
    top: 29.81px;
  }
  .navigation_buttons {
    padding-bottom: 56px;
  }
  .lower-section {
    margin-bottom: 42px;
  }
}

@media (max-width:767px) {
  .redefining-banner-section{
    margin-top: 72px;
  }
  .search-input{
    margin-right: 0;
  }
  .impact_inner h2{
    max-width: 100%;
  }
  .search-overlay.active {
    top: 72px;
  }
  .mobile-menu ul{
    padding-top: 12px;
  }
  /* .search-overlay.scrolled {
    top: 72px;
  } */
  .toggle-menu img {
    width: 24px;
    height: 24px;
    object-fit: cover;
  }
  .toggle-menu img.active{
    display: none;
  }

  .search-btn img {
    width: 32px;
  }

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

  .close-btn img {
    width: 12px;
  }

  .close-btn {
    font-size: 18px;

  }

  .card1_event {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0;
  }

  .testimonial h3 {
    font-size: 14px;
    line-height: 19.12px;
  }

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

  .speaker-carousel h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .events h3 {
    font-size: 14px;
    line-height: 19.12px;
    font-weight: 700;
  }
  .testimonial {
    padding-top: 80px;
  }

  .speaker-carousel .container {
    padding-right: 0;
  }
  .navigation_buttons .prev-arrow, .navigation_buttons .next-arrow, .navigation_buttons .next-arrow-1 {
    width: 40px;
    height: 40px;
  }
  .lower_test_div .content svg {
    margin-bottom: 0px;
    margin-left: 0px;
    width: 32px;
  }

  .rit {
    padding: 24px;
  }

  .card1_event img {
    height: 260px;
  }

  .vision_card1 {
    padding-top: 18px;
  }

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

  .vision_card1 {
    padding-top: 24px;
    flex-direction: column;
  }

  .vision_img-1 img {
    border-radius: 12px;
    max-height: 335px;
    object-fit: cover;
    width: 100%;
  }

  .vision-content-1 {
    border-radius: 8px;
    padding: 24px 20px;
  }

  .content1 {
    gap: 16px;
    flex-direction: column;
  }

  .chairman-svg svg {
    width: unset;
  }

  .chairman-txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .chairman-txt .name-chairman {
    font-size: 18px;
    line-height: 26px;
    margin-top: 21px;
  }

  .chairman-txt .chairman-company {
    font-size: 14px;
    line-height: 20px;
  }

  .vision-btn {
    margin-top: 32px;
  }

  .carousl-image {
    height: 226px;
    max-width: 335px;
    margin: 0 auto;
  }

  .carousl-image video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .header {
    padding: 18px 0;
  }

  .menu-for-mobile {
    display: block;
  }



  .menu-for-desktop {
    display: none;
  }

  .menu-logo img {
    width: 100%;
    max-width: 128px;
    height: 36px;
  }

  .become-member-mb {
    display: flex;
    gap: 24px;
    height: 30px;
  }

  .become-member-mb .search-div svg {
    width: 24px;
    height: 24px;
  }

  .become-member-mb .search-div {
    background-color: transparent;
  }

  .vision_img img {
    border-radius: 6.67px 6.67px 0 0;
  }

  .banner-heading {
    font-size: 27px;
  }

  .banner-para {
    font-size: 10px;
    line-height: 14px;
  }

  .container-banner-outer {
    padding-top: 50px;
  }

  .baner-carousel .owl-nav {
    margin: 0;
    top: -110px;
    text-align: right;
    margin-right: 20px;
  }

  .network-heading {
    font-size: 16px;
  }

  .nt-head {
    font-size: 18px;
  }

  .nt-para {
    font-size: 11px;
    margin-bottom: 0;
  }

  .nt-all-cards {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
  }
  .nt-card{
    min-height: 142.3px;
  }
  .vision_img-1 {
    max-height: max-content;
  }
  .impact_bg {
    height: 413px;
  }
  .vision_card1 {
    gap: 24px;
  }

  .vision-image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
  }

  .vision_card {
    flex-direction: column;
    width: auto;
    max-width: fit-content;
    border-radius: 12px;
  }

  .vision-content {
    width: fit-content;
    border-bottom-left-radius: 12px;

  }

  .lower_offer {
    flex-direction: column;
    gap: 20px;
  }

  .offer_image {
    transform: none;
  }

  .offering {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .events h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0px 0 32px 0;
  }

  .card_events {
    flex-direction: column;
    margin-top: 32px;
    gap: 24px;
  }

  .card1_event .event-title-home {
    font-size: 16.24px;
  }

  .lower_test_div {
    flex-direction: column;
  }
  .card1_event img {
    height: 260px;
  }
  .event_btn {
    margin-top: 8px;
  }
  .testimonial_img {
    max-height: unset;
    height: 335px;
  }
  .events {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lower-section {
    margin-bottom: 40px;
  }

  .content {
    width: fit-content;
  }

  .rit h2 {
    font-size: 28.98px;
    max-width: 100%;
  }

  .lower_btn {
    margin-top: 27px;
  }

  .speaker-carousel{
    padding-top: 40px;
  }




  /* new css 12feb */
  .our-impact-mobile {
    display: block;
    min-height: 532px;
  }

  .menu-for-desktop {
    display: none;
  }

  .offering-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: block;
  }

  .our-section-mb {
    background-color: #000;
  }

  .our-impct-heading {
    padding: 192px 90px;
    text-align: center;
  }

  .heading-impact {
    font-family: 'Kaisei Decol';
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    max-width: 220px;
    margin: 0 auto;
  }


  .both-banner-photos,
  #swapButton,
  .become-btn,
  .our-impact,
  .lower_offer {
    display: none;
  }

  .banner-heading {
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
  }

  .banner-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .network-cards .container {
    padding: 0 20px;
  }
  .explore-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 24px !important;
    border-radius: 33px;
    min-width: 117px;
    height: 36px;
    max-width: 117px;
    letter-spacing: -.3px;
  }

  .redefining-banner-container {
    width: 77%;
    overflow: visible;
  }

  .container {
    padding: 0 20px;
  }

  .join-community-div {
    margin-top: -45px;
  }

  .swipe-text {
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
  }
  .redefining-banner-section .custom-nav{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .redefining-banner-section .custom-nav button {
    width: 40px !important;
    height: 40px !important;
    margin-right: 0px !important;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .redefining-banner-section .custom-nav button.disabled{
    opacity: .5;
  }
  .redefining-banner-section .custom-nav button.owl-prev{
    transform: rotate(180deg);
  }
  .redefining-banner-section .custom-nav button img{
    display: block;
  }
  .swipe-container-you,
  .swipe-container-leadership {
    top: 50px;
    padding-bottom: 16px;
  }

  .banner-para {
    margin-bottom: 24px;
  }

  .owl-carousel-home.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: block;
    margin-top: 32px;
  }
  .owl-carousel-home .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
  }
  .container-banner-outer {
    flex-direction: column;
  }
  .owl-carousel-home .owl-stage-outer{
    margin-bottom: 32px;
  }
  .owl-carousel-home .owl-nav{
    position: relative;
    z-index: 9999;
    top: -10px;
  }

  .owl-carousel-home .owl-nav button {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    width: 58px;
    height: 58px;
    margin-top: 10px;
  }

  .owl-carousel-home .owl-nav button:hover {
    background: transparent !important;
    opacity: 0.6;
    transition: 0.5s;
  }

  .owl-carousel-home .owl-nav button span {
    display: none;
  }

  .owl-carousel-home .owl-nav .owl-prev,
  .owl-carousel-home .owl-nav .owl-next {
    position: relative;
  }

  .owl-carousel-home .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    background-image: url(../images/left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 48%;
    width: 100%;
    height: 100%;
    top: 83%;
    transform: translate(-50%, -50%);
    left: 75%;
  }

  .owl-carousel-home .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 48%;
    width: 100%;
    height: 100%;
    top: 83%;
    transform: translate(-50%, -50%);
    left: 75%;
  }

  .owl-carousel-home .owl-nav .owl-prev {
    margin-right: 20px;
  }

  .network-heading {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .nt-head {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
  }

  .nt-para {
    font-size: 14px;
    line-height: 20px;
  }

  .nt-icon {
    margin-top: 20px;
  }

  .nt-card:last-child .nt-icon {
    margin-top: 0;
  }

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

  .impact_inner {
    max-width: 57%;
  }

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

  .vision-content h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19.12px;
  }

  .vision-content h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .vision-content {
    padding: 24px 20px;
  }

  .learn-more {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 24px;
  }

  .our-offerings {
    font-size: 14px;
    line-height: 19.12px;
  }

  .unleash {
    font-size: 28px;
    line-height: 40px;
    /* margin: 8px 0; */
    margin-bottom: 0;
  }

  .discover-offerings {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .offering-owl-carousel .trust-card {
    border-radius: 8px;
    padding: 20px;
    background: #fff;
  }

  .trust_group h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 9px 0;
  }

  .trust_group p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .offering-owl-carousel .owl-dots{
    margin-top: 20px !important;
  }

  .offering-owl-carousel {
    margin-top: 32px;
  }

  .offering-owl-carousel.owl-theme .owl-dots .owl-dot.active span,
  .offering-owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #DE3E28 !important;
  }


  .card1_event .upcoming-event {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
  }
  .trust_group {
    padding-left: 0;
    padding-right: 10px;
  }
  .card1_event h4 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 16px;
    margin-bottom: 0;
  }

  .card1_event .event-title-home {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .view-btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 24px;
  }

  .speaker-marquee-desktop {
    display: none;
  }

  .marquee-both-images img {
    min-width: 180px;
    object-fit: cover;
    border-radius: 8px;
  }

  .marquee-both-images .image-container {
    position: relative;
  }

  .marquee-both-images .image-container::after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, #121212 0%, rgba(119, 15, 0, 0.8) 12%, rgba(222, 62, 40, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .marquee-both-images img.first {
    height: 240px;
  }

  .marquee-both-images img.second {
    height: 160px;
    width: 100%;
  }

  .mobile-marquee {
    display: flex;
    gap: 20px;
  }

  .marquee-both-images {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex: 0 0 180px;
  }

  .marquee-container {
    display: flex;
    gap: 20px;
  }

  .mobile-marquee {
    display: block;
    margin-top: 32px;
    overflow: hidden;
  }

  .author-name {
    position: absolute;
    bottom: 13px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* font-family: "Manrope", serif; */
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .content p,
  .content h5,
  .content h6 {
    margin: 0;
  }

  .content {
    padding: 14px 16px 24px 16px;
  }

  .content h5 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 3.33px;
  }

  .navigation_buttons {
    margin-top: 32px;
    gap: 24px;
    padding-bottom: 80px;
  }

  .content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .content h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .rit h4 {
    font-size: 14px;
    line-height: 19.12px;
  }

  .rit h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0 40px 0;
  }

  .find-out-how {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 24px;
  }

  /* .search-header h2 {
    font-size: 40px;
    line-height: 40px;
  } */
  .search-box {
    padding: 30px 20px;
  }

  .become-member-mb .search-input {
    margin-right: 0;
  }

  .email-id {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .mobile-menu .become-member-div .become-btn {
    display: block;
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 24px;
    letter-spacing: 0px;
  }

  .mobile-menu .become-member-div {
    justify-content: center;
    margin-top: 16.5px;
    padding-left: 24px;
  }

  .mobile-menu ul li {
    padding: 16px 24px;
  }

  .marquee-container {
    white-space: nowrap;
    display: inline-flex;
    animation: marquee-animation 50s linear infinite;
    overflow-x: clip;

  }

  @keyframes marquee-animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

}