@import "./root.css";

.banner-video {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 43vh;
  object-fit: cover;
  z-index: -1;
}
.banner-copy {
  color: #fff;
  margin-left: 50px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.banner-copy h1 {
  font-size: calc(6rem + 3vw);
  letter-spacing: 3px;
  /* box-shadow: 0px 20.16px 230.42px -34.56px #5566ff; */
  font-weight: var(--weight-600);
  text-shadow: 0px 27px 42px rgba(0, 0, 0, 0.30);
}
.banner-copy p {
    font-size: 18px;
    letter-spacing: 3px;
    /* box-shadow: 0px 20.16px 230.42px -34.56px #5566ff; */
    font-weight: var(--weight-600);
    text-shadow: 0px 27px 42px rgba(0, 0, 0, 0.30);
  }
section.box {
  position: relative;
  /* height: 75vh; */
  /* background-image: url(../images/landing/bg-main-image.png);
  background-size: contain;
  background-repeat: no-repeat; */
}
.banner-right {
  background-image: url(../images/landing/banner-right-idbn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 90vh;
  display: grid;
  align-items: end;
  
}

section.find-meeting {
  background: var(--blue-bck);
  padding: var(--pad-10px);
}
.finding_card img {
  box-shadow: 0px 23.9px 53.45px 0px #0404044d;
  background: var(--background-white);
  border-radius: var(--radius-12px);
  padding: 13px;
}
.finding_card p {
  font-size: var(--font-18);
  font-weight: var(--weight-600);
  color:#000;
  margin: 0;
  margin-top: 15px;
  /* text-align: var(--center); */
  background: #fff;
  border-radius: 6px;
  padding: 0px 10px;  
}
.finding_card{
  text-align: var(--center);
}
.meeting_card_header {
  position: relative;
  top: -35px;
}
.look-process-flex,
.platform_value,
.networking .input-field,
.process-carosel,
.rating-flex,
.tv-content {
  display: var(--flex);
  align-items: var(--align-c);
  justify-content: var(--justi-sb);
  gap: 15px;
}

section.idbn-tv {
  padding-top: var(--pad-100px);
}
section.find-meeting .row {
  gap: 80px;
}
section.business_platform .row {
  /* background: var(--blue-bck); */
  border-radius: var(--radius-50px);
  padding: var(--pad-30px);
}
section.business_platform {
  padding: 70px 0;
  background: #C1DAFF;
  position: relative;
  z-index: 1;
}
section.business_platform::before{
  content: "";
  top: 1px;
  left: -2%;
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 400px;
  background-image: url(../images/landing/features-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.business_platform_right h2 {
  color: var(--black-color);
  font-size: var(--font-50);
  font-weight: var(--weight-600);
  line-height: 1;
  margin-bottom: 45px;
}
.business_platform_right h2 span {
  color: var(--black-color);
}
.business_platform_right p {
  color: var(--white-color);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: var(--weight-400);
  max-width: 360px;
  margin-bottom: 45px;
}
/* .platform_value {
  max-width: 500px;
} */
.platform_value h3 {
  color: var(--black-color);
  font-size: var(--font-25);
  font-weight: var(--weight-600);
}
.platform_value p {
  color: var(--black-color);
  font-size: var(--font-18);
  font-weight: var(--weight-400);
}
.platform_value_left .platform_value_content:first-child,
.platform_value_right .platform_value_content:first-child {
  margin-bottom: 45px;
  height: 160px;
}
section.experience_section h3 {
  color: #fff;
  text-align: var(--center);
  font-size: var(--font-60);
  font-weight: var(--weight-600);
  letter-spacing: -0.96px;
  margin-bottom: var(--mar-50px);
}
.way-content h4 {
  color: #fff;
  font-size: var(--font-60);
  font-style: normal;
  font-weight: var(--weight-600);
  letter-spacing: -0.731px;
  margin-bottom: var(--mar-15px);
}

.ways-img img {
  margin-bottom: var(--mar-50px);
}
.ways-img.sec-img {
  margin-top: var(--mar-50px);
}
/* section.look-process {
    margin: 260px auto 0;
    height: 111vh;
} */
.look-process h4 {
    color: #344054;
    font-style: normal;
    font-weight: var(--weight-600);
    line-height: 1.8;
    letter-spacing: -0.96px;
    max-width: 601px;
    margin: 0 auto;
    font-size: 28px;
}
/* .look-process span {
  color: #0052d9;
} */
.look-process-flex a,
.look-process-flex a:hover {
  border-radius: var(--radius-50px);
  background: var(--blue-bck);
  color: var(--white-color);
  padding: 18px 35px;
}
.owl-item .item .process-carosel {
  padding: 180px 0;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.owl-item .item .process-carosel.odd {
  background: url(../images/landing/Grow.webp);
}
.owl-item .item .process-carosel.even {
  background: url(../images/landing/build.webp);
}
.owl-dots {
  margin: var(--mar-30px);
}
section.networking {
  background: #3959ff;
  padding: var(--pad-50px);
  text-align: var(--center);
}
section.networking h4 {
  color: var(--white-color);
  text-align: var(--center);
  font-size: var(--font-50);
  font-weight: 600;
  line-height: normal;
  max-width: 500px;
  margin: 0 auto;
}
.input-field {
  max-width: 650px;
  margin: 0 auto;
  border-radius: var(--radius-50px);
  border: 1px solid var(--Gray-200, #e4e7ec);
  backdrop-filter: blur(7.5px);
  padding: 8px 12px;
  margin-top: 30px;
}
.input-field i {
  color: #0052d9;
  border-radius: 50px;
  background: var(--white, #fff);
  padding: 10px;
}
.input-field input#email,
.input-field input#email::placeholder,
.input-field input#email:focus-visible {
  background: transparent;
  color: var(--white-color);
  border: none;
  margin-left: var(--mar-50px);
  outline: none;
  width: 400px;
}
button.send-btn {
  border-radius: 60px;
  border: 2px solid #fff;
  padding: 10px 25px;
  background: transparent;
  color: var(--white-color);
}
.rating-flex {
  max-width: 650px;
  margin: 0 auto;
  margin-top: var(--mar-20px);
}
.avar-rate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avar-rate p {
  margin: 0;
  color: var(--white-color);
  font-size: var(--font-18);
  font-weight: var(--weight-400);
}
section.idbn-tv {
  padding-bottom: var(--pad-100px);
}
.idbn-tv-bck {
  background-image: url(../images/landing/idbn-tv-bck.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px;
  border-radius: 50px;
}
.idbn-tv-bck h5 {
  color: var(--Gray-25, #fcfcfd);
  font-size: 68px;
  font-weight: var(--weight-600);
}
.idbn-tv-bck span {
  color: var(--blue-color);
}
.idbn-tv-bck p {
  color: var(--white-color);
  font-size: var(--font-20);
  font-weight: var(--weight-500);
}
section.idbn-tv .right-content {
  border-radius: 37px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(104, 104, 104, 0.2);
  backdrop-filter: blur(13.800000190734863px);
  padding: 40px;
}
section.idbn-tv .left-content {
  border-radius: 37px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(104, 104, 104, 0.2);
  backdrop-filter: blur(13.800000190734863px);
  padding: 20px;
  height: 100%;
  display: var(--flex);
  align-items: var(--align-r);
  position: relative;
}
section.idbn-tv .left-content h5 {
  color: var(--white-color);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: var(--weight-500);
  line-height: normal;
  letter-spacing: -0.51px;
  max-width: 200px;
}
section.idbn-tv .left-content .left-img {
  position: absolute;
  left: 0;
  top: -150px;
}
div#owl-demo2 .item {
  margin-top: 180px;
}
.featured-area.positioning.get-involve h1 {
  font-weight: 700;
  font-size: clamp(30px, 5vw, 50px);
}
section.member_carosel {
  /* background-image: url(../images/landing/member-idbn-bck.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; */
  padding: 50px 50px 50px;
  /* margin-top: 30px; */
  background: #fff;
}
section.member_carosel .member-title h3 {
  color: #000;
  text-align: var(--center);
  font-size: var(--font-60);
  font-weight: var(--weight-500);
  max-width: 350px;
  margin: 0 auto;
}
section.member_carosel .member-title h3 span {
  color: #0052D9;
}
section.member_carosel .member-title p {
  color: #141414;
  text-align: var(--center);
  font-size: 20px;
  font-weight: var(--weight-400);
  letter-spacing: -0.45px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: var(--mar-25px);
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome" !important;
  background: #0052d9;
  padding: var(--pad-15px);
  border-radius: var(--radius-50px);
  clip-path: circle(40%);
  top: -15px;
}
.slick-prev:before {
  content: "\f053" !important;
  position: absolute;
}
.slick-next:before {
  content: "\f054" !important;
  right: -30px;
  position: absolute;
}
.card-details {
  border-radius: 26.622px;
  border: 7.004px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
      0deg,
      rgba(0, 82, 217, 0.6) 0%,
      rgba(0, 82, 217, 0.6) 100%
    ),
    var(--white, #fff);
  padding: 25px;
  color: var(--black-color);
  margin-right: var(--mar-25px);
}
.member-name-detail {
  padding: 0 15px;
}
.member-name-detail h4 {
  font-size: 24px;
  font-weight: var(--weight-600);
  line-height: 130%;
  letter-spacing: -0.511px;
  max-width: 300px;
  margin-bottom: var(--mar-15px);
}
.member-name-detail p {
  font-size: var(--font-14);
  font-weight: var(--weight-400);
  letter-spacing: -0.21px;
  margin-bottom: var(--mar-15px) !important;
}
.number-member {
  display: flex;
  margin-bottom: 20px;
  gap: 100px;
}
.member-count h6 {
  font-size: var(--font-20);
  font-style: normal;
  font-weight: var(--weight-500);
  line-height: normal;
  letter-spacing: -0.288px;
}
.member-count span {
  font-size: var(--font-14);
  font-weight: var(--weight-500);
  line-height: normal;
  letter-spacing: -0.16px;
}

.slider h3,
.slider p {
  color: var(--black-color);
  margin: 0;
}
.slick-dots li.slick-active,
button.owl-dot.active span {
  width: 60px !important;
  border-radius: 20.736px !important;
  background: var(--Color, #0052d9) !important;
}
.slick-dots li,
button.owl-dot span {
  border-radius: 20.736px !important;
  background: var(--gray-200, #e4e7ec) !important;
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button:before {
  color: transparent !important;
}
.slick-next {
  right: -15px !important;
}
ul.slick-dots {
  margin-bottom: 0 !important;
}
section.local-chapter {
  /* background: var(--blue-bck); */
  padding: 50px 0;
  text-align: var(--center);
  width: 1100px;
  margin: 70px auto;
  border-radius: 80px;
  background: #0052D9;
}
.local-chater-content {
  max-width: 750px;
  margin: 0 auto;
  color: var(--white-color);
}
.local-chater-content h4 {
  font-size: var(--font-60);
  font-style: normal;
  font-weight: var(--weight-600);
  line-height: normal;
  letter-spacing: -0.96px;
  margin: 0;
}
.local-chater-content p {
  font-size: var(--font-20);
  font-style: normal;
  font-weight: var(--weight-400);
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: var(--mar-50px);
}
.content-para a {
  border-radius: 40px;
  border: 2px solid #fff;
  background: transparent;
  padding: 15px 20px;
}
.content-para a i {
  font-size: 24px;
}
.content-para {
  display: var(--flex);
  align-items: var(--align-c);
  justify-content: var(--justi-c);
  gap: var(--gap-20);
}
.local-chater-content .find-chapter a {
  border-radius: 35px;
  background: var(--background-white);
  box-shadow: 0px 27px 42px 0px rgba(57, 89, 255, 0.3);
  padding: 15px 25px;
  color: #000;
}
section.latest-form {
  padding-bottom: var(--pad-80px);
}
section.latest-form h4 {
  color: #344054;
  font-size: var(--font-50);
  font-style: normal;
  font-weight: var(--weight-800);
  line-height: 1.3;
  letter-spacing: -0.72px;
  max-width: 300px;
}
.look-process-flex {
  padding-top: var(--pad-50px);
  margin-bottom: var(--mar-30px);
}
.card-top {
  position: relative;
}
.card-arrow {
  position: absolute;
  right: 65px;
  bottom: 0;
}
.card-arrow a i {
  border-radius: 50px;
  background: var(--Gray-800, #1d2939);
  /* width: 46px; */
  /* height: 43px; */
  padding: 28px 33px;
  color: #fff !important;
  font-size: 35px;
}
.latest-form-content button {
  border-radius: 24px;
  background: var(--Gray-100, #f2f4f7);
  border: none;
  padding: 8px 20px;
  margin: 25px 0;
}
.look-process-flex.down {
  display: none;
}
.user-update-date {
  display: flex;
  gap: 44px;
  margin-bottom: 25px;
}
.demo-card-left span {
  color: var(--Gray-700, #344054);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: var(--weight-400);
  line-height: normal;
}
.demo-card-left span.dot {
  background-color: blue;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 12px;
}
.latest-form-content p {
  color: var(--Gray-700, #344054);
  font-size: 25px;
  font-style: normal;
  font-weight: var(--weight-400);
  line-height: normal;
  margin: 0;
}
section.member_carosel .slick-track {
  margin: 0 auto;
  left: 0 !important;
}
.responsive-img{
  display: none;
}
.content_body h3 {
  font-size: 42px;
  font-weight: 700;
  word-break: break-word;
  line-height: 1.2;
  color: #fff;
}
.content_body p{
  color: #fff;
}
.ag-testimonial-background img {
    width: 100%;
}
.ag-testimonial-card {
    max-width: 685px;
    text-align: center;
    padding: 260px 0;
}
.ag-testimonial-background {
   /* // position: absolute;//
    //top: 50%;// */
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
/* margin-top:100px; */
}
h5.reviewer-name.mt-4 {
  color: #0052d9;
}
.featured-box {
  display: flex;
      background: #fff;
      box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
      border-radius: 20px;
      padding: 40px 30px;
      margin-bottom: 33px;
      gap: 20px;
      height: 90%;
      transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
      align-items: center;
      flex-direction: column;
      text-align: center;
}
.featured-box:hover{
  transform: translateY(-12px);
  transition: all .3s ease;
  box-shadow: inset 800px 0 0 0 #f1f3fa;
}
.featured-area.positioning .row {
    max-width: 1091px;
    margin: 50px auto;
}
.content_body ul li {
  margin-bottom: 10px;
  color: #fff;
}
h1.res-head{
  display: none;
}
.featured-content h2 {
  /* color: #0052d9; */
  font-weight: 700;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  position: relative;
  top: 122px;
}

/* .owl-stage-outer {
  top: 100px;
} */
ul.head-btns.mobile-view{
  display: none;
}

section.competencies_proj.two_sec.grey .contain-width, section.experience_section .contain-width{
  max-width: 1220px;
}

section.box .owl-theme .owl-nav.disabled+.owl-dots button.owl-dot.active span{
  background: #6697e8 !important;
}

.banner-copy.respon{
  display: none;
}
section.member_carosel .card-details.member-card.flex-1 {
  display: flex;
  gap: 17px;
  }
  section.member_carosel .card-carsoule-img img {
    max-width: 100%;
    height: auto;
}
section.member_carosel .platform_value {
  gap: 25px;
  white-space: nowrap;
  margin-top: 22px;
}
.terms-head-each ul li {
  margin-bottom: 10px;
}
a.signup-clr {
  color: #ffff;
}
.default-modal .modal-dialog {
  max-width: 850px;
}
.launch-features {
  text-align: center;
  color: #fff;
  padding-left: 30px;
}
.launch-features li {
  text-align: left;
}
.default-modal .modal-content{
  background-image: url(../images/default-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  padding: 25px 45px 48px;
}
.default-modal .modal-header{
  border-bottom: none;
}
.launch-features h2 {
  font-size: 21px !important;
  font-weight: 700;
}
.default-modal .btn-close{
  filter: invert(1);
  font-size: 12px;
}
.sign-up a{
  box-shadow: 0px 27px 42px 0px rgba(57, 89, 255, 0.3);
  background: var(--Color, rgba(0, 82, 217, 1));
  color: #fff;
  padding: 10px 32px;
  border-radius: 8px;
  display: inline-block;
  width: 250px;
}
.sign-up a:hover{
  color: #fff;
}
/* .features-list {
  background: rgba(0, 82, 217, 1);
  padding: 11px 0;
}
.features-list.mt-4 {
  margin: 40px;
} */

.element{
  /* height:100px;
  width:100px; */
  /* background-color:#000; */
  color:#fff;
  border-radius:5px;
  display:inline-block;
  margin:0px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:20px;
  background-image: url(../images/landing/member-card-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 25px 25px 50px;
  height: 270px;
  /* width: 650px !important; */
}
.member-img img {
  width: 140px !important;
  height: 140px;
  border-radius: 100%;
  padding: 5px;
}
.icon-img img {
  width: 20px !important;
  height: 20px;
}
.element .row {
  align-items: center;
}



.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}
section.member_carosel .slick-list{
  overflow: initial;
  
}
section.member_carosel .member-detail ul li{
  display: flex;
  gap: 10px;
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
  color: #fff;
}
section.member_carosel .slick-initialized .slick-slide{
  width: auto !important;
}
section.member_carosel .slick-track{
  width: 600px !important;
}
.member-detail h2 {
  margin-bottom: 0px;
  color: #ffffff;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
}
.member-detail span {
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  border-radius: 50%;
  background: #3E66DF !important;
  box-shadow: 6.438px 9.012px 5.15px 0px rgba(0, 0, 0, 0.25) inset !important;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: -4%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: -4%;
}
.owl-carousel .owl-nav button span {
  position: absolute;
  top: -19px;
  left: 12px;;
  font-size: 50px !important;
}
.owl-carousel .owl-nav button {
  background-color: #0E8ECE !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 30px !important;
}
.business_platform_left img {
  border-radius: 83px;
  box-shadow: 14px 9px 10.6px 0px rgba(0, 0, 0, 0.25) inset, 13px 15px 19.4px 0px rgba(0, 0, 0, 0.25);
  width: 500px;
}
.business_platform_left {
  text-align: center;
}
section.competencies_proj{
  background: var(--session-gradient, radial-gradient(364.1% 136.13% at 105.6% 74.27%, #3331CE 0%, #2C2AB0 25%, #23218C 37.5%, #1B1A6C 56.93%, #151453 100%));
}
section.Get-Involved {
  padding: 60px 0px;
}
section.experience_section .row {
  align-items: center;
  justify-content: center;
}
.way-content {
  text-align: center;
  padding: 20px;
}
.way-content p {
  text-align: start;
  color: #FFF;
  font-size: 18.382px;
  font-weight: 500;
  letter-spacing: -0.366px;
}
.way-content h6 {
  color: #C1DAFF;
  font-size: 32.763px;
  font-weight: 600;
}
section.experience_section {
  background: var(--session-gradient, radial-gradient(364.1% 136.13% at 105.6% 74.27%, #3331CE 0%, #2C2AB0 25%, #23218C 37.5%, #1B1A6C 56.93%, #151453 100%));
  padding: 50px 0px;
}
.featured-area.positioning.Membership {
  background: var(--session-gradient, radial-gradient(364.1% 136.13% at 105.6% 74.27%, #3331CE 0%, #2C2AB0 25%, #23218C 37.5%, #1B1A6C 56.93%, #151453 100%));
  padding: 50px 0px;
}
.featured-area.positioning.Membership h1 {
  color: #fff;
  font-size: 48px;
}
.featured-area.positioning.Membership h2 {
  font-size: 30px;
}
.Lead-Intranet-card-img img {
  width: 90px !important;
  height: 90px;
  border-radius: 50%;
  padding: 5px;
}
.Lead-Intranet-card {
  display: flex;
  align-items: center;
  gap: 5px;
}
.Lead-Intranet-card-main {
  border-radius: 14.125px;
  border: 8px solid #BED4F9;
  box-shadow: 0px 0px 28.25px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 30px;
  margin-right: 40px;
}
.Lead-Intranet-card-heading h5 {
  color: #3E66DF;
  font-size: 26.25px;
  font-weight: 800;
  margin: 0px;
}
.Lead-Intranet-card-heading h6 {
  color: #808080;
  font-size: 20.6px;
  font-weight: 500;
}
.Lead-Intranet-card-main p {
  padding-left: 20px;
}
section.look-process {
  background: #fff;
  padding: 60px 0px;
  height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.look-process::before{
  content: "";
  bottom: -8%;
  right: 0%;
  position: absolute;
  z-index: -1;
  width: 580px;
  height: 630px;
  background-image: url(../images/landing/testimonal-img-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.look-process::after{
  content: "";
  bottom: -1%;
  left: -5px;
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 340px;
  background-image: url(../images/landing/testimonal-img-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.look-process1{
  position: relative;
  width: 1200px;
  z-index: 999;
}
.look-process1::before{
  content: "";
  top: -70%;
  left: -60px;
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 340px;
  background-image: url(../images/landing/testimonal-img-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.local-chapter-box .row {
  justify-content: center;
}