.shivalik-dev-banner {
  background-image: url(../images/portfolio/shivalik/shivalik-banner.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #262e35;
  margin-top: 71px;
}

.us-btn {
  background-color: #70ad5a;
  border: none;
  padding: 12px 22px;
  border-radius: 7px;
  color: #000;
  text-transform: uppercase;
}

.shivalik-banner-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shivalik-head-subtitle-3 {
  line-height: 26px;
  font-size: 16px;
  width: 606px;
}

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

.color-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 40px 119.7px; */
}

.color-head h3 span {
  font-weight: 700;
  color: #4dc9f3;
}

.dimension-class {
  width: 125px;
  height: 125px;
  border-radius: 7px;
}

.color-main p {
  text-align: start;
}

.color-div-1 {
  background-color: #005287;
}
.color-div-2 {
  background-color: #1064a4;
}
.color-div-3 {
  background-color: #0d6db7;
}
.color-div-4 {
  background-color: #3f3f3f;
}
.color-div-5 {
  background-color: #70ad5a;
}
.color-div-6 {
  background-color: #c4f2b2;
}

.usercase-sec {
  background-color: #fffdeb;
}

.icon-bg {
  /* background: #fff; */
  /* border-radius: 50px; */
  /* padding: 12px; */
}

.user-batch-1 {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding-right: 134px;
}

.user-batch-2 {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding-left: 134px;
}

.core-heading {
  font-size: 32px;
}
.core-heading span {
  color: #4dc9f3;
  font-weight: 700;
}

.title-1::before {
  content: "Savings  Account";
  position: absolute;
  left: -88px;
  top: 36%;
  width: 50%;
  font-size: 20px;
}
.title-2::after {
  content: "Current Account";
  position: absolute;
  right: -100px;
  top: 36%;
  width: 50%;
  font-size: 20px;
}

.title-3::before {
  content: "Fixed Deposits";
  position: absolute;
  left: -88px;
  top: 36%;
  width: 50%;
  font-size: 20px;
  direction: rtl;
}
.title-4::after {
  content: "Loans";
  position: absolute;
  right: -100px;
  top: 36%;
  width: 50%;
  font-size: 20px;
}

.lato-font p {
  font-size: 67px;
  color: #d3d3d3;
  font-weight: 700;
  transform: rotate(270deg);
}
.family-font h3 {
  font-weight: 500;
  font-size: 24px;
}
.family-font ul li {
  font-weight: 400;
  font-size: 18px;
}
.family-font ul li::marker {
  color: #8ec060;
  font-size: 23px;
}

.abc {
  font-size: 18px;
}
.typo-heading h3 {
  font-weight: 700;
}

.feature-font h3 {
  font-size: 48px;
  font-weight: 700;
  color: #444444;
}
.feature-font ul li::marker {
  color: #8ec060;
  font-size: 23px;
}

.feature-font ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 46.5px;
}

.feature-sec {
  background-color: #e9eaee;
}

.dashboard-img img {
  position: absolute;
  right: -148px;
  top: -48px;
}

/* /////////////////////////partsandplane-css///////////////////////////////////////// */
.parts-dev-banner {
  background-image: url(../images/portfolio/partsandplane/banner-planes.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin-top: 71px;
  position: relative;
}

.visit-btn {
  background-color: #25ace3;
  border: none;
  padding: 12px 22px;
  border-radius: 7px;
  color: #1d4078;
  text-transform: uppercase;
}

.color-div-parts {
  background-color: #1d4078;
}
.color-div-plane {
  background-color: #25ace3;
}

.features-dashboard {
  background-image: url(../images/portfolio/partsandplane/parts-3.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 128px 0;
}

.dashboard-main {
  gap: 61px 0;
}

.feature-font-1 {
  font-size: 30px;
  font-weight: 700;
}

.market-place h3 {
  font-weight: 700;
}

.market-place p {
  line-height: 26px;
}

.market-ul {
  font-weight: 500;
  font-size: 18px;
  line-height: 43px;
}

.marketplace-sec {
  background-image: url(../images/portfolio/partsandplane/parts-4.png);
  background-position: 77% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 72px 0;
}
.social-add-media {
  background: #F1FCFF;
  padding: 60px 0;
}

.social-add-media h3{
  font-weight: 700;
  font-size: 30px;
}

.market-ul li::marker{
  font-size: 19px;
  color: #0D5195;
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 768px) {
  .shivalik-head-subtitle-3 {
    line-height: 26px;
    font-size: 14px;
    width: 100%;
    color: #fff;
  }
  .parts-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26); /* Semi-transparent black color */
  }

  .color-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 56.7px;
  }
  .user-batch-1 {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-right: 0;
  }

  .icon-bg img {
    width: 95px;
  }

  .user-batch-2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
  }
  .title-1::before,
  .title-2::after,
  .title-3::before,
  .title-4::after {
    font-size: 14px;
  }

  .lato-font p {
    transform: rotate(0deg);
  }
  .dashboard-img img {
    display: none;
  }
  .dimension-class {
    width: 100%;
    height: 104px;
  }

  .features-dashboard {
     
    padding: 32px 0;
}
.feature-font-1 {
  font-size: 19px;
  font-weight: 700;
}
.dashboard-main {
  gap: 27px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .color-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 40px 37.7px; */
  }
  .color-main p {
    text-align: start;
}

  .shivalik-dev-banner {
    background-position: top right;
  }
  .dimension-class {
    width: 90px;
    height: 90px;
    border-radius: 7px;
  }

  .icon-bg img {
    width: 73px;
  }

  .user-batch-1 {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-right: 0;
  }

  .user-batch-2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
  }
  .title-1::before,
  .title-2::after,
  .title-3::before,
  .title-4::after {
    font-size: 14px;
  }
  .title-2::after {
    right: -64px;
  }
  .title-4::after {
    right: -64px;
  }

  .lato-font {
    display: flex;
  }

  .feature-font h3 {
    font-size: 27px;
  }

  .feature-font ul li {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 1600px) {
  .color-main p {
    text-align: start;
  }
}
