/* default CSS */

.mobileView {
  display: none !important;
}

.desktopView {
  display: block !important;
}

/* contact section */

.contactSection {
  background: #f8f8ff;
}



.address-img {
  /* width: 940px;
height: 713px; */
  width: 100%;
  height: 95%;
  border-radius: 24px;
}

/* ---------------------------------------------   */

/* whyus ses start */
.section-subtitle {
  color: var(--secondary);
  text-align: center;
  /* font-family: Outfit; */
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  margin-top: 20px !important;
  /* line-height: 28px; */
  /* 175% */
}

/* .whyus-card-parent {
    padding: 100px 0px;
} */

.number-box {
  margin-bottom: -42px;
}

.why-us-main-card {
  /* color: var(--secondary) !important; */
  width: 250px;
  height: 280px;
  border-radius: 24px;
  /* background: var(--Radial, radial-gradient(69.94% 74.85% at -13.28% -35.34%, #031F42 0%, #6B68EB 100%)); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  /* transform: rotate(2.532deg); */
  position: relative;
}
.why-card1 .why-card-element {
  position: absolute;
  bottom: -14%;
  left: -10%;
  /* background-color: #000000; */
}
.why-card2 .why-card-element {
  position: absolute;
  top: -13%;
  left: -10%;
}
.why-card3 .why-card-element {
  position: absolute;
  bottom: -13%;
  right: -10%;
}
.why-card4 .why-card-element {
  position: absolute;
  top: -13%;
  left: -10%;
}
.why-card5 .why-card-element {
  position: absolute;
  top: -13%;
  right: -10%;
}

.whyus-card-parent {
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.whyus-card-head {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--secondary);
}

.why-us-card-subhead {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

.whyCardCarousel .item {
  padding-bottom: 33px;
  display: flex;
  justify-content: center;
}

.darkcard .whyus-card-head,
.why-us-card-subhead {
  color: var(--secondary) !important;
}

.darkcard {
  background-image: url(../images/icon/darkcardbg.png);
}

.lightcard {
  background-image: url(../images/icon/lightcardbg.png);
  /* transform: rotate(-3.63deg); */
}

.why-card1 .why-us-main-card {
  background: url("../images/banner/f1.jpg");
}

.why-card2 .why-us-main-card {
  background: url("../images/banner/f2.png");
}

.why-card3 .why-us-main-card {
  background: url("../images/banner/f3.png");
}

.why-card4 .why-us-main-card {
  background: url("../images/banner/f4.png");
}

.why-card5 .why-us-main-card {
  background: url("../images/banner/f5.jpg");
}

.why-card1,
.why-card3,
.why-card5 {
  /* transform: rotate(2.532deg); */
}

.why-card2,
.why-card4 {
  /* transform: rotate(-3.63deg); */
  position: relative;
  bottom: 40px;
}

.why-card1,
.why-card2,
.why-card3,
.why-card4,
.why-card5 {
  margin: 0 10px;
}

.why-card4 {
  position: relative;
  z-index: 1;
}

.big-number {
  display: flex;
  justify-content: center;
  font-size: 90px;
  font-weight: 700;
  background: linear-gradient(to bottom, #d6d7fb, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  opacity: 1;
  margin-bottom: -40px;
}

.whyus-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .contact-addressimg-wrapper {
    margin-top: 30px;
  }

  .whyus-card-parent {
    flex-wrap: wrap;
  }

  .why-card2,
  .why-card4 {
    bottom: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact-text-wrapper {
    grid-template-columns: 1fr;
  }

  .mobileView {
    display: block !important;
  }

  .desktopView {
    display: none !important;
  }
}
