/* Common Style of Compute Page */
.benefits {
  padding-top: 50px;
  padding-bottom: 50px;
}
.compute-pricing {
  padding-top: 50px;
  padding-bottom: 0px;
}

/* Ch-Provider */
.ch-provider .main-img {
  height: 85vh;
  width: 100vw;
}

/* Advance Storage */
.advance-storage .pink-line {
  color: #dcb7bc;
}
.advance-storage .left-area,
.advance-storage .right-area {
  padding: 0 !important;
  max-width: unset;
}
.advance-storage .right-area img {
  width: 100%;
}

/* Scroller */
.compute-page .scroller {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* Ai-Dev-op */
.ai-devop .left-area {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.ai-devop .left-area,
.ai-devop .right-area {
  width: 100%;
}
.ai-devop .col-lg-6,
.ai-devop .col-lg-6 {
  align-items: flex-start;
}
.ai-devop .left-area img {
  width: 92%;
}
.ai-devop .card-wrap .card-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.ai-devop .card-wrap .card {
  height: 40vh;
  min-height: 180px;
  max-height: 275px;
}
.ai-devop .right-area .styled-para {
  padding-left: 15px;
  border-left: 3px solid #d9d9d9;
}

/* Case-Studies */
.case-studies .explore-mizzle {
  margin-top: 0;
}
.case-studies .explore-mizzle .small-left-heading {
  position: relative;
}
.case-studies .explore-mizzle .l-r-wrapper {
  margin-top: 0;
}
.case-studies .card {
  min-height: 400px;
  height: 55vh;
  padding: 15px;
}

.case-studies .card:hover {
  background-color: unset !important;
}
.case-studies .card img {
  width: 12vw;
  max-width: 250px;
  margin: 0 auto 25px;
}
.case-studies .card-title {
  font-family: "Nexa", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: unset;
}

/* Benefits */
.benefits .left-area img {
  margin: 50px 0;
}
.benefits .content-list ul {
  padding: 0;
  margin: 0;
  list-style-image: url("../images/list-style-yellow.svg");
  list-style-position: outside;
  margin-left: 25px;
}
.benefits .content-list .scale ul {
  list-style-image: url("../images/list-style-yellow.svg");
}
.benefits .content-list .cost ul {
  list-style-image: url("../images/pink-ul.svg");
}
.benefits .content-list .flexible ul {
  list-style-image: url("../images/skyblue-ul.svg");
}
.benefits .content-list .security ul {
  list-style-image: url("../images/purple-ul.svg");
}
.benefits .content-list .updates ul {
  list-style-image: url("../images/gray-ul.svg");
}
.benefits .content-list .content-item {
  display: none;
  transition: all ease-in-out 0.3s;
}
.benefits .content-list .content-item.active {
  display: flex;
}
.benefits ul li {
  position: relative;
  padding-left: 5px;
  margin-bottom: 20px;
  font-weight: 700;
}
.benefits .list .list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cecece;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.benefits .list .list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  z-index: 2;
}
.benefits .list .list-item.active::after {
  animation: lineAnimation linear 3s infinite;
}
.compute-page .use-case-header {
  display: block;
  height: 21vh;
}
@media (max-width: 768px) {
  .compute-page .use-case-header {
    height: auto;
  }
}
.compute-page .use-case-card {
  padding-bottom: calc(var(--resp) * 20px);
}
@keyframes lineAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.benefits .list .list-item.active {
  padding-left: 25px;
}
.benefits .list .list-item.scale.active {
  background: #fbdb8650;
}
.benefits .list .list-item.cost.active {
  background: #dcb7bc50;
}
.benefits .list .list-item.flexible.active {
  background: #93f2ff50;
}
.benefits .list .list-item.security.active {
  background: #d3c2ff50;
}
.benefits .list .list-item.updates.active {
  background: #cecece50;
}
.benefits .list .list-item .icon-img {
  width: 65px;
}
.benefits .list .list-item h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: capitalize;
  width: calc(100% - 140px);
}
.benefits .list .list-item .right-icon {
  width: 34px;
  height: 34px;
  background-image: url("../images/icons/dash-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.benefits .list .list-item.active .right-icon {
  background-image: url("../images/icons/dash-minus.svg");
}

/* Compute Pricing */
.compute-pricing .compute-pricing-inner {
  background: url("../images/compute-pricing.svg") no-repeat;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-size: cover;
  background-position: 0 0;
}
.compute-pricing .logos-img {
  width: 100%;
  display: block;
}
.compute-pricing .range-card {
  padding: 15px;
  background: transparent;
  border: 2px solid #333333;
}
.compute-pricing .range-card p {
  font-size: 30px;
  color: var(--stroke-gray);
  text-transform: capitalize;
}
.compute-pricing .range-card .range-slider {
  margin: 15px 0;
}
.compute-pricing .range-card .num-type-input {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
  background: #1e1e1e;
}
.compute-pricing .range-card .num-type-input .left {
  position: relative;
}
.compute-pricing .range-card .num-type-input .left .icon {
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.compute-pricing .range-card .num-type-input .plus {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 35px solid #454545;
}
.compute-pricing .range-card .num-type-input .plus span {
  position: absolute;
  top: 1px;
  left: 18px;
  z-index: 3;
  user-select: none;
}
.compute-pricing .range-card .num-type-input .minus {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 35px solid #454545;
  user-select: none;
}
.compute-pricing .range-card .num-type-input .minus span {
  position: absolute;
  top: 41px;
  left: 18px;
  z-index: 3;
}
.compute-pricing .range-card .num-type-input .right {
  font-family: "BebasNeue";
  font-size: 54px;
  color: white;
}

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 0;
}
.range-slider::-webkit-slider-runnable-track {
  height: 13px;
  background: #454545;
  border-radius: 0;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 13px;
  width: 13px;
  background: url("../images/icons/pink-slider.svg") no-repeat;
  box-shadow: -407px 0 0 400px #dcb7bc;
  position: relative;
  background-position: 0 -1px;
}
.range-slider.skyblue::-webkit-slider-thumb {
  box-shadow: -407px 0 0 400px #93f2ff;
  background: url("../images/icons/skyblue-slider.svg") no-repeat;
  background-position: 0 -1px;
}
.range-slider.yellow::-webkit-slider-thumb {
  box-shadow: -407px 0 0 400px #fbdb86;
  background: url("../images/icons/yellow-slider.svg") no-repeat;
  background-position: 0 -1px;
}
.range-slider.purple::-webkit-slider-thumb {
  box-shadow: -407px 0 0 400px #d3c2ff;
  background: url("../images/icons/purple-slider.svg") no-repeat;
  background-position: 0 -1px;
}
.compute-pricing .card-right {
  background: #1e1e1e;
  padding: 15px;
}
.compute-pricing .card-right .card-right-header,
.compute-pricing .card-right .card-right-footer {
  padding: 25px 10px;
  background: #2e2e2e;
}
.compute-pricing .card-right .card-right-header h6 {
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--container-color);
  text-align: center;
}
.compute-pricing .card-right ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.compute-pricing .card-right ul li {
  border-bottom: 1px solid #262626;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  color: #eeeeee;
}
.compute-pricing .card-right ul li p {
  font-size: 20px;
  text-transform: capitalize;
}
.compute-pricing .card-right ul li h5 {
  font-family: "BebasNeue";
  font-size: 34px;
  font-weight: 700;
  color: #eeeeee;
}
.compute-pricing .card-right .card-right-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compute-pricing .card-right .card-right-footer p {
  font-size: 17px;
  color: #eee;
}
.compute-pricing .card-right .card-right-footer h3 {
  font-family: "BebasNeue";
  font-size: 55px;
  font-weight: 700;
  color: var(--container-color);
}

/* Media Queries */
@media (max-width: 1280px) {
  .benefits .accordion .acc-heading h6 {
    font-size: 26px;
  }
  .benefits .accordion .acc-heading img {
    width: 60px;
  }
  .case-studies .card-title {
    font-size: 22px;
  }
  .case-studies .card {
    min-height: 370px;
    height: 68vh;
  }
  .case-studies .card img {
    width: 10vw;
    max-width: 200px;
    margin: 0 auto 20px;
  }

  /* AI Dev-Op */
  .ai-devop .col-lg-6 {
    align-items: flex-start;
  }
  .ai-devop .card-wrap .card-title {
    font-size: 18px;
  }
  .compute-pricing .range-card p {
    font-size: 22px;
  }
  .compute-pricing .range-card .range-slider {
    margin: 10px 0;
  }
  .compute-pricing .card-right .card-right-header h6 {
    font-size: 18px;
  }
  .compute-pricing .card-right ul li p {
    font-size: 18px;
  }
  .compute-pricing .card-right ul li {
    padding: 10px;
  }
  .compute-pricing .card-right .card-right-header,
  .compute-pricing .card-right .card-right-footer {
    padding: 10px;
  }
  .compute-pricing .card-right .card-right-footer h3 {
    font-size: 40px;
  }
}

.hl-network .card-wrap .card.sky-blue:hover {
  background-color: #93f2ff;
  transform: translateY(-10px);
}

.hl-network .card-wrap .card.sky-blue {
  transition: 0.5s ease;
}

.hl-network .card-wrap .card.sky-blue:hover .icon {
  background-color: #dffbff;
}

/* yellow card */

.hl-network .card-wrap .card.yellow:hover {
  background-color: #fbdb86;
  transform: translateY(-10px);
}

.hl-network .card-wrap .card.yellow {
  transition: 0.5s ease;
}

.hl-network .card-wrap .card.yellow:hover .icon {
  background-color: rgb(254, 244, 219);
}

/* purple-card */
.hl-network .card-wrap .card.purple:hover {
  background-color: #d3c2ff;
  transform: translateY(-10px);
}

.hl-network .card-wrap .card.purple {
  transition: 0.5s ease;
}

.hl-network .card-wrap .card.purple:hover .icon {
  background-color: #f2edff;
}

/* pink card */
.hl-network .card-wrap .card.brown:hover {
  background-color: #dcb7bc;
  transform: translateY(-10px);
}

.hl-network .card-wrap .card.brown {
  transition: 0.5s ease;
}

.hl-network .card-wrap .card.brown:hover .icon {
  background-color: #f5eaeb;
}

@media (max-width: 1199.98px) {
  .ai-devop .card-wrap .card {
    height: auto;
    min-height: 175px;
    max-height: 275px;
    padding: 15px 25px;
  }
}

@media (max-width: 991.98px) {
  .advance-storage .left-area,
  .advance-storage .right-area {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .compute-pricing .range-card .num-type-input .right {
    font-size: 24px;
  }
  .compute-pricing .range-card .num-type-input .left .icon {
    font-size: 20px;
  }
  .compute-pricing .range-card .num-type-input .plus {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 22px solid #454545;
  }
  .compute-pricing .range-card .num-type-input .minus {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 22px solid #454545;
  }
  .compute-pricing .range-card .num-type-input .minus span {
    top: 26px;
    left: 11px;
  }
  .compute-pricing .range-card .num-type-input .plus span {
    top: -1px;
    left: 12px;
  }
  .compute-pricing .range-card .num-type-input {
    align-items: center;
  }
  .compute-pricing .card-right ul li h5 {
    font-size: 24px;
  }
  .compute-pricing .card-right .card-right-footer h3 {
    font-size: 30px;
  }

  footer .footer-top-right svg {
    width: 30px !important;
  }
}

@media (max-width: 575.98px) {
}
