/* home banner */
.hero-banner-sec {
  position: relative;
  z-index: 2;
  overflow: hidden;
  clip-path: ellipse(100% 90% at 50% 0%);
}

.vto-banner-section .video-box video{
  top: 0;
}

.iedge-box-section {
  padding-top: 20vh;
  padding-top: 20dvh;
  background: url("https://iphygitalblob.blob.core.windows.net/image/banner-bg.webp") no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  margin-top: -23vh;
  margin-top: -23dvh;
}

.iedege-section .iedge-box {
  max-width: 1050px;
  margin: 0 auto;
}

.iedege-section .iedge-box .row {
  position: relative;
}

.iedege-section .iedge-box .row::before {
  content: "";
  position: absolute;
  left: 65%;
  width: 1px;
  height: 100%;
  background: var(--lightblack1);
}

.iedege-section .iedge-box .builtbox {
  display: flex;
  justify-content: space-between;
}

.iedege-section .iedge-box .item {
  text-align: center;
}

.iedege-section .iedge-box .item a p,
.iedege-section .iedge-box .item p {
  font-size: var(--font30);
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.62px;
  font-style: italic;
}

.iedege-section .iedge-box .item a p span,
.iedege-section .iedge-box .item p span {
  font-size: var(--font35);
  line-height: 45px;
  display: block;
  font-family: "Playfair Display", serif;
  text-transform: none;
  letter-spacing: normal;
}

.iedege-section .iedge-box .item .built-box-btn {
  background: var(--lightblack1);
  color: var(--white);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 250px;
  padding: 9px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iedege-section .iedge-box .item .long-arrow img {
  filter: brightness(0) invert(0);
}

.iedege-section .logo {
  max-width: 200px;
  margin: auto;
  margin-bottom: 30px;
  height: 50px;
}

.iedege-section .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* solution-section */
.solution-section {
  /* background: url(../img/gradient1.webp); */
  /* background-repeat: no-repeat;
  background-size: cover; */
  /* margin-top: -22px; */
  padding-top: 72px;
  margin-bottom: -16px;
  z-index: 1;
  position: relative;
  min-height: 150vh;
  overflow: hidden;
}

.solution-section .solution-grid-box {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
  .solution-section .solution-grid-box.grid .grid-item {
    will-change: transform;
  }

.solution-section .solution-grid-box.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 80px;
  width: 85%;
  max-width: 1200px;
  margin: auto;
}

.solution-section .solution-grid-box .content {
  text-align: center;
  margin-top: 10px;
}

.solution-section .solution-grid-box .content .title {
  color: var(--text-color);
  font-size: var(--font16);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.solution-section .solution-grid-box .content p {
  color: var(--text-color);
  font-size: var(--font18);
  font-weight: 300;
  line-height: 19px;
  letter-spacing: -0.68px;
}

.solution-section .solution-grid-box.grid > *:nth-child(3n+2) {
  padding-top: 60px;
}

/* network-jwellery-fashion-sec */
.network-jwellery-fashion-sec .networking-box {
  background: url("../img/networking-bg.webp");
  background-size: cover;
}

.network-jwellery-fashion-sec .networking-box .top-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.network-jwellery-fashion-sec .networking-box .top-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--text-color);
  width: 0.5px;
  height: 81%;
  margin: auto;
  bottom: 0;
  opacity: 0.5;
}

.network-jwellery-fashion-sec .networking-box .top-box .top-left {
  flex: 0 0 50%;
}

.network-jwellery-fashion-sec .networking-box .top-box .top-right p {
  margin-bottom: 0;
  font-size: var(--font18);
  line-height: 19px;
  padding-left: 20px;
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item {
  flex: 0 0 calc(33.33% - 30px);
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .image {
  /* height: 260px; */
  border-radius: 25px;
  position: relative;
  padding-top: 110.0806451613%;
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item video,
.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .content-box {
  background: var(--text-color);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .content-box a{  color: var(--white);}
.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .content-box p {
  margin-bottom: 0;
  font-size: var(--font18);
  line-height: 22px;
  color: var(--white);
  letter-spacing: -0.18px;
}

.network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .content-box p span {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.72px;
}

.network-jwellery-fashion-sec .networking-box .logo {
  /* background: var(--white); */
  width: 160px;
  /* border-radius: 8px; */
  /* padding-block: 10px; */
  height: 62px;
  margin-bottom: 45px;
}

.network-jwellery-fashion-sec .networking-box .logo img {
  height: 100%;
  object-fit: contain;
}

.network-jwellery-fashion-sec .networking-box .right-side-content {
  border-left: 0.5px solid var(--text-color);
  padding-left: 30px;
}

.network-jwellery-fashion-sec .networking-box .right-side-content .heading {
  font-size: var(--font28);
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
}

.network-jwellery-fashion-sec .networking-box .right-side-content .heading span {
  font-family: "Playfair Display", serif;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  letter-spacing: 1.62px;
}

.network-jwellery-fashion-sec .networking-box .right-side-content .content-data {
  margin-bottom: 32px;
}

.network-jwellery-fashion-sec .networking-box .right-side-content .content-data .text {
  font-size: var(--font20);
  line-height: 25px;
  letter-spacing: -1.26px;
}

.network-jwellery-fashion-sec .networking-box .right-side-content .content-data .text.sign {
  padding-left: 30px;
}

.network-jwellery-fashion-sec .networking-box.fashion-box {
  background: url("https://iphygitalblob.blob.core.windows.net/image/fashion-bg.webp");
  background-size: cover;
  margin-bottom: -30px;
  padding-bottom: 70px !important;
  position: relative;
}

.network-jwellery-fashion-sec .networking-box.jwellery-box {
  background: url("https://iphygitalblob.blob.core.windows.net/image/jwellery-bg.webp");
  background-size: cover;
  margin-top: -26px;
  margin-bottom: -26px;
  padding-block: 70px !important;
}

/* brand-section */
.brand-section {
  background: url("https://iphygitalblob.blob.core.windows.net/image/brand-bg.webp");
  background-size: cover;
  /* ================= CARD ================= */
}

.brand-section .top-section .brand-slider .swiper-slide {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-section .top-section .brand-slider .swiper-slide .logo-box {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  padding-inline: 10px;
}

.brand-section .top-section .brand-slider .swiper-slide .logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-section .top-section .brand-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.brand-section .top-section .brand-slider .swiper-wrapper {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.brand-section .card-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.brand-section .card {
  width: 300px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  filter: drop-shadow(-4px 0 4px rgba(0, 0, 0, 0.15));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform, opacity;
  /* Overlap */
  margin-left: -150px;
  position: relative;
  z-index: 1;
  transform: scale(0.9);
  transition: 0.3s ease;
  /* height: 200px; */
  transform: translateX(250px) scale(0.95);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  /* optional to improve performance */
  will-change: transform, opacity;
  /* Hover */
  /* First card no margin */
}

.brand-section .card .logo {
  width: 100px;
  height: 25px;
  margin-bottom: 10px;
}

.brand-section .card .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-section .card .text {
  margin-bottom: 20px;
}

.brand-section .card .text,
.brand-section .card .user-name {
  color: var(--text-color);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.brand-section .card:hover {
  transform: translateY(-25px) scale(1.05) !important;
  z-index: 50;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
}

.brand-section .card:first-child {
  margin-left: 0;
}  

@media only screen and (max-width: 1024px) {
  /* network-jwellery-fashion-sec */
  .network-jwellery-fashion-sec .networking-box .bottom-box .grid-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item {
    flex: 0 0 calc(50% - 16px);
  }
  .network-jwellery-fashion-sec .networking-box.fashion-box {
    margin-bottom: -43px;
  }
  .network-jwellery-fashion-sec .networking-box.jwellery-box {
    background: url("https://iphygitalblob.blob.core.windows.net/image/jwellery-bg.webp");
    background-size: cover;
    margin-top: -26px;
    margin-bottom: -26px;
    padding-block: 70px !important;
  }
  .iedege-section .iedge-box .item .built-box-btn {
    font-size: 12px;
    line-height: 16px;
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {

  .hero-banner-sec {
    clip-path: ellipse(100% 100% at 50% 0%);
}
  .iedge-box-section {
    padding-bottom: 0;
      margin-top: -14vh;
    margin-top: -14dvh;
      padding-top: 20vh;
    padding-top: 20dvh;
  }
  .iedege-section .iedge-box {
    max-width: 90%;
    margin: 0 auto;
  }
  .iedege-section .iedge-box .row::before {
    display: none;
  }
  .iedege-section .iedge-box .item a p,
  .iedege-section .iedge-box .item p {
    font-size: var(--font18);
    line-height: 24px;
  }
  .iedege-section .iedge-box .item a p span,
  .iedege-section .iedge-box .item p span {
    font-size: var(--font26);
    line-height: 30px;
  }
  .iedege-section .iedge-box .item .built-box-btn {
    font-size: 12px;
    line-height: 16px;
    width: 200px;
  }
  .iedege-section .logo {
    margin-bottom: 10px;
  }
  .network-jwellery-fashion-sec {
    background: url("../img/mobile-networking-bg.webp") no-repeat;
    background-size: cover;
    /* .mobile-group {
          border-top: 1px solid var(--text-color);
          position: relative;
          display: flex;
        flex-direction: column;  
        }

    .mobile-content {
        display: none;       
        position: static;   
        width: 100%;
    }

    .mobile-heading {
        position: relative;
    }

        .mobile-heading {
          text-align: center;
        }
        .icon{
               position: absolute;
                top: 50%;
                right: 20px;
                font-size: 30px;
                transform: translateY(-50%);
        }

        .mobile-group.active .mobile-content {
          display: block;
        } */
  }
  .network-jwellery-fashion-sec .networking-box {
    background: none;
  }
  .network-jwellery-fashion-sec .networking-box .logo {
    background: transparent;
    padding: 0;
    margin: auto;
  }
  .network-jwellery-fashion-sec .networking-box .bottom-box .grid-row {
    gap: 20px;
  }
  .network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item {
    flex: 0 0 100%;
  }
  .network-jwellery-fashion-sec .networking-box .bottom-box .grid-row .item .image {
    height: 370px;
  }
  .network-jwellery-fashion-sec .networking-box .right-side-content {
    padding-left: 0;
    border-left: none;
    margin-block: 30px;
    text-align: center;
  }
  .network-jwellery-fashion-sec .networking-box .right-side-content .heading {
    font-size: 22px;
    line-height: 32px;
  }
  .network-jwellery-fashion-sec .networking-box .right-side-content .heading span {
    font-size: var(--font28);
    line-height: 30px;
  }
  .network-jwellery-fashion-sec .networking-box.fashion-box, .network-jwellery-fashion-sec .networking-box.jwellery-box {
    background: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-block: 10px !important;
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-item {
    border-top: 1px solid var(--text-color);
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-button {
    background: transparent;
    display: block;
    text-align: center;
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-button span {
    display: block;
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-button:focus {
    box-shadow: none;
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-button::after {
    content: "+";
    background: none;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-button:not(.collapsed)::after {
    content: "-";
  }
  .network-jwellery-fashion-sec .mobile-view-accordian .accordion-body {
    padding: 0;
  }
  .solution-section {
    margin-top: -12px;
    padding-top: 30px;
    margin-bottom: -8px;
    height: 700px;
    max-height: 700px;
    min-height: unset;
  }
  .solution-section .solution-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
    width: 85%;
    max-width: 1200px;
    margin: auto;
  }
  .solution-section .solution-grid-box.grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    width: 100%;
    max-width: 95%;
    margin: 0;
    margin-left: auto;
  }
  .solution-section .solution-grid-box.grid .grid-item {
    flex: 0 0 80%;
  }
  .solution-section .solution-grid-box.grid > *:nth-child(3n+2) {
    padding-top: 0;
  }
  .solution-section.grid-section {
    /* min-height: 80vh; */
    /* min-height: 700px; */
  }
  .faq-section {
    background: none;
  }
  .brand-section {
    background: none;
    border-top: 1px solid var(--text-color);
    padding-top: 20px !important;
  }
  .brand-section .top-section .left-side {
    text-align: center;
  }
  .brand-section .card-row {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 20px;
    padding-left: 10px;
  }
  .brand-section .card-row .card {
    flex: 0 0 70%;
    transform: scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  .brand-section .card-row .card .text,
  .brand-section .card-row .card .user-name {
    font-size: var(--font12);
    line-height: 16px;
  }
  .brand-section .card-row .card:not(:first-child) {
    margin-left: 16px;
  }
  .brand-section .card-row .card:hover {
    box-shadow: none;
    transform: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .iedege-section .iedge-box .item .built-box-btn {
    width: 150px;
    padding: 9px;
    height: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .solution-section {
    margin-top: -41px;
    padding-top: 60px;
  }
  .iedege-section .iedge-box .item .built-box-btn {
    width: 120px;
    padding: 9px;
    font-size: 10px;
    line-height: 16px;
    max-width: 100%;
  }
}