/* herobanner */

.herobanner-title {
  font-family: "Klavika-Regular";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  text-transform: capitalize;
  width: 100%;
  word-break: break-word;
  flex-shrink: 0;
  margin-bottom: 1.67rem;
}

.herobanner-desc {
  width: 100%;
  height: 5.25rem;
  flex-shrink: 0;
  word-break: break-word;
  margin-bottom: 3rem;
}

.overflow-animation,
.spotlight-overflow-animation {
  overflow: hidden;
  display: block;
}

.content-overflow-wrapper {
  overflow: hidden;
}

.heading-overflow-wrapper .overflow-animation {
  overflow: hidden;
  display: inline-block;
}

.blogs-slider-div .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.news-slider-div .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.resources-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.cloud-overview-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.cloud-partners-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.customer-stories-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.cloud-resources-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.latest-resources-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.related-insights-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate,
.idealPc-slider .swiper-slide.card-wrapper[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0) !important;
}

.blogs-slider-div .swiper-slide.card-wrapper[data-aos=fade-up],
.news-slider-div .swiper-slide.card-wrapper[data-aos=fade-up],
.resources-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.cloud-overview-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.cloud-partners-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.customer-stories-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.cloud-resources-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.related-insights-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.latest-resources-slider .swiper-slide.card-wrapper[data-aos=fade-up],
.idealPc-slider .swiper-slide.card-wrapper[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0) !important;
}

.partner-slider .slider-wrapper[data-aos^="fade"][data-aos^="fade"].aos-animate,
.partner-solution-slider .slider-wrapper[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0) !important;
}

.partner-slider .slider-wrapper[data-aos=fade-up],
.partner-solution-slider .slider-wrapper[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0) !important;
}

.glowing-wrapper-button {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(110deg, rgba(37, 18, 80, 0.10) 39.46%, rgba(99, 12, 127, 0.10) 63.62%, rgba(28, 11, 141, 0.10) 99.85%);
  margin: 0 auto;
}

.glowing-wrapper:hover {
  box-shadow: #db9fff8f 0px 0px 20px 0px;
}

.glowing-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  /* background-image: url(../media/common/cta-2.png); */
  background: linear-gradient(221deg, #2c9fb5 30%, #005974 100%);
  background-position: center;
  background-size: cover;
  transition: 0.5s ease-in;
}


.glowing-wrapper-borders-masker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: .06rem;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  line-height: 100%;
}




.glowing-wrapper-mask {
  opacity: 1
}

.glowing-wrapper-borders {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}


.glowing-wrapper-button:hover:after {
  opacity: .5;
}

.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
  opacity: 1;
  border: 0.5px solid #ffffff14;
  border-radius: 3px;
}

.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
  clear: both;
  content: "";
  display: block;
}

.glowing-wrapper-animations {
  pointer-events: none;
}

.glowing-wrapper-animations * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
  animation: borderTurn 7s infinite linear;
  background-image: conic-gradient(from 0 at 50% 50%, rgba(255, 255, 255, .8) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(255, 255, 255, .8) 360deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.glowing-wrapper-borders {
  animation-name: borderTurnWithTranslate;
}

.glowing-wrapper-borders-masker {
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes borderTurn {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes borderTurnWithTranslate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}




.overflow-animation small,
.spotlight-overflow-animation small,
.overflow-animation .line {
  display: inline-block !important;
  font: inherit !important
}

#powerful-solutions .section-content-div {
  position: relative;
}

.glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.spotlight-slider-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 4%;
  width: 100%;
  max-width: 1400px;
  z-index: 10;
  transform: translateY(-50%);
}


.spotlight-slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 !important;
  padding: 8px;
  position: relative;
  opacity: 1;
}

.spotlight-slider .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #4F4F4F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.spotlight-slider .swiper-pagination-bullet-active::before {
  background: #007C96;
}

.commercialclient .spotlight-slider .swiper-pagination-bullet-active::before {
  background: #F36421;
}

.spotlight-slider .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent;
}


.spotlight-slider .swiper-pagination {
  position: absolute;
  bottom: calc(100% - 90%);
  left: 0;
  margin: 0 auto;
  padding: 0 4%;
  width: fit-content;
  max-width: 1400px;
  z-index: 10;
}

.spotlight-slider-div {
  /* height: calc(100vh - 128px); */
}

.spotlight-slider-wrapper .content-wrap {
  margin-bottom: 0;
}

.section-headings-div {
  margin-bottom: 30px;
}

.content-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.content-wrap ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-wrap ul li p {
  margin-bottom: 0;
}

.quote-text {
  max-width: 500px;
  align-self: center;
  margin: 0 10%;
  font-size: 24px;
}

.quote-text {
  transition: all 0.3s;
}

.swiper-slide.swiper-slide-next .quote-text,
.swiper-slide.swiper-slide-prev .quote-text {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .quote-text {
  opacity: 1;
}

.spotlight-slider {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}

.image-slider-wrapper {
  position: relative;
  width: 70%;
  /* flex: 0 0 calc((100% - 1225px) + 780px);
  max-width: calc((100% - 1225px) + 780px);
  width: calc((100% - 1225px) + 780px); */
}


.image-slider {
  /* height: calc(100vh - 82px); */
}

.swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;

}

.spotlight-img {

  position: relative;
  width: 100%;
  /* left: 0;
  top: 0; */
}

.swiper-slide-inner {

  /* position: absolute; */
  right: 0;
  top: 0;
  left: auto;
  /* height: calc(100svh - 0px); */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;

}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-prev {
  background-image: url("../media/common/arrow-left-circle.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: calc(var(--swiper-navigation-size) / 26 * 27);
}

.swiper-button-next {
  background-image: url("../media/common/arrow-right-circle.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: calc(var(--swiper-navigation-size) / 26 * 27);
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.circleDiv {
  content: "";
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50%;
  z-index: 0;
}



/* powerful solutions */
.section-heading {
  font-family: "Klavika-Medium";
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}

.section-tagline {
  -webkit-text-stroke-width: 0.20000000298023224;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}

#powerful-solutions {
  position: relative;

}

#powerful-solutions .section-content-div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
}

.powerful-solution-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 4);
  position: relative;
  border-radius: 3px;
}

.powerful-solution-card .card-content {
  padding: 1.06rem 1.75rem;
}

.card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -33%;

  width: 160px;
  height: 160px;
  margin: -80px auto 0 auto;
}

.card-img picture,
.card-img img {
  width: 100%;
  height: 100%;
}

.card-content h3 {
  color: #fff;
  font-family: "Klavika-Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
}

.card-content h4 {
  color: #fff;
  font-family: "Klavika-Light";
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  min-height: 6.125rem;
  z-index: 10;
  position: relative;
}


.card-footer,
.card-footer.active {
  cursor: pointer;
}

.card-footer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid #484848;
  padding: 1rem 2.5rem;
  z-index: 5;
}

.card-footer a:hover {
  background: linear-gradient(90deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-footer:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(2255%) hue-rotate(6deg) brightness(84%) contrast(87%);
}

.card-footer a span {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  font-family: "Klavika-Regular";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

/* why amd */
#why-amd {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.why-amd:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, transparent, #0B1F26);
  opacity: 0.5;
  width: 100%;
  height: auto;

}

#why-amd .background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.background-img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
}


#why-amd .background-img-div video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* height: 100%; */
}

#why-amd p {
  color: #fff;
  text-align: center;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  width: 44.125rem;
  margin: 0 auto;
}

#why-amd .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.5rem;
}

#why-amd .content h3 {
  font-size: 1.875rem;
}

#why-amd .content .img-div {
  width: 300px;
  height: 300px;
}

.why-amd .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#why-amd .content h3 {
  text-align: center;
  font-family: "Klavika-Light";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 370px;
}

#why-amd .content h3 small,
#why-amd .content h3 .line {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  font-family: "Klavika-Light";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
  background: linear-gradient(91deg, #ffffff 2.81%, #ffffff 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
}

#why-amd .btn {
  margin: 0 auto;
}

/* product */
.products-div {
  overflow: hidden;
}

.products-div p {
  color: #a3a4be;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

.feature-list {
  margin-bottom: 4rem;
}

.feature-list li {
  color: #fff;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feature-list li::after {
  content: " ";
  width: 60%;
  height: 2px;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
  border: none;
  display: inline-block;
  margin: 20px 0;
}

.feature-list li:last-of-type::after {
  display: none;
}

.feature-list li span {
  margin-right: 1rem;
}

.amd-products-wrapper {
  margin: 3rem 0;
  align-items: center;
}

#amd-products .amd-products-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.content-wrap.calculator-section {
  margin: 6rem 0;
}

.content-wrap.calculator-section .content-row {
  flex-direction: row-reverse;
  max-width: 60%;
  margin: 0 auto;
  gap: 100px;
}

.commercialclient .calculator-section .content-asset-div {
  width: 23%;
  height: 164px;
}

.calculator-section .content-asset-div img {
  width: 100%;
  height: 100%;
}

.commercialclient .calculator-section .content-text-div {
  width: 77%;
}

/* our-partners */

.partner-slider .swiper-wrapper,
.partner-solution-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  align-items: center;
  /* justify-content: center; */

}

.partner-slider::before,
.partner-solution-slider::before {
  content: ' ';
  width: 130px;
  height: 100%;
  /* background: linear-gradient(90deg, #0B1F26 45%, rgba(11, 31, 38, 0.00) 100%); */
  z-index: 2;
  display: block;
  position: absolute;
  left: -6px;
  top: 0;
  filter: blur(3px);
}

.partner-slider::after,
.partner-solution-slider::after {
  content: ' ';
  width: 130px;
  height: 100%;
  /* background: linear-gradient(to left, #0c2142 45%, rgba(5, 5, 5, 0.00) 100%); */
  z-index: 2;
  display: block;
  position: absolute;
  right: -6px;
  top: 0;
  filter: blur(3px);
}

.partner-slider .swiper-slide,
.partner-solution-slider .swiper-slide {
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  width: auto !important;
}

.partner-slider .swiper-slide img,
.partner-solution-slider .swiper-slide img {
  width: auto;
  height: auto;
}

/* blogs */
.blogs-slider,
.news-slider,
.latest-resources-slider,
.related-insights-slider {
  margin-bottom: 2rem;
}

.blogs-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.blogs-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.blogs-div .card-wrapper .img-div img,
.news-slider .card-wrapper .img-div img,
.resources-slider .card-wrapper .img-div img,
.cloud-overview-slider .card-wrapper .img-div img,
.cloud-partners-slider .card-wrapper .img-div img,
.customer-stories-slider .card-wrapper .img-div img,
.cloud-resources-slider .card-wrapper .img-div img,
.resources-listing-body .card-wrapper .img-div img,
.related-insights-slider .card-wrapper .img-div img,
.latest-resources-slider .card-wrapper .img-div img,
.idealPc-slider .card-wrapper .img-div img {
  transform-origin: center;
  transition: transform .3s, visibility .3s ease-in-out;
}

.blogs-div .card-wrapper:hover .img-div img,
.news-slider .card-wrapper:hover .img-div img,
.resources-slider .card-wrapper:hover .img-div img,
.cloud-overview-slider .card-wrapper:hover .img-div img,
.cloud-partners-slider .card-wrapper:hover .img-div img,
.customer-stories-slider .card-wrapper:hover .img-div img,
.cloud-resources-slider .card-wrapper:hover .img-div img,
.resources-listing-body .card-wrapper:hover .img-div img,
.related-insights-slider .card-wrapper:hover .img-div img,
.latest-resources-slider .card-wrapper:hover .img-div img,
.idealPc-slider .card-wrapper:hover .img-div img {
  transform: scale(1.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blogs-div .card-wrapper:hover .img-div,
.news-slider .card-wrapper:hover .img-div,
.resources-slider .card-wrapper:hover .img-div,
.cloud-overview-slider .card-wrapper:hover .img-div,
.cloud-partners-slider .card-wrapper:hover .img-div,
.customer-stories-slider .card-wrapper:hover .img-div,
.cloud-resources-slider .card-wrapper:hover .img-div,
.resources-listing-body .card-wrapper:hover .img-div,
.related-insights-slider .card-wrapper:hover .img-div,
.latest-resources-slider .card-wrapper:hover .img-div,
.idealPc-slider .card-wrapper:hover .img-div {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-content {
  padding: 1rem;
  min-height: 190px;
}

.blog-content p {
  color: #f0f2ff;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  min-height: 100px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content span {
  color: #888;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
}

/* news */
.news-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.news-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;

}

.news-content {
  padding: 1rem;
  min-height: 190px;
}

.news-content p {
  color: #f0f2ff;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  min-height: 100px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content span {
  color: #888;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
}

/* resources */
.resources-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.resources-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.resources-content {
  padding: 1rem;
  min-height: 190px;
}

.resources-content h3 {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 8px;
}

.resources-content p {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  width: 70%;
  margin-bottom: 50px;
}

.resources-content .btn,
.resources-listing-content .btn {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.625rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}

.resources-content .btn:hover,
.resources-listing-content .btn:hover {
  background-color: none;
  box-shadow: none;

}

.resources-content .btn img,
.resources-listing-content .btn img {
  width: auto;
  height: auto;
}

.resources-slider .img-div {
  height: 220px;
}

.resources-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}



/* connect with specialist */
.connect-with-specialist-div {
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.connect-with-specialist-div h3 {
  color: #fff;
  font-family: "Klavika-Medium";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.25rem;
}

.connect-with-specialist-div p {
  color: #a3a4be;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

.showOnDesktop.customanchor {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}


.whitepaperPopUpWrapper {
  width: 35%;
  height: auto;
  display: flex;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: row;
}

.whitepaperPopUpWrapper::before {
  content: '';
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  background: rgba(46, 46, 46, 0.50);
  backdrop-filter: blur(52px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.whitepaperArea {
  background: linear-gradient(180deg, #151515 0%, #2A0606 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  padding: 40px 40px;
  width: 100%;
}

.whitepaperArea .subscriptionForm p {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.whitepaperArea .inputField {
  width: 100%;
}


/* commercial-client */


.section-with-background {
  position: relative;
  margin-bottom: 30px;
}

.tabsection {
  position: relative;
}

.tabsection .pin-spacer {
  margin: 0 0 80px !important;
}

.tabsWrapper {
  top: 0;
  left: 0;
  z-index: 50;
  padding: 15px 0px 0px;
  background: transparent;
  transform: none !important;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.resources-filter-header {
  z-index: 998;
  width: 100%;
  padding: 20px 0;
}

body.openFilter {
  overflow: hidden;
}

.filtericon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  z-index: 10;
  top: 100px;
}


.tabsWrapper.pinned {
  background: rgba(31, 25, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: sticky;
  width: 100%;
}

.tabsWrapper.pinned li.tab,
.tabsWrapper.pinned .tab.active {
  font-size: 0.9rem;
}


.tabs .tab img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(1%) saturate(0%) hue-rotate(250deg) brightness(93%) contrast(82%);
}

.tabs .tab.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(2%) hue-rotate(32deg) brightness(111%) contrast(101%);
}

.tab.business-laptops img {
  width: 34px;
  height: 28px;
}

.tab.business-desktops img {
  width: 18px;
  height: 31px;
}

.section-with-background-content-title {
  color: #FFF;
  font-family: "Klavika-Medium";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.section-with-background-content-desc {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.section-with-background-content {
  /* padding: 64px 0; */
  width: 35%;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);

}

.youtubeWrapper {
  display: flex;
  width: 100%;
  gap: 12px;
}

.youtubeDiv {
  width: 49%;
}

.page-template-template-commercial_client .youtubeDiv {
  width: 100%;
}

.commercialclient .business-laptops .content-text-div,
.commercialclient .business-laptops .content-asset-div {
  width: 49%;
}

.commercialclient .business-desktops .content-text-div,
.commercialclient .business-desktops .content-asset-div {
  width: 50%;
}

.youtubevideo {
  width: 100%;
  margin-bottom: 20px;
}

.content-asset-div,
.content-text-div {
  width: 50%;
}

.content-asset-div,
.content-asset-div img,
.content-asset-div video,
.content-asset-div iframe,
.fourth-gen-img,
.fourth-gen-img img,
.fourth-gen-slider .swiper-slide-inner,
.fourth-gen-slider .swiper-slide {
  border-radius: 3px;
}

.content-row {
  justify-content: space-between;
}

.youtubeDiv .content-asset-div {
  width: 100%;
}

.youtubeDiv .content-text-div {
  width: 100%;
}

.youtubeDiv .content-row {
  display: flex;
  flex-direction: column;
}

.page-template-template-commercial_client .content-row {
  display: flex;
  flex-direction: row;
}

.page-template-template-commercial_client .content-wrap:nth-child(odd) .content-row {
  flex-direction: row-reverse;
}

.page-template-template-commercial_client .business-desktops .content-wrap:nth-child(odd) .content-row {
  flex-direction: row-reverse;
}

.youtube-iframe {
  height: 340px !important;
  border-radius: 3px;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youtube-content-title {
  color: #FFF;
  font-family: "Klavika-Medium";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 20px 0;
}

.youtube-section {
  margin-bottom: 30px;
}

.content-wrap {
  margin-bottom: 30px;
}

.modern-business {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../assets/media/commerical/business-laptop-banner.webp) 100% / cover no-repeat;
  margin-bottom: 30px;
}

.content-title {
  color: #FFF;
  font-family: "Klavika-Medium";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.productsShots-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 100px;
}

.products {
  margin-bottom: 100px;
}

.products-container {
  margin: 150px 0px 40px;
}

.productShots {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  padding: 20px;
  position: relative;
  transition: .2s ease-in;
  margin: 40px 0px;
  border-radius: 3px;
}

.productShots:hover {
  box-shadow: rgb(255 242 242 /10%) 0px 2px 8px 0px;
  cursor: pointer;
}


.product-title {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.product-feature-list li span {
  font-weight: 500;
  font-family: "Klavika-Medium";
  min-width: 64px;
}

.product-feature-list li {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  gap: 15px;
}

.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 175px;
  max-width: 80%;
  width: 100%;
  margin: -30% auto 30px; */
  margin: 0 auto;
  margin-top: -150px;
}

img.product {
  width: 100%;
  height: 300px;
  object-fit: contain;
  max-width: 100%;
}

.popUpProduct {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.SpotlightpopUpProduct {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.productDetailsHolder {
  width: 80%;
  height: calc(100vh - 200px);
  display: flex;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: row;
}

.productDetailsHolder::before {
  content: '';
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  background: rgba(46, 46, 46, 0.50);
  backdrop-filter: blur(52px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.productDetailsHolder .product-feature-list li span {
  min-width: 74px;
}

.productDetailsArea {
  background: linear-gradient(180deg, #151515 25%, #007C97 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  padding: 70px 50px;
  width: 60%;
  height: 100%;
  overflow-y: auto;
}

.closePopUp {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 20px;
  cursor: pointer;
  background: url(../media/common/closeicon.webp)no-repeat center center;
  background-size: 50%;
}

.closeSpotlightPopup {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 20px;
  cursor: pointer;
  background: url(../media/common/closeicon.webp)no-repeat center center;
  background-size: 50%;
}

.productDetailsArea .product-name {
  color: #FFF;
  font-family: "Klavika-Medium";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

.productDetailsArea .product-tagline {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.product-description {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 16px 0;
}

.productImageArea {
  width: 40%;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-video {
  width: 100%;
  height: auto;
}

.content-wrap .youtubeDiv {
  width: 100%;
}


.business-desktops .content-wrapper .content-wrap .content-text-div {
  padding-left: 80px;
}

.business-desktops .content-wrapper .content-wrap:nth-child(even) .content-text-div {
  padding-right: 0px;
  padding-left: 80px;
}

.business-desktops .content-wrapper .content-wrap .content-text-div {
  padding-left: 0px;
  padding-right: 80px;
}

.workstation .content-wrapper .content-wrap:nth-child(even) .content-row,
.page-template-template-commercial_client .content-wrap.youtubeDiv:nth-child(even) .content-row {
  flex-direction: row-reverse;
}

.workstation .content-wrapper .content-wrap .content-text-div,
.page-template-template-commercial_client .content-wrap.youtubeDiv .content-text-div {
  padding-left: 80px;
}

.workstation .content-wrapper .content-wrap:nth-child(even) .content-text-div,
.page-template-template-commercial_client .content-wrap.youtubeDiv:nth-child(even) .content-text-div {
  padding-right: 80px;
  padding-left: 0px;
}

/* vectors for homepage */
.vector1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 100%;
  z-index: -1;
  background: url(../media/vectors/green_glow.png) 100% / cover no-repeat;
  mix-blend-mode: darken;
  backdrop-filter: blur(2px);
}

/* datacenter */

.datacenter .content-wrap:nth-child(odd) .content-row {
  flex-direction: row-reverse;
}

.datacenter .content-wrap:nth-child(odd) .content-row .content-text-div {
  padding-right: 80px;
}

.datacenter .content-wrap:nth-child(even) .content-row .content-text-div {
  padding-left: 80px;
}

.datacenter .content-wrap {
  margin-bottom: 80px;
}

.fourth-gen-architecture {
  position: relative;
  overflow: hidden;
}

.fourth-gen-architecture .background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.fourth-gen-architecture .background-img-div img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}




.fourth-gen-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(100vh - 160px);
}

.fourth-gen-content .btn {
  margin: 0 auto;
}

.fourth-gen-slider {
  position: relative;
  display: flex;
  gap: 30px;
}

.fourth-gen-slider .content-title-head h3 {
  margin-bottom: 8px;
  width: 70%;

}

.fourth-gen-slider .content-title-head h2 {
  color: #FFF;
  font-family: "Klavika-Medium";
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 24px;
}

.fourth-gen-slider .content-title-head p {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.fourth-gen-slider .card-body ul {
  list-style-type: disc;
  padding-left: 20px;
}

.fourth-gen-slider .card-body ul li,
.fourth-gen-slider .card-body p {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.fourth-gen-slider .content-wrap {
  margin: 0;
}

.fourth-gen-image-slider-wrapper {
  width: 49%;
  height: 395px;
}

.fourth-gen-content-slider-wrapper {
  width: 49%;
}

.fourth-gen-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.fourth-gen-slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 !important;
  padding: 6px;
  position: relative;
  opacity: 1;
}

.fourth-gen-slider .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #4F4F4F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fourth-gen-slider .swiper-pagination {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  right: -8%;
  position: absolute;
}

.fourth-gen-slider .swiper-pagination-bullet-active::before {
  background: #007C96;
}

.fourth-gen-slider .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent;
}

.fourth-gen-slider .swiper-slide-inner {
  height: auto;
}

.fourth-gen-slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -50px);
  width: 42px;
  height: 42px;
}

.fourth-gen-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -50px);
  width: 42px;
  height: 42px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(2255%) hue-rotate(6deg) brightness(84%) contrast(87%);
}

.datasheet-wrapper {
  display: flex;
  gap: 30px;
}

.datasheet-wrapper .btn {
  width: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  border: none;
  background: none;
}

.datasheet-wrapper .btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  background: rgba(12, 99, 127, 0.11);
  backdrop-filter: blur(45px);
  transition: .3s ease-in;
  border-radius: 3px;
}


.blogs-slider .swiper-pagination-bullet,
.news-slider .swiper-pagination-bullet,
.resources-slider .swiper-pagination-bullet,
.cloud-overview-slider .swiper-pagination-bullet,
.cloud-partners-slider .swiper-pagination-bullet,
.customer-stories-slider .swiper-pagination-bullet,
.cloud-resources-slider .swiper-pagination-bullet,
.related-insights-slider .swiper-pagination-bullet,
.latest-resources-slider .swiper-pagination-bullet,
.idealPc-slider .swiper-pagination-bullet {
  background: #fff;
  height: 2px;
  width: 30px;
  border-radius: 0;
}


.blogs-slider .swiper-horizontal>.swiper-pagination-bullets,
.blogs-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.blogs-slider .swiper-pagination-custom,
.blogs-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.news-slider .swiper-horizontal>.swiper-pagination-bullets,
.news-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-slider .swiper-pagination-custom,
.news-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.resources-slider .swiper-horizontal>.swiper-pagination-bullets,
.resources-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.resources-slider .swiper-pagination-custom,
.resources-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.cloud-overview-slider .swiper-horizontal>.swiper-pagination-bullets,
.cloud-overview-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.cloud-overview-slider .swiper-pagination-custom,
.cloud-overview-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.cloud-partners-slider .swiper-horizontal>.swiper-pagination-bullets,
.cloud-partners-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.cloud-partners-slider .swiper-pagination-custom,
.cloud-partners-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.customer-stories-slider .swiper-horizontal>.swiper-pagination-bullets,
.customer-stories-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.customer-stories-slider .swiper-pagination-custom,
.customer-stories-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.cloud-resources-slider .swiper-horizontal>.swiper-pagination-bullets,
.cloud-resources-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.cloud-resources-slider .swiper-pagination-custom,
.cloud-resources-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.related-insights-slider .swiper-horizontal>.swiper-pagination-bullets,
.related-insights-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.related-insights-slider .swiper-pagination-custom,
.related-insights-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.latest-resources-slider .swiper-horizontal>.swiper-pagination-bullets,
.latest-resources-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.latest-resources-slider .swiper-pagination-custom,
.latest-resources-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.idealPc-slider .swiper-horizontal>.swiper-pagination-bullets,
.idealPc-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.idealPc-slider .swiper-pagination-custom,
.idealPc-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}


.EPYC-body-div {
  margin-bottom: 3rem;
}

.datacenter .where-to-buy .content-wrap:nth-child(odd) .content-row {
  flex-direction: row !important;
}

.datacenter .where-to-buy .content-wrap:nth-child(odd) .content-row .content-text-div {
  padding-right: 0 !important;
  padding-left: 80px !important;
}

#EPYC-7003-tabs>.section-headings-div h2,
#EPYC-7002-tabs>.section-headings-div h2 {
  margin-bottom: 16px;
}

#EPYC-7003-tabs>.section-headings-div p,
#EPYC-7002-tabs>.section-headings-div p {
  width: 730px;
  margin: 0 auto 40px;
  color: #FFF;
  text-align: center;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */

}

#EPYC-7003-tabs p.product-title,
#EPYC-7002-tabs p.product-title {
  width: 630px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

#EPYC-7003-tabs .productShots p,
#EPYC-7002-tabs .productShots p {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

/* about us */
.amd-history {
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}

.amd-history .background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.aboutus .silver-text-gradient {
  color: #FFF;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.95);
  -webkit-text-stroke-width: 0.20000000298023224;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
}

.amd-history .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.amd-history .content p {
  width: 820px;
  text-align: center;
  font-family: "Klavika-Light";
}

.vision-div,
.mission-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.vision-mission-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 70px 0px 100px;
}

.amd-history .content .vision-mission-div p {
  width: 100%;
}

.aboutus .amd-history .container-fluid,
.aboutus .brand-story .container-fluid {
  padding: 0 9.81rem;
}

.amd-history .content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
}

.amd-history .content h3 img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.brand-story .section-headings-div p {
  color: #FFF;
  text-align: center;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand-story .section-headings-div {
  margin-bottom: 20px;
}

.brand-story h1 {
  background: linear-gradient(91deg, #B8A05E 2.81%, #E9E9E9 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10.4px 10.4px rgba(0, 0, 0, 0.25);
  font-family: "Klavika-Medium";
  font-size: 4.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.875rem;
}

.brand-story h5 {
  font-size: 1.5rem;
}


.traYear h2 {
  text-shadow: 0px 10.4px 10.4px rgba(0, 0, 0, 0.25);
  font-family: "Klavika-Medium";
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.875rem;
  background: linear-gradient(91deg, #B8A05E 2.81%, #E9E9E9 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.traTable {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 58%;
  border-radius: 3px;
  display: none;
}

.traTable .th-title {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.25rem;
}

.traTable table {
  width: 100%;
}

.traTable table thead {
  border-radius: 3px;
  overflow: hidden;
}

.traTable thead tr {
  border: 0.8px solid rgba(255, 255, 255, 0.20);
  background: rgba(184, 160, 94, 0.40);
  backdrop-filter: blur(45px);
  border-radius: 3px;
  overflow: hidden;
}


.traTable thead th:nth-child(1) {
  backdrop-filter: blur(0px);
}

.traTable tbody th,
.traTable tbody td {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.25rem;
  text-align: center;
}

.traTable tbody tr:nth-child(1) {
  /* border: 0.8px solid #FFF; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);

}

.traRank {
  display: flex;
  justify-content: center;
  margin-bottom: 94px;
}

.traRank-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 118px;
}

.brand-story h6 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Klavika-Regular";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

/* contact us */
.contactusWrapper {
  padding: 4.25rem 0px;
}

.contactus-header h1 {
  font-family: "Klavika-Medium";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.25rem;
  text-transform: uppercase;
  margin-bottom: 0.62rem;
}

.contactus-header p {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  width: 80%;
}

.contact-us-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-us-div .form {
  width: 60%;
}

.contact-us-div .contact-references {
  width: 30%;
}

.reference-Div h3 {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem;
}

.reference-Div p,
.reference-Div ul li a {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}

.reference-Div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.reference-Div ul li a {
  text-decoration: underline;
  transition: .3s ease-in;
}

.reference-Div ul li a:hover {
  color: #888;
}

.reference-Div {
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;

}

.reference-Div::before {
  border: 0.8px solid #FFF;
  backdrop-filter: blur(45px);
}

.formFieldsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formFieldBox {
  width: 47%;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}

.formFieldBox .form-label {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 6px;
}

.formFieldBox select {
  border: 0.5px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  height: 40px;
  padding: 10px;
  -moz-appearance: none;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../media/common/angle-down-arrow.webp");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  font-family: "Klavika-Light";
}


.formFieldBox select option {
  background: #000;
}

.formFieldBox input {
  border: 0.5px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  height: 40px;
  padding: 10px;
}

.formFieldBox .bold-label {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.formFieldBox .form-group input,
.formFieldBox .checkBox input {
  height: auto;
}

.formFieldBox .form-check-label,
.formFieldBox .checkBox {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
}

input[type='radio'],
input[type='checkbox'] {
  accent-color: #B8A05E;
}

.glowing-wrapper-button {
  color: #fff;
  font-family: "Klavika-Regular";
  font-size: 1.125rem;
  line-height: normal;
  text-transform: uppercase;
  padding: 0.88rem 1.75rem;
  width: fit-content;
  display: flex;
  cursor: pointer;
}


.contactusCta .btninner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.gsapContent {
  display: block;
}

.img-div {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

/* cloud computing */
.cloud-overview {
  padding: 50px 0;
}

.cloud-overview-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.cloud-overview-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.overview {
  position: relative;
}

.overview .background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.overview-header {
  text-align: center;
  padding-top: 150px;
}

.overview-header h2 {
  margin-bottom: 1rem;
}

.overview-header p {
  width: 50rem;
  text-align: center;
  font-family: "Klavika-Light";
  margin: 0 auto;
}

.cloud-overview {
  padding-bottom: 60px;
}

.cloud-overview-content {
  padding: 1rem;
  min-height: 235px;
}

.cloud-overview-content h5 {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 8px;
}

.cloud-overview-content p {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 50px;
}

.cloud-overview-content .btn {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.625rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}

.cloud-overview-content .btn:hover {
  background-color: none;
  box-shadow: none;

}

.cloud-overview-content .btn img {
  width: 24px;
  height: 24px;
}

.cloud-overview-slider .img-div {
  height: 220px;
}

.cloud-overview-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}

.card-wrapper:hover a.btn {
  background: linear-gradient(90deg, #b79e5c 0%, #f2dea6 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .3s ease-in;
}

.card-wrapper:hover a.btn img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(2255%) hue-rotate(6deg) brightness(84%) contrast(87%);
}

.cloud-partners-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.cloud-partners-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.cloud-partners-content {
  padding: 1rem;
  min-height: 215px;
}

.cloud-partners-content h5 {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 8px;
}

.cloud-partners-content p {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  width: 100%;
  /* margin-bottom: 50px; */
  min-height: 100px;
}

.cloud-partners-content .btn {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}

.cloud-partners-content .btn:hover {
  background-color: none;
  box-shadow: none;

}

.cloud-partners-content .btn img {
  width: 24px;
  height: 24px;
}

.cloud-partners-slider .img-div {
  height: 220px;
}

.cloud-partners-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}

.partners .partner-slider-div .swiper-slide {
  width: 265px !important;
  height: 50px;
}

.partners .partner-slider-div .swiper-slide a,
.partners .partner-slider-div .swiper-slide img {
  width: 100%;
  height: 100%;
}

.customer-stories-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.customer-stories-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.customer-stories-content {
  padding: 1rem;
  min-height: 245px;
}

.customer-stories-content h3 {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 8px;
}

.customer-stories-content p {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  width: 100%;
  /* margin-bottom: 50px; */
  min-height: 100px;
}

.customer-stories-content .btn {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.625rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}

.customer-stories-content .btn:hover {
  background-color: none;
  box-shadow: none;

}

.customer-stories-content .btn img {
  width: 24px;
  height: 24px;
}

.customer-stories-slider .img-div {
  height: 220px;
}

.customer-stories-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}

.partners .partner-slider-div {
  padding: 50px 0 150px;
}

.cloud-resources-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.cloud-resources-div .card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}

.cloud-resources-content {
  padding: 1rem;
  min-height: 180px;
}

.cloud-resources-content h5 {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* margin-bottom: 8px; */
  min-height: 50px;
}

.cloud-resources-content p {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  width: 100%;
  /* margin-bottom: 50px; */
  min-height: 50px;
}

.cloud-resources-content .btn {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.50);
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.625rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}

.cloud-resources-content .btn:hover {
  background-color: none;
  box-shadow: none;

}

.cloud-resources-content .btn img {
  width: 24px;
  height: 24px;
}

.cloud-resources-slider .img-div {
  height: 220px;
}

.cloud-resources-slider .cardboxShadow:before {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(45px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
}

.whitepaperBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.spotligghtwhitepaperBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.mobileWorkstation,
.towerWorkstation {
  margin: 60px 0px;
}

.downloadWhitePprBtn span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.datacenter .productShots {
  touch-action: none;
}

.resources-filter-header-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4.25rem;
}

.resources-header small,
.resources-header .line {
  text-align: center;
}

.resources-filter-header-wrapper .submit {
  border: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: transparent;
  backdrop-filter: none;
}

.resources-filter-header-wrapper .formFieldBox {
  width: 40%;
  flex: 0 0 auto;
  max-width: 100%;

}

.resources-filter-header-wrapper .formFieldBox select {
  width: 100%;
  border-radius: 3px;
}

.fieldbox {
  display: flex;
  flex-direction: column;

}

.leftfilter {
  width: 60%;
  display: flex;
  flex-direction: row;
  overflow: unset !important;
}

.rightfilter {
  display: flex;
  width: 40%;
  justify-content: space-between;
  gap: 1.87rem;
  overflow: unset !important;

}

#search {
  border: 0.5px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  height: 2.5rem;
  width: 100%;
  border-radius: 3px;
  color: #fff;
  padding-left: 50px;
}

.customSelectDropDown {
  position: relative;
}

.resources-listing-body {
  margin: 50px 0 100px;
}

.resources-listing-body-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - -30px);
  gap: 30px;
}

.resources-listing-body .card-wrapper,
.latest-resources-body .card-wrapper {
  width: calc((100% / 3) - 30px);
  height: auto;
}

.resourcesCatergory {
  color: #C1A968;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.resources-listing-body .card-wrapper .img-div img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.resources-listing-content {
  padding: 1.5rem;
}

.resources-title-desc-wrapper {
  min-height: 80px;
  margin-bottom: 1rem;
}

.resources-listing-content .resources-title {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.resources-title-desc-wrapper .resources-desc {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  width: 50%;
  display: inline-block;
}

.resources-date {
  color: #888;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.resources-filter-header .formFieldBox {
  margin-bottom: 0;
}

.filter-wrapper.pinned {
  background: rgba(31, 25, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 999;
  width: 100%;
}

.resources-listing-content .whitepaperBtn {
  font-size: 0.875rem;
  border-image: none;
  z-index: 2;
}

.resources-listing-body .img-div {
  position: relative;
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

.playIcon .image-container {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  transition: all 1s cubic-bezier(.745, .065, .17, 1) !important;
}

.resources-listing-body-wrapper .card-wrapper .playIcon .image-container img {
  width: 100%;
  height: 100%;
}

.resources-listing-body-wrapper .card-wrapper .customanchor,
.single-insights .card-wrapper .customanchor {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.resources-listing-body .card-wrapper:hover .playIcon img,
.latest-resources-slider .card-wrapper:hover .playIcon img,
.related-resources-slider .card-wrapper:hover .playIcon img {
  transform: scale(1);
  height: 100%;

}

.webinarpopupvideo {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}


.webinarpopupWrapper {
  width: 65%;
  height: 70%;
  display: flex;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: row;
}

.webinarpopupWrapper .closePopUp {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: -50px;
  top: -30px;
  padding: 20px;
  cursor: pointer;
  background: url(../media/common/closeicon.webp) no-repeat center center;
  background-size: 50%;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #000;
}

.webinarpopupWrapper::before {
  content: '';
  background: #000;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(52px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.webinarpopupArea {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  width: 100%;
  z-index: 2;
}

.single-insights .resources-title,
.single-insights .resources-title small,
.single-insights .resources-title .line {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Klavika-Regular";
  font-size: 1.875rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
  margin-bottom: 15px;
}

.resources-title-desc-wrapper .resources-title {
  width: 60%;
}

.single-insights .resources-title-desc-wrapper {
  margin-bottom: 10px;
}

.single-insights .resources-title-desc-wrapper {
  min-height: auto;
}

.resources-detail-body .title,
.resources-detail-body h6,
.resources-detail-body .title span {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.resources-detail-body p,
.resources-detail-body span {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;

}

.resources-detail-body ul {
  padding-left: 30px;
  list-style: disc;
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;

}

.resources-detail-body {
  display: flex;
  gap: 50px;
  margin: 2rem 0 5rem 0;
}

.resources-detail-body .leftsection {
  width: 75%;
}

.resources-detail-body .rightsection {
  width: 25%;
}

.single-insights .card-wrapper .resources-title {
  font-size: 1.5rem !important;
  line-height: 1.75rem;
  width: 100%;
  min-height: 80px;
}

.rightsection .single-insights .resources-title {
  width: 100%;
}

.leftsection .img-div {
  margin: 14px 0px 50px;
  width: 100%;
}

.leftsection .img-div img {
  width: 100%;
}

.resources-listing-body-wrapper .card-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.resources-listing-body-wrapper .resources-title {
  width: 100%;
}

.latest-resources-body .resources-listing-body-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.latest-resources-body .img-div img {
  width: 100%;
  height: 100%;
}

.related-insights-slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.related-insights-slider-wrapper .swiper-slide {
  width: 100% !important;
}

.related-insights-slider .resources-title {
  font-size: 1.5rem !important;
}

.latest-insights-slider-wrapper {
  justify-content: space-between;
}

.noProducts {
  width: 100%;
  font-size: 1.125rem;
  text-transform: capitalize;
  text-align: center;
}

.cloudcomputing .our-partners {
  margin-bottom: 100px;
}

.datacenter .productShots {
  pointer-events: none;
}

.overflowXY {
  /* display: flex; */
  overflow: hidden;
}

.why-amd-div {
  display: flex;
}

.logo-div {
  display: flex;
  justify-content: unset;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.secondary-logo-div {
  display: flex;
  align-items: center;
}

/* event-survey */

.survey-form-section {
  margin: 40px auto;
}

.survey-form-section h2 {
  color: #FFF;
  font-family: "Klavika-Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px !important;
  /* padding-left: 15px;
  padding-right: 15px; */
}

.survey-form-section label {
  color: #FFF;
  font-family: "Klavika-Light";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 6px !important;
}

.survey-form-section input {
  border: 0.5px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  height: 40px;
  padding: 10px;
  border-radius: 0;
  color: #fff;
}

.survey-form-section input:focus,
.survey-form-section input:focus-visible,
.survey-form-section select:focus,
.survey-form-section select:focus-visible,
textarea.form-control:focus,
textarea.form-control:focus-visible {
  background: rgba(217, 217, 217, 0.00);
  color: #fff;
  border: 0.5px solid #FFF;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
}

.invalid-tooltip {
  font-family: "Klavika-Regular";
  color: #fff;
  font-size: 0.75rem !important;
  margin: 5px 0;
  border-radius: 0px !important;
  background: rgba(220, 53, 69, .9);
  padding: 0.1rem .3rem !important;
  right: 0px !important;
  width: fit-content;
  left: 0px !important;
}

.surveyQuestionField .invalid-tooltip {
  left: 0px !important;
}

.survey-form-section select {
  border: 0.5px solid #FFF;
  background: rgba(217, 217, 217, 0.00);
  height: 40px;
  padding: 10px;
  -moz-appearance: none;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../media/common/angle-down-arrow.webp");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  font-family: "Klavika-Light";
  display: block;
  width: 100%;
}

.survey-form-section select option {
  background: #000;
}

.combinedFileds #countryCode {
  width: 55px;
}

.text-danger {
  color: rgba(220, 53, 69, .9);
  font-size: 20px;
}

.form-check .form-check-input {
  height: auto;
}

#contact-us-submit {
  padding: 0.88rem 1.75rem;
  cursor: pointer;
  transition: 0.3s ease-in;
  background-color: transparent;
  margin: 0;
}

#contact-us-submit:hover {
  background: linear-gradient(221deg, #2c9fb5 30%, #005974 100%);
}

.combinedFileds {
  display: flex;
}

.form-control.is-invalid {
  border: 0.5px solid #FFF !important;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid,
.was-validated .surveyQuestionField {
  border: 0.5px solid rgba(220, 53, 69, .9);
}



.survey-form-section .row {
  margin: 20px 0px 30px;
  align-items: center;
  display: flex;
  gap: 30px;
  position: relative;
}

.formFieldBox {
  flex: 0 0 31.5%;
  max-width: 31.5%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-bottom: 0px !important;
}

#phoneNumberInput {
  width: 100%;
}

.surveyQuestionField {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 20px 0px;
}

.question-subtitle {
  font-size: 0.875rem;
  color: #777;
}

textarea.form-control {
  width: 100%;
  background: rgba(217, 217, 217, 0.00);
  outline: 0;
  color: #fff;
  border: 0.5px solid #FFF;
  margin-top: 10px;
  padding: 20px;
}

.form-group {
  margin: 10px 0;
}

input[value="USD"] {
  width: 50px;
  border-radius: 0;
}

.form-text {
  font-size: 10px;
  color: #fff;
}

.small-text,
label.small-text {
  font-size: 0.875rem;
  color: #fff;
  line-height: normal;
  font-family: "Klavika-Regular";
}

.form-footer-text.row {
  margin: 60px 0px 20px;
}

.form-footer-text p {
  margin: 0;
}

.termstext.row {
  margin: 0 0px 30px;
  position: relative;
}

.surveyQuestionField .invalid-tooltip {
  width: fit-content;
}

.survey-form-section h2.company-title {
  margin-top: 50px;
}

.submitBtn.row {
  align-items: flex-start;
  margin-top: 30px;
}

.secondary-logo-div {
  display: flex;
  align-items: center;
}

.form-group input {
  height: auto;
}

.termstext.row .form-check {
  display: flex;
  align-items: flex-start;
}

.thank-you-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  text-align: center;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thank-you-section .section-heading {
  margin-bottom: 10px;
}

.thank-you-section .desc {
  width: 50%;
  margin: 0 auto 20px;
  line-height: normal;
}

.thank-you-section .btn {
  margin: 30px auto;
}

.hide {
  overflow: hidden;
}


.Ai-processing-content {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.Ai-processing-content .content {
  width: calc(100% / 3);
  padding: 0 10px;
}

.Ai-processing-content .content h4 {
  text-align: center;
  font-family: "Klavika-Light";
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
}

.Ai-processing-content .content h3 {
  text-align: center;
  font-family: "Klavika-Medium";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.hiddenH1 {
  display: none;
}

.footnotes-wrapper {
  background: #000;
}

.footnotes-wrapper .accordion-item-body-content {
  color: #F0F2FF;
  font-family: "Klavika-Regular";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}

.footnotes-wrapper .accordion-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.footnotes-wrapper .accordion-item-body {
  display: none;
}

.footnotes-wrapper .accordion-item-header img {
  transition: transform 0.3s ease-in-out;
}

/* Rotate the icon when active */
.footnotes-wrapper .accordion-item-header.active img {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.cloud-bg {
  height: 100%;
  object-fit: cover;
}

/* Data center 9005 and 4004 changes */
.EPYC-9005 .content-text-div a.btn span,
.EPYC-4004 .content-text-div a.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.background-img-div-9005 {
  position: relative;
  overflow: hidden;
}

.background-img-div-9005 .background-img-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.EPYC-9005 .Ai-processing-content .content {
  padding: 0 40px;
}

.EPYC-9005 .divider {
  padding-bottom: 5.625rem;
  padding-top: 5.625rem;
}

.zen-processor-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 100px auto;

}

.zen-processor-row .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
}

.zen-processor-row .wrapper h2 {
  margin-bottom: 30px;
}

/* 4004 */
.background-img-div-9005.position-relative .background-img-div{
  position: unset;
}
.idead-workload-4004 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
  /* gap: 30px; */
}
.idead-workload-4004 li{
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.idead-workload-4004 .content-asset-div{
  width: 195px;
  height: 195px;
}
.idead-workload-4004 .content-asset-div img{
  width: 100%;
  height: auto;
}
/* 
workstation */
.LoadingContainer{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
@media(max-width:767px) {
  main {
    padding-top: 90px;
  }

  .section-headings-div {
    margin-bottom: 1rem;
  }

  .herobanner-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.1875rem;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .herobanner-desc {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .herobanner {
    height: auto;
  }

  .spotlight-slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .spotlight-slider .image-slider {
    height: 100%;
  }

  .spotlight-slider-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    bottom: 30px;
    top: auto;
    height: auto;
    transform: none;
    position: relative;
    order: 2;
  }

  .image-slider-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    order: 3;
    padding: 0;
    /* height: calc(100vh - 50px); */
  }

  video.videoBanner {
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide-inner {
    position: initial;
    height: 100%;
  }

  .spotlight-slider-div,
  .swiper-wrapper,
  .swiper-slide,
  .content-wrap,
  .swiper-slide img,
  .spotlight-img {
    height: auto;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    bottom: 50px;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -14px);
  }


  .section-tagline {
    -webkit-text-stroke-width: 0.20000000298023224;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0875rem;
  }

  .section-heading {
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .powerful-solution-card {
    width: 100%;
    padding: 0 1.25rem;
  }


  #powerful-solutions .section-content-div {
    flex-direction: column;
  }

  #why-amd {
    height: 100vh;
  }

  #why-amd .background-img-div video {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  #why-amd .content {

    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  #why-amd p {
    width: 100%;
    font-size: 0.875rem;
    line-height: normal;
  }

  #why-amd .content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 50%;
    margin-bottom: 1rem;
  }

  .amd-products-wrapper {
    flex-direction: column-reverse;
    margin: 2rem 0 5rem;
  }

  #amd-products .amd-products-wrapper:nth-child(even) {
    flex-direction: column-reverse;
  }

  #powerful-solutions .section-content-div {
    gap: 140px;
    margin-top: 100px;
  }

  .powerful-solution-card .card-content {
    padding-bottom: 1rem;
  }

  .card-content h4 {
    min-height: auto;
  }

  .card-footer a {
    padding: 1rem 0;
  }

  .products-div p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .feature-list {
    margin-bottom: 2rem;
  }

  .feature-list li {
    font-size: 0.875rem;
    line-height: normal;
  }

  .feature-list li::after {

    margin: 10px 0;
  }

  .connect-with-specialist-div h3 {
    font-size: 1.875rem;
    line-height: 1.75rem;
    text-align: center;
  }

  .connect-with-specialist-div p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .connect-with-specialist-div {
    gap: 10px;
  }

  .blogs-slider .swiper-pagination-bullet,
  .news-slider .swiper-pagination-bullet,
  .resources-slider .swiper-pagination-bullet,
  .cloud-overview-slider .swiper-pagination-bullet,
  .cloud-partners-slider .swiper-pagination-bullet,
  .customer-stories-slider .swiper-pagination-bullet,
  .cloud-resources-slider .swiper-pagination-bullet,
  .related-insights-slider .swiper-pagination-bullet,
  .latest-resources-slider .swiper-pagination-bullet,
  .idealPc-slider .swiper-pagination-bullet {
    background: #fff;
    height: 2px;
    width: 15px;
    border-radius: 0;
  }

  .blogs-slider .swiper-horizontal>.swiper-pagination-bullets,
  .blogs-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .blogs-slider .swiper-pagination-custom,
  .blogs-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .news-slider .swiper-horizontal>.swiper-pagination-bullets,
  .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .news-slider .swiper-pagination-custom,
  .news-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }


  .latest-resources-slider .swiper-horizontal>.swiper-pagination-bullets,
  .latest-resources-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .latest-resources-slider .swiper-pagination-custom,
  .latest-resources-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }


  .related-insights-slider .swiper-horizontal>.swiper-pagination-bullets,
  .related-insights-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .related-insights-slider .swiper-pagination-custom,
  .related-insights-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .spotlight-slider .swiper-pagination {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .spotlight-slider .btn {
    margin-bottom: 0;
    width: 100%;
  }

  .spotlight-slider .swiper-button-next,
  .spotlight-slider .swiper-button-prev {
    bottom: 0;
  }

  .spotlight-slider .swiper-button-wrapper {
    display: flex;
    gap: 10px;
  }

  .spotlight-slider .swiper-nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    order: 1;
    /* margin-top: 40px; */
  }

  .partner-slider::after,
  .partner-slider::before {
    width: 60px;
  }

  .section-with-background-content {
    width: 100%;
    position: relative;
    padding: 30px 0;
    top: 0;
    transform: translateY(0);
  }

  .section-with-background-content-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .section-with-background-content-desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .youtubeDiv {
    width: 100%;
  }

  .youtubeWrapper {
    flex-wrap: wrap;
  }

  .youtube-iframe,
  iframe {
    height: 210px !important;
    margin-bottom: 30px;
  }

  .youtube-content-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 15px 0;
  }

  button.youtube-content,
  .youtube-content .btn {
    margin: 40px 0px 60px;
    width: 100%;
  }

  .commercialclient .business-desktops .content-text-div,
  .commercialclient .business-desktops .content-asset-div {
    width: 100%;
  }

  .commercialclient .business-laptops .content-text-div,
  .commercialclient .business-laptops .content-asset-div .page-template-template-commercial_client .content-wrap.youtubeDiv .content-text-div,
  .commercialclient .business-laptops .content-text-div,
  .commercialclient .business-laptops .content-asset-div,
  .workstation .content-wrapper .content-wrap .content-text-div,
  .page-template-template-commercial_client .content-wrap.youtubeDiv .content-text-div {
    width: 100%;
  }

  .content-asset-div,
  .content-text-div {
    width: 100%;
  }

  .business-desktops .content-wrapper .content-wrap .content-text-div,
  .workstation .content-wrapper .content-wrap .content-text-div,
  .page-template-template-commercial_client .content-wrap.youtubeDiv .content-text-div,
  .page-template-template-commercial_client .content-wrap.youtubeDiv:nth-child(even) .content-text-div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .business-desktops .content-wrapper .content-wrap:nth-child(even) .content-text-div,
  .page-template-template-commercial_client .content-wrap.youtubeDiv:nth-child(even) .content-text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper {
    gap: 30px;
  }

  .workstation .content-wrapper .content-wrap .content-text-div {
    padding-left: 0px;
  }

  .workstation .content-wrapper .content-wrap:nth-child(even) .content-text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-row {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .EPYC-body-div {
    margin-bottom: 5rem;
  }

  .content-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .productsShots-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 50px;
  }

  .productDetailsHolder {
    flex-wrap: wrap;
    height: 85vh;
  }

  .productDetailsArea .product-name {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .productImageArea {
    height: 50%;
    padding: 0 20px;
    width: 100%;
  }

  .productDetailsArea {
    height: 50%;
    overflow-y: scroll;
    padding: 50px 20px;
    width: 100%;
  }

  .content-wrap .btn {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .datacenter .content-wrap:nth-child(odd) .content-row .content-text-div {
    padding: 0;
  }

  .datacenter .content-wrap {
    margin-bottom: 0;
    gap: 1.45rem;
  }

  .datacenter .content-wrap:nth-child(even) .content-row .content-text-div {
    padding: 0;
  }

  .fourth-gen-slider,
  .fourth-gen-content-slider-wrapper,
  .datasheet-wrapper {
    flex-direction: column;
  }

  .fourth-gen-image-slider-wrapper,
  .fourth-gen-content-slider-wrapper,
  .datasheet-wrapper .btn {
    width: 100%;
  }

  .fourth-gen-content p {
    width: 300px;
  }

  .fourth-gen-content {
    gap: 140px;
  }

  .fourth-gen-footer-content p {
    width: 100%;
    margin-bottom: 20px;
  }

  .whitepaperPopUpWrapper {
    width: 90%;
  }

  .fourth-gen-image-slider-wrapper {
    height: 230px;
  }

  .fourth-gen-slider .content-title-head h2 {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .fourth-gen-slider .swiper-button-prev {
    left: 0;
    width: 42px;
    height: 42px;
    bottom: 0;
  }

  .fourth-gen-slider .swiper-button-next {
    right: 0;
    width: 42px;
    height: 42px;
    bottom: 0;
  }

  .fourth-gen-slider .swiper-button-wrapper {
    display: flex;
    gap: 10px;
  }

  .fourth-gen-slider .swiper-pagination {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;

  }

  .fourth-gen-slider .swiper-nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .datacenter .where-to-buy .content-wrap:nth-child(odd) .content-row .content-text-div {
    padding-left: 0 !important;
  }

  .where-to-buy .content-wrap {
    margin-bottom: 40px;
  }

  #EPYC-7003-tabs>.section-headings-div p,
  #EPYC-7003-tabs p.product-title,
  #EPYC-7002-tabs>.section-headings-div p,
  #EPYC-7002-tabs p.product-title {
    width: 100%;
  }

  .aboutus .swiper-slide p {
    color: #E5E3F4;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
  }

  .aboutus .swiper-slide .herobanner-title {
    text-align: center;
  }

  .amd-history .content p {
    width: 100%;
  }

  .aboutus .content-wrap {
    margin-bottom: 0;
  }

  .aboutus .amd-history .container-fluid,
  .aboutus .brand-story .container-fluid {
    padding: 0 1.87rem;
  }

  .vision-mission-div {
    flex-direction: column;
    padding: 20px 0px;
  }

  .brand-story h1 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
    /* 100% */
  }

  .brand-story .section-headings-div p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .traYear h2 {
    font-size: 3.125rem;
    line-height: 4.875rem;
  }

  .brand-story h6 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
  }

  .traRank {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }

  .traYear {
    display: flex;
    flex-direction: column;
  }

  .traRank-footer {
    margin-bottom: 60px;
    flex-direction: column;
  }

  .traYear img {
    width: 100%;
    height: auto;
  }

  .traTable {
    width: 100%;
  }

  .contactus-header h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .contactus-header p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .contact-us-div {
    width: 100%;
    flex-direction: column;
  }

  .contact-us-div .form,
  .contact-us-div .contact-references,
  .formFieldBox {
    width: 100%;
  }

  .form {
    padding: 2rem 0;
  }

  .form .BtnWrap,
  .form .btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-slider .swiper-slide {
    padding: 0 10px;
  }

  .content-wrap.calculator-section {
    margin-top: 0;
  }

  .content-wrap.calculator-section .content-row {
    max-width: 100%;
    gap: 20px;
    justify-content: center;
  }

  .commercialclient .calculator-section .content-asset-div {
    width: auto;
  }

  .commercialclient .business-laptops .calculator-section .content-asset-div,
  .commercialclient .business-laptops .calculator-section .content-text-div {
    width: 100%;
  }

  .overview-header {
    padding-top: 50px;
  }

  .overview-header p {
    width: 100%;
  }

  .partners .partner-slider-div .swiper-slide {
    width: 265px !important;
    height: 70px;
  }

  .tabsWrapper {
    overflow-y: auto;
  }

  /* width */
  .tabsWrapper::-webkit-scrollbar {
    width: auto;
    height: 3px;
  }

  /* Track */
  .tabsWrapper::-webkit-scrollbar-track {
    background: #000;
  }

  /* Handle */
  .tabsWrapper::-webkit-scrollbar-thumb {
    background: #fff;
  }

  /* Handle on hover */
  .tabsWrapper::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }

  .resources-filter-header-wrapper {
    gap: 30px;
    flex-direction: column;
  }

  .resources-filter-header {
    position: fixed;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    right: 0;
    z-index: 998;
    background: linear-gradient(180deg, #151515 25%, #007C97 100%);
    width: 100%;
    padding: 20px 0;
    top: 30% !important;
    height: 40vh;
    display: flex;
    align-items: center;
  }

  .resources-filter-header.openFilter {
    transform: translateX(0vw);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  body.openFilter .filter-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    animation-name: scaleup;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
  }

  .leftfilter .formFieldBox,
  .rightfilter .formFieldBox {
    margin-bottom: 10px;
  }

  .rightfilter {
    width: 100%;
  }

  .rightfilter .formFieldBox select {
    height: 34px;
    padding: 6px;
  }

  .closebutton {
    margin: 0 auto;
    padding: 10px;
    border-image: none;
    border-radius: 50%;
    backdrop-filter: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .leftfilter {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .leftfilter .formFieldBox {
    width: 100%;
  }

  .resources-listing-body .card-wrapper {
    width: 100%;
  }

  .resources-listing-body {
    margin: 30px 0;
  }

  .webinarpopupWrapper {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webinarpopupWrapper .closePopUp {
    right: 0;
    width: 25px;
    height: 25px;
    top: -50px;
  }

  .resources-title-desc-wrapper .resources-desc {
    width: 100%;
  }

  .resources-header {
    position: relative;
  }

  .glowing-wrapper-button {
    width: 100%;
    justify-content: center;
  }

  .resources-title-desc-wrapper .resources-title {
    width: 100%;
  }

  .resources-detail-body {
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin: 2rem 0;
  }

  .resources-detail-body .leftsection,
  .resources-detail-body .rightsection,
  .resources-listing-body .card-wrapper {
    width: 100%;
  }

  .related-insights-slider-wrapper {
    flex-direction: row;
    gap: 0;
  }

  .rightsection {
    margin: 50px 0;
  }

  .resources-listing-body-wrapper {
    width: 100%;
  }

  .floatingBtn {
    display: none !important;
  }

  .scrolled .floatingBtn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: 0.3s ease-in;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .scrolled.openMegamenu .floatingBtn {
    display: none !important;
  }

  .tabsWrapper.pinned li.tab,
  .tabsWrapper.pinned .tab.active {
    font-size: 0.9rem;
  }

  .blogs-div .card-wrapper:hover .img-div img,
  .news-slider .card-wrapper:hover .img-div img,
  .resources-slider .card-wrapper:hover .img-div img,
  .cloud-overview-slider .card-wrapper:hover .img-div img,
  .cloud-partners-slider .card-wrapper:hover .img-div img,
  .customer-stories-slider .card-wrapper:hover .img-div img,
  .cloud-resources-slider .card-wrapper:hover .img-div img,
  .resources-listing-body .card-wrapper:hover .img-div img,
  .related-insights-slider .card-wrapper:hover .img-div img,
  .latest-resources-slider .card-wrapper:hover .img-div img {
    transform: scale(1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .logo-div {
    flex-direction: row;
    align-items: center;
  }

  .traTable .th-title {
    font-size: 1rem;
    line-height: 30px;
  }

  .secondary-logo-div {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .secondary-logo-div picture {
    width: 50%;
  }

  .survey-form-section .row {
    flex-direction: column;
    gap: 30px;
  }

  .formFieldBox .invalid-tooltip {
    left: 0px !important;
  }

  .formFieldBox {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .survey-form-section .container,
  .survey-form-section h2,
  .survey-question-header p {
    padding: 0;
  }

  .surveyQuestionField {
    padding: 10px;
  }

  .invalid-tooltip {
    left: 0 !important;
  }

  .submitBtn.row {
    margin: 30px 0;
  }

  .form-footer-text.row {
    margin: 60px 0px 20px;
  }

  .termstext.row,
  #contact-us-submit {
    margin: 0;
  }

  .secondary-logo-div {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .secondary-logo-div picture {
    width: 50%;
  }

  .submitBtn.row div,
  #contact-us-submit {
    width: 100%;
  }

  .thank-you-section .desc {
    width: 90%;
  }

  .resources-listing-body .card-wrapper .img-div img {
    height: auto;
    object-fit: cover;
    height: auto;
  }

  .AI-processing .img-div {
    margin-bottom: 30px;
  }

  .Ai-processing-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }

  .Ai-processing-content .content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .Ai-processing-content .content h3 {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .Ai-processing-content .content h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .leading-cpu {
    margin: 100px 0 50px;
  }

  .EPYC-9005 .Ai-processing-content .content {
    padding: 0;
  }

  .Ai-processing-content .content h3 {
    text-align: left;
  }

  .Ai-processing-content .content h4 {
    text-align: left;
  }
  .EPYC-9005 .divider{
    padding: 0;
  }
  .background-img-div-9005{
    margin-top: 100px;
  }
  .mt-10{
    margin-top: 5px !important;
  }
  .zen-processor-row{
    margin: 50px 0 0;
    flex-direction: column;
    width: 100%;
  }
  .idead-workload-4004 ul{
    flex-direction: column;
    
  }
  .idead-workload-4004 li{
    width: 100%;
    flex-direction: column;
  }
  .idead-workload-4004 .content-asset-div{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}


@media(min-width:1920px) {
  #powerful-solutions .section-content-div {
    margin-top: 8%;
  }

  .card-img {
    margin-top: -21%;
  }

  .section-with-background-content {
    padding: 200px 0px;
  }

  .youtube-iframe {
    height: 480px !important;
  }

  .product-img {
    /* height: 225px;
    max-width: 70%;
    margin: -20% auto 30px; */
  }

  .products {
    margin-bottom: 100px;
  }

  .products-container {
    margin: 160px 0px 40px;
  }
}


@media(min-width:1920px) {
  #powerful-solutions .section-content-div {
    margin-top: 8%;
  }

  .card-img {
    margin-top: -21%;
  }

  .section-with-background-content {
    padding: 200px 0px;
  }

  .youtube-iframe {
    height: 480px !important;
  }

  .product-img {
    /* height: 225px;
    max-width: 70%;
    margin: -20% auto 30px; */
  }

  .products {
    margin-bottom: 100px;
  }

  .products-container {
    margin: 160px 0px 40px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  main {
    padding-top: 90px;
  }

  .section-headings-div {
    margin-bottom: 1rem;
  }

  .herobanner-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.1875rem;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .herobanner-desc {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4375rem;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .herobanner {
    height: auto;
  }

  .spotlight-slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .spotlight-slider .image-slider {
    height: 100%;
  }

  .spotlight-slider-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    bottom: 30px;
    top: auto;
    height: auto;
    transform: none;
    position: relative;
    order: 2;
  }

  .image-slider-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    order: 3;
    padding: 0;
    /* height: calc(100vh - 50px); */
  }

  video.videoBanner {
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide-inner {
    position: initial;
    height: 100%;
  }

  .spotlight-slider-div,
  .swiper-wrapper,
  .swiper-slide,
  .content-wrap,
  .swiper-slide img,
  .spotlight-img {
    height: auto;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    bottom: 50px;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -14px);
  }


  .section-tagline {
    -webkit-text-stroke-width: 0.20000000298023224;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.00);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0875rem;
  }

  .section-heading {
    font-size: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .powerful-solution-card {
    width: 100%;
    padding: 0 1.25rem;
  }


  #powerful-solutions .section-content-div {
    flex-direction: column;
  }

  #why-amd .content {
    flex-direction: unset;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  #why-amd p {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  #why-amd .content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 50%;
    margin-bottom: 1rem;
  }

  .amd-products-wrapper {
    flex-direction: column-reverse;
    margin: 2rem 0 5rem;
  }

  .amd-products-wrapper .w-43,
  .amd-products-wrapper .w-50 {
    width: 100%;
  }

  .footerLinksul li a {
    font-size: 1rem;
  }

  .footerTopSecondCol {
    display: flex;
    align-items: center;
  }

  #amd-products .amd-products-wrapper:nth-child(even) {
    flex-direction: column-reverse;
  }

  #powerful-solutions .section-content-div {
    gap: 140px;
    margin-top: 130px;
  }

  .powerful-solution-card .card-content {
    padding-bottom: 1rem;
  }

  .card-content h4 {
    min-height: auto;
  }

  .card-footer a {
    padding: 1rem 0;
  }

  .products-div p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .feature-list {
    margin-bottom: 2rem;
  }

  .feature-list li {
    font-size: 0.875rem;
    line-height: normal;
  }

  .feature-list li::after {

    margin: 10px 0;
  }

  .connect-with-specialist-div h3 {
    font-size: 1.875rem;
    line-height: 1.75rem;
    text-align: center;
  }

  .connect-with-specialist-div p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .connect-with-specialist-div {
    gap: 10px;
  }

  .blogs-slider .swiper-pagination-bullet,
  .news-slider .swiper-pagination-bullet,
  .latest-resources-slider .swiper-pagination-bullet,
  .related-insights-slider .swiper-pagination-bullet {
    background: #fff;
    height: 2px;
    width: 15px;
    border-radius: 0;
  }


  .blogs-slider .swiper-horizontal>.swiper-pagination-bullets,
  .blogs-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .blogs-slider .swiper-pagination-custom,
  .blogs-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .news-slider .swiper-horizontal>.swiper-pagination-bullets,
  .news-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .news-slider .swiper-pagination-custom,
  .news-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .latest-resources-slider .swiper-horizontal>.swiper-pagination-bullets,
  .latest-resources-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .latest-resources-slider .swiper-pagination-custom,
  .latest-resources-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .related-insights-slider .swiper-horizontal>.swiper-pagination-bullets,
  .related-insights-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .related-insights-slider .swiper-pagination-custom,
  .related-insights-slider .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
  }

  .spotlight-slider .swiper-pagination {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .spotlight-slider .btn {
    margin-bottom: 0;
    width: 100%;
  }

  .spotlight-slider .swiper-button-next,
  .spotlight-slider .swiper-button-prev {
    bottom: 0;
  }

  .spotlight-slider .swiper-button-wrapper {
    display: flex;
    gap: 10px;
  }

  .spotlight-slider .swiper-nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    order: 1;
    margin-top: 40px;
  }

  .partner-slider::after,
  .partner-slider::before {
    width: 60px;
  }

  .section-with-background-content {
    width: 100%;
    position: relative;
    padding: 30px 0;
    top: 80%;
    transform: translateY(-80%);

  }

  .section-with-background-content-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .section-with-background-content-desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .youtubeDiv {
    width: 100%;
  }

  .youtubeWrapper {
    flex-wrap: wrap;
  }

  .youtube-iframe,
  iframe {
    height: 210px !important;
    margin-bottom: 30px;
  }

  .youtube-content-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
  }

  button.youtube-content,
  .youtube-content .btn {
    margin: 40px 0px 60px;
    width: 100%;
  }

  .commercialclient .business-desktops .content-text-div,
  .commercialclient .business-desktops .content-asset-div {
    width: 100%;
  }

  .commercialclient .business-laptops .content-text-div,
  .commercialclient .business-laptops .content-asset-div {
    width: 100%;
  }

  .content-asset-div,
  .content-text-div {
    width: 100%;
  }

  .business-desktops .content-wrapper .content-wrap .content-text-div {
    padding-left: 0px;
  }

  .business-desktops .content-wrapper .content-wrap:nth-child(even) .content-text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper {
    gap: 64px;
  }

  .workstation .content-wrapper .content-wrap .content-text-div {
    padding-left: 0px;
  }

  .workstation .content-wrapper .content-wrap:nth-child(even) .content-text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-row {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .EPYC-body-div {
    margin-bottom: 5rem;
  }

  .content-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .productsShots-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 50px;
  }

  .productDetailsHolder {
    flex-wrap: wrap;
    height: 85vh;
  }

  .productDetailsArea .product-name {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .productImageArea {
    height: 50%;
    padding: 0 20px;
    width: 100%;
  }

  .productDetailsArea {
    height: 50%;
    overflow-y: scroll;
    padding: 50px 20px;
    width: 100%;
  }

  .content-wrap .btn {
    width: fit-content;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }

  .datacenter .content-wrap:nth-child(odd) .content-row .content-text-div {
    padding: 0;
  }

  .datacenter .content-wrap {
    margin-bottom: 0;
    gap: 1.45rem;
  }

  .datacenter .content-wrap:nth-child(even) .content-row .content-text-div {
    padding: 0;
  }

  .fourth-gen-slider,
  .fourth-gen-content-slider-wrapper,
  .datasheet-wrapper {
    flex-direction: column;
  }

  .fourth-gen-image-slider-wrapper,
  .fourth-gen-content-slider-wrapper,
  .datasheet-wrapper .btn {
    width: 100%;
  }

  .fourth-gen-content p {
    width: 300px;
  }

  .fourth-gen-content {
    gap: calc(100vh - 650px);
  }

  .fourth-gen-footer-content p {
    width: 100%;
    margin-bottom: 20px;
  }

  .whitepaperPopUpWrapper {
    width: 90%;
  }

  .fourth-gen-image-slider-wrapper {
    height: 230px;
  }

  .fourth-gen-slider .content-title-head h2 {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .fourth-gen-slider .swiper-button-prev {
    left: 0;
    width: 42px;
    height: 42px;
    bottom: 0;
  }

  .fourth-gen-slider .swiper-button-next {
    right: 0;
    width: 42px;
    height: 42px;
    bottom: 0;
  }

  .fourth-gen-slider .swiper-button-wrapper {
    display: flex;
    gap: 10px;
  }

  .fourth-gen-slider .swiper-pagination {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;

  }

  .fourth-gen-slider .swiper-nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .datacenter .where-to-buy .content-wrap:nth-child(odd) .content-row .content-text-div {
    padding-left: 0 !important;
  }

  .where-to-buy .content-wrap {
    margin-bottom: 40px;
  }

  #EPYC-7003-tabs>.section-headings-div p,
  #EPYC-7003-tabs p.product-title,
  #EPYC-7002-tabs>.section-headings-div p,
  #EPYC-7002-tabs p.product-title {
    width: 100%;
  }

  .aboutus .swiper-slide p {
    color: #E5E3F4;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
  }

  .aboutus .swiper-slide .herobanner-title {
    text-align: center;
  }

  .amd-history .content p {
    width: 100%;
  }

  .aboutus .content-wrap {
    margin-bottom: 0;
  }

  .aboutus .amd-history .container-fluid,
  .aboutus .brand-story .container-fluid {
    padding: 0 1.87rem;
  }

  .vision-mission-div {
    flex-direction: column;
    padding: 20px 0px;
  }

  .brand-story h1 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.875rem;
    /* 100% */
  }

  .brand-story .section-headings-div p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .traYear h2 {
    font-size: 3.125rem;
    line-height: 4.875rem;
  }

  .brand-story h6 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
  }

  .traRank {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }

  .traYear {
    display: flex;
    flex-direction: column;
  }

  .traRank-footer {
    margin-bottom: 60px;
    flex-direction: column;
  }

  .traYear img {
    width: auto;
    height: auto;
  }

  .traTable {
    width: 100%;
  }

  .contactus-header h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .contactus-header p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .contact-us-div {
    width: 100%;
    flex-direction: column;
  }

  .contact-us-div .form,
  .contact-us-div .contact-references,
  .formFieldBox {
    width: 100%;
  }

  .form {
    padding: 2rem 0;
  }

  .form .BtnWrap,
  .form .btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-slider .swiper-slide {
    padding: 0 10px;
  }

  .resources-content .btn,
  .resources-listing-content .btn {
    font-size: 0.6rem;
  }

  .resources-slider .img-div,
  .cloud-overview-slider .img-div,
  .cloud-partners-slider .img-div,
  .customer-stories-slider .img-div,
  .cloud-resources-slider .img-div {
    height: auto;
  }

}

@media(min-width: 1025px) {
  .linksUl li a {
    font-size: 0.925rem;
  }
}