.cloud-banner {
  color: #ffffff;
  background-image: url(../images/cloud/cloud-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 105vh;
  max-height: 100%;
  min-height: 950px;
}
.cloud-banner-text {
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .cloud-banner-text {
    padding: 5%;
  }
}
.cloud-banner-title {
  max-width: 750px;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cloud-banner-title {
    font-size: 30px;
  }
}
.cloud-banner-subtitle {
  max-width: 750px;
  margin: 20px auto 20px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cloud-banner-subtitle {
    font-size: 20px;
  }
}
.cloud-banner-button {
  max-width: 750px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  gap: 20px;
}
.cloud-banner-button .button-create {
  color: #ffb21b;
  padding: 20px 50px;
  border-radius: 5px;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
.cloud-banner-button .button-create:hover {
  background-color: #ffffff;
  color: #ffb21b;
  transition: 0.3s ease-in-out;
}
.cloud-banner-button .button-contact {
  color: #000000;
  background-color: transparent;
  padding: 20px 50px;
  border-radius: 5px;
  border: 1px solid #000000;
  transition: 0.3s ease-in-out;
}
.cloud-banner-button .button-contact:hover {
  color: #ffb21b;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.cloud-location-title {
  font-size: 40px;
  font-weight: bold;
}
.cloud-location-subtitle {
  font-size: 20px;
  font-weight: 300;
  max-width: 900px;
  margin: 0 auto 30px;
}
.cloud-location-items {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cloud-location-items {
    padding: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .cloud-location-items {
    padding-top: 0;
  }
}
.cloud-location-items:hover {
  transform: translate3d(0, -8px, 0);
}
.cloud-location-items-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffb21b;
  text-align: center;
}
.cloud-location-items-decs {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.cloud-location-img {
  width: 100%;
}
.cloud-location-img img {
  width: 100%;
  max-height: 150px;
  min-height: 150px;
  object-fit: contain;
  height: 100%;
  object-position: bottom;
}
@media only screen and (max-width: 1199px) {
  .cloud-location-img img {
    max-height: 130px;
    min-height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .cloud-location-img img {
    max-height: 185px;
    min-height: 185px;
  }
}
@media only screen and (max-width: 400px) {
  .cloud-location-img img {
    max-height: 185px;
    min-height: 185px;
  }
}
.cloud-location-body {
  color: #000000;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cloud-location-arrow-items:hover, .cloud-location-arrow-items:focus, .cloud-location-arrow-items:active {
  color: #ffb21b;
  cursor: pointer;
}

.pricing-column-left {
  width: 360px;
}
@media only screen and (max-width: 1400px) {
  .pricing-column-left {
    width: 320px;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-column-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-column-left {
    width: 100%;
  }
}
.pricing-column-right {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 1400px) {
  .pricing-column-right {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-column-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-column-right {
    width: 100%;
  }
}
.pricing-left-list {
  display: flex;
  flex-direction: column;
}
.pricing-left-list.active-fixed {
  width: 328px;
}
@media only screen and (max-width: 1400px) {
  .pricing-left-list.active-fixed {
    width: 288px;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-left-list.active-fixed {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-left-list.active-fixed {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-left-list.position-fixed {
    position: unset !important;
  }
}
@media only screen and (max-width: 1365px) {
  .pricing-left-list.position-fixed {
    position: unset !important;
  }
}
.pricing-left-items {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #999191;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.pricing-left-items:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(116, 116, 120, 0.18), 0 8px 15px 0 rgba(116, 116, 120, 0.18);
}
.pricing-left-items-icon {
  padding: 10px;
}
.pricing-left-items-icon img {
  width: 50px;
  height: 50px;
}
.pricing-left-items-body {
  padding: 10px;
}
.pricing-left-items-title {
  font-size: 17px;
  font-weight: bold;
}
.pricing-left-items-subtitle {
  font-size: 15px;
  font-weight: 400;
}
.pricing-left-items.active-bg {
  background-color: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(10, 14, 29, 0.1490196078), 0 8px 15px 0 rgba(10, 14, 29, 0.1803921569);
}
.pricing-line {
  width: 60px;
  border-top: 4px solid #ffb21b;
}
.pricing-right-title {
  font-size: 40px;
  font-weight: bold;
}
.pricing-right-content {
  font-size: 17px;
  font-weight: 400;
}
.pricing-subsection {
  margin-top: 50px;
}
.pricing-subsection-title {
  align-items: center;
}
.pricing-subsection-title-icon {
  width: 50px;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
  margin-right: 20px;
}
.pricing-subsection-title-icon img {
  width: 100%;
}
.pricing-subsection-title span {
  font-size: 30px;
  font-weight: bold;
}
.pricing-subsection-subtitle {
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.pricing-subsection-desc {
  font-size: 17px;
  font-weight: 400;
}
.pricing-subsection-desktop-title {
  font-size: 21px;
  font-weight: 600;
}
.pricing-subsection-desktop-table {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-subsection-desktop-table .text-yellow {
  color: #ffb21b;
}
.pricing-subsection-desktop-table th {
  text-align: center;
  vertical-align: middle;
}
.pricing-subsection-desktop-table td {
  text-align: center;
  vertical-align: middle;
}
.pricing-subsection-mobile-title {
  font-size: 21px;
  font-weight: 400;
}
.pricing-subsection-mobile-title:focus {
  color: #ffb21b;
}
.pricing-subsection-mobile-list {
  border-left: 1px solid #a0a0a0;
}
.pricing-subsection-mobile-items {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-subsection-mobile-items .items-accessories div {
  padding-bottom: 10px;
  width: 50%;
}
@media only screen and (max-width: 424px) {
  .pricing-subsection-mobile-items .items-accessories div {
    text-align: center;
  }
}
.pricing-subsection-mobile-items .items-price {
  border-top: 1px solid #a0a0a0;
}
.pricing-subsection-mobile-items .items-price div {
  color: #ffb21b;
  padding-top: 10px;
  width: 50%;
}
@media only screen and (max-width: 424px) {
  .pricing-subsection-mobile-items .items-price div {
    text-align: center;
  }
}
.pricing-subsection-mobile-items .items-price .hosted-price {
  width: 50%;
}
.pricing-subsection-mobile-items .items-price .hosted-price-month {
  color: #ffb21b;
}
.pricing-subsection-mobile-items .items-price .hosted-price-hour {
  color: #a0a0a0;
}
.pricing-subsection-mobile-items .items-price .dedicated-price {
  width: 50%;
}
.pricing-subsection-mobile-items .items-price .dedicated-price-month {
  color: #ffb21b;
}
.pricing-subsection-mobile-items .items-price .dedicated-price-hour {
  color: #a0a0a0;
}
.pricing-subsection-mobile .text-yellow {
  color: #ffb21b;
}

.baremetal-list {
  justify-content: center;
}
.baremetal-card {
  height: 100%;
  border: 2px solid #d4aa00;
  border-radius: 20px;
  position: relative;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.baremetal-card:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.baremetal-card-header {
  padding: 20px;
  padding-bottom: 10px;
}
.baremetal-card-header-title {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
.baremetal-card-header-pricemonth {
  font-size: 40px;
  color: #ffb21b;
  text-align: center;
  font-weight: bold;
}
.baremetal-card-header-pricehour {
  font-size: 17px;
  padding-top: 10px;
  font-weight: 400;
  text-align: center;
}
.baremetal-card-header .line-pricehour {
  border: 1px solid #ffb21b;
  width: 47px;
  margin: 0 auto;
}
.baremetal-card-header .permonth {
  font-size: 24px;
  color: #ffb21b;
  text-align: center;
}
.baremetal-card-body {
  padding: 20px;
  padding-top: 10px;
}

.gpu-label {
  width: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: 20px;
}
.gpu-label span {
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(147, 102, 14) 0%, rgb(222, 151, 13) 50%, rgb(255, 196, 85) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cpu-compute-list {
  justify-content: center;
}
.cpu-compute-card {
  height: 100%;
  border-radius: 0px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cpu-compute-card:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cpu-compute-card-header {
  padding: 20px;
  padding-bottom: 10px;
}
.cpu-compute-card-header-title {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
.cpu-compute-card-header-pricemonth {
  font-size: 40px;
  color: #ffb21b;
  text-align: center;
  font-weight: bold;
}
.cpu-compute-card-header-pricehour {
  font-size: 17px;
  padding-top: 10px;
  font-weight: 400;
  text-align: center;
}
.cpu-compute-card-header .line-pricehour {
  border: 1px solid #ffb21b;
  width: 47px;
  margin: 0 auto;
}
.cpu-compute-card-header .permonth {
  font-size: 24px;
  color: #ffb21b;
  text-align: center;
}
.cpu-compute-card-body {
  padding: 20px;
  padding-top: 10px;
}

/*# sourceMappingURL=cloud.css.map */
