:root {
  --theme-light-blue: rgba(63, 170, 255, 1);
  --theme-lighter-blue: rgba(63, 170, 255, 0.42);
  --theme-lighterer-blue: rgba(63, 170, 255, 0.16);
  --theme-navy: rgba(19, 13, 57, 1);
  --theme-blue: rgb(42, 48, 191);

  --font-size-sm: clamp(12.8px, 0.05vw + 12.61px, 13.5px);
  --font-size-base: clamp(18px, 1.1vw + 13px, 20px);
  --font-size-md: clamp(21px, 0.971vw + 18.6375px, 24.85px);
  --font-size-lg: clamp(28px, 1.602vw + 10.25px, 41px);
  --font-size-xl: clamp(32px, 2.0313vw + 13px, 52px);
  --font-size-xxl: clamp(50px, 27.5px + 4.3vw, 110px);
  --font-size-silly: clamp(62px, 39.5px + 7.3vw, 150px);
}

.banner {
  color: white;
  font-size: var(--font-size-base);
  text-align: center;
  margin: 10px 0;
  display: block;
}

.list-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-01 .sico {
  color: var(--accent-color);
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  grid-row: 1/10;
}

.list-01 li {
  color: #2e323c;
  margin: 0 0 11px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  font-size: 24px;
}

.is-light-text .list-01 li,
.is-light-text .list-01 .sico {
  color: #fff;
}

html.html-night .list-01 li,
html.html-night .list-01 .sico {
  color: #fff;
}


ul.podcast-list {
  padding: 0;
  margin: 1rem auto;
  list-style-type: none;
}

ul.podcast-list li {
  padding: 0.8rem;
  margin: 0 0 10px;
  font-size: 24px;
}

ul.podcast-list.black li {
  color: #231F20;
  border-bottom: 1px solid #231F20;
}

ul.podcast-list.black li:first-child {
  border-top: 1px solid #231F20;
}

ul.podcast-list.white li {
  color: white;
  border-bottom: 1px solid white;
}

ul.podcast-list.white li:first-child {
  border-top: 1px solid white;
}

.webmarketsonline-list-02.black li {
  color: #231F20;
  border-bottom: 1px solid #231F20;
}

.webmarketsonline-list-02.black li:first-child {
  border-top: 1px solid #231F20;
}

.price {
  color: #231f20;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.podcast-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.podcast-video {
  width: 400px;
  height: auto;
}

.title-container {
  position: relative;
}

.title-container>img {
  position: absolute;
  bottom: -18%;
  right: -8%;
  width: 200px;
}

.multi-color-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.multi-color-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(35, 31, 32);
  z-index: 1;
}

.multi-color-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.accordion01 .panel-heading button {
  padding: 24px 0;
  font-size: 22px !important;
  line-height: 1.2;
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: white !important;
  font-weight: 400 !important;
}

.accordion01 .accordion-item.opened button {
  color: #333333;
}

/* Spinning Flair */

[class*="circlebox"] {
  animation: flair forwards 15s infinite;
  animation-timing-function: linear;
  z-index: 999;
  position: relative;
}


[class*="circlebox"].offsetLeft {
  animation: offsetLeftFlair forwards 15s infinite;
  animation-timing-function: linear;
}

[class*="circlebox"].offsetRight {
  animation: offsetRightFlair forwards 15s infinite;
  animation-timing-function: linear;
}

/* [class*="circlebox"]>[class*="circlebox"] {
  animation: none;
} */

.webmarkets-section-05.is-section .layout-container>.row .center-col .text-circlebox {
  animation: centeredFlair forwards 15s infinite;
  animation-timing-function: linear;
}

.top-text-circlebox {
  animation: centeredFlair forwards 15s infinite;
  animation-timing-function: linear;
}

.light-background {
  background: linear-gradient(270deg, rgb(0, 0, 190, 0.1) 0%, rgb(12, 66, 216, 0.1) 100%);
}

#software-carousel {
  --btn-color: #0C42D8;
}

#img-carousel {
  --btn-color: #fff;
}

#img-carousel .prev-btn:hover,
#img-carousel .next-btn:hover {
  background: #333;
}

.software-container {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.5rem;
  margin: 25px 0;
}

.software {
  width: 260px;
  height: 90px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}

.software a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.software:hover {
  transform: scale(1.03);
}

.radar-item {
  /* color: #fff !important; */
  border: 1px solid rgba(255, 255, 255, 0.64);
  /* background-image: linear-gradient(to right, #3b42c2, #3539bd 42%, #2024b6 100%); */
  background-color: #fff;
  color: #3b42c2;
  font-weight: 500;
  filter: brightness(1);
  box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.4);
  display: inline-block;
  border-radius: 48px;
  padding: 6px 36px;
  /* height: 48px; */
  /* line-height: 48px; */
  font-size: 18px;
  text-align: center;
  position: absolute;
  z-index: 3;
}

.radar-item p {
  margin-bottom: -2px !important;
}

/* SEO */
.radar-item1 {
  top: 0%;
  left: 59%;
}

/* Digital Marketing */
.radar-item2 {
  top: 45%;
  left: 24%;
}

/* Client Management Software */
.radar-item3 {
  top: 3%;
  left: 32%;
}

/* Advertising */
.radar-item4 {
  top: 41%;
  left: 64%;
}

/* Web Design */
.radar-item5 {
  top: 64%;
  left: 35%;
}

/* Creative */
.radar-item6 {
  top: 18%;
  left: 65%;
}

/* Social Media */
.radar-item7 {
  top: 20%;
  left: 20%;
}

/* Data & ROI */
.radar-item8 {
  top: 58%;
  left: 55%;
}

.alpha-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.info-section {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 25px;
}

.case-studies-card {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(1rem, 5vw, 2rem);
}

.carousel-card {
  width: 90%;
  height: 550px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.carousel-card .left {
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 4rem;
}

.carousel-card .right {
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, #0000BE 0%, #0C42D8 100%);
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right .pic-container {
  width: 75%;
  height: 75%;
  display: block;
  margin: 0 auto;
}

.pic-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pillars-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0;
}

.pillars-container {
  width: 450px;
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.orange-pillar {
  width: 205px;
  height: 421px;
  border-radius: 150px 150px 0 0;
  background: linear-gradient(167deg, #FFB21E 8.36%, #FF4A32 52.08%, #FF4167 95.81%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.blue-pillar {
  width: 205px;
  height: 530px;
  border-radius: 150px 150px 0 0;
  background: linear-gradient(270deg, #0000BE 0%, #0C42D8 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.pillar-content {
  color: #fff;
  text-align: center;
  margin: 50px 0 0;
  padding: 10px;
}

.pillar-content .title {
  font-size: 32px;
}

.pillar-content .bottom-title {
  font-size: 32px;
}

.cta-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cta-container div:first-child {
  display: block;
}

.cta-container div:last-child {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.circle-1 {
  animation: spin 13s linear infinite;
}

.circle-2 {
  animation: spin 10s linear infinite;
}

.circle-3 {
  animation: spin 9s linear infinite;
}

.circle-4 {
  animation: spin 7s linear infinite;
}

.circle-5 {
  animation: spin 25s linear infinite;
}

.ring {
  position: absolute;
  top: 20%;
  left: 50%;
  translate: -50% -50%;
}

.solar-system-container {
  position: relative;
  width: 100%;
  height: 600px;
  /* width: 800px; */
  /* display: flex; */
  /* align-items: center; */
  transform: perspective(4000px) rotateX(56deg);
}

.anim-container {
  position: relative;
  height: 600px;
}

.WM-logo-mini {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 28%;
  left: 50%;
  translate: -50% -50%;
  z-index: 99;
}

@media screen and (max-width: 1500px) {
  .title-container>img {
    width: 150px;
  }
}

@media screen and (max-width: 1238px) {
  .cta-container div:last-child {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  /* SEO */
  .radar-item1 {
    top: 0%;
    left: 61%;
  }

  /* Digital Marketing */
  .radar-item2 {
    top: 45%;
    left: 14%;
  }

  /* Client Management Software */
  .radar-item3 {
    top: 3%;
    left: 29%;
  }

  /* Advertising */
  .radar-item4 {
    top: 41%;
    left: 66%;
  }

  /* Web Design */
  .radar-item5 {
    top: 64%;
    left: 33%;
  }

  /* Creative */
  .radar-item6 {
    top: 18%;
    left: 67%;
  }

  /* Social Media */
  .radar-item7 {
    top: 20%;
    left: 16%;
  }

  /* Data & ROI */
  .radar-item8 {
    top: 58%;
    left: 55%;
  }
}

@media only screen and (max-width: 991px) {

  /* SEO */
  .radar-item1 {
    top: 7%;
    left: 63%;
  }

  /* Digital Marketing */
  .radar-item2 {
    top: 38%;
    left: 7%;
  }

  /* Client Management Software */
  .radar-item3 {
    top: 3%;
    left: 22%;
  }

  /* Advertising */
  .radar-item4 {
    top: 41%;
    left: 70%;
  }

  /* Web Design */
  .radar-item5 {
    top: 55%;
    left: 23%;
  }

  /* Creative */
  .radar-item6 {
    top: 22%;
    left: 71%;
  }

  /* Social Media */
  .radar-item7 {
    top: 20%;
    left: 10%;
  }

  /* Data & ROI */
  .radar-item8 {
    top: 58%;
    left: 55%;
  }

  .webmarkets-section-05.is-section .layout-container>.row .center-col .text-circlebox {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .WM-logo-mini {
    width: 75px;
    height: 75px;
    top: 31%;
  }

  .radar-item {
    font-size: 14px;
    padding: 6px 26px;
  }

  /* SEO */
  .radar-item1 {
    top: 20%;
    left: 68%;
  }

  /* Digital Marketing */
  .radar-item2 {
    top: 35%;
    left: 0%;
  }

  /* Client Management Software */
  .radar-item3 {
    top: 12%;
    left: 27%;
  }

  /* Advertising */
  .radar-item4 {
    top: 41%;
    left: 70%;
  }

  /* Web Design */
  .radar-item5 {
    top: 47%;
    left: 21%;
  }

  /* Creative */
  .radar-item6 {
    top: 30%;
    left: 71%;
  }

  /* Social Media */
  .radar-item7 {
    top: 22%;
    left: 8%;
  }

  /* Data & ROI */
  .radar-item8 {
    top: 50%;
    left: 54%;
  }

  .carousel-card {
    width: 100%;
    flex-direction: column;
  }

  .carousel-card .left {
    border-radius: 20px 20px 0 0;
  }

  .carousel-card .right {
    border-radius: 0 0 20px 20px;
  }

  .carousel-card .left {
    width: 100%;
    height: 50%;
    padding: 1.5rem;
  }

  .carousel-card .right {
    width: 100%;
    height: 50%;
  }

  .info-section {
    flex-direction: column;
  }

  .pillars-title {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .multi-color-bg::before {
    width: 100%;
    height: 50%;
  }

  .multi-color-bg::after {
    bottom: 0;
    width: 100%;
    height: 55%;
  }
}

@media screen and (max-width: 645px) {
  .multi-color-bg::after {
    height: 50%;
  }
}

@media screen and (max-width: 545px) {
  .multi-color-bg::before {
    height: 60%;
  }

  .multi-color-bg::after {
    height: 47%;
  }
}


@media screen and (max-width: 575px) {
  .pillars-title {
    flex-direction: column;
  }
}

@media screen and (max-width: 353px) {
  .title-container>img {
    width: 150px;
    bottom: 15%;
    right: -5%;
  }
}

@media screen and (max-width: 515px) {
  .orange-pillar {
    width: 150px;
    left: 15%;
  }

  .blue-pillar {
    width: 150px;
    right: 15%;
  }

  .pillar-content .title {
    font-size: 24px;
  }

  .pillar-content .bottom-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .cta-container div:first-child {
    display: none;
  }

  .cta-container div:last-child {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 450px) {
  .radar-item {
    font-size: 12px;
    padding: 4px 18px;
  }

  /* SEO */
  .radar-item1 {
    top: 22%;
    left: 68%;
  }

  /* Digital Marketing */
  .radar-item2 {
    top: 32%;
    left: 0%;
  }

  /* Client Management Software */
  .radar-item3 {
    top: 14%;
    left: 27%;
  }

  /* Advertising */
  .radar-item4 {
    top: 41%;
    left: 70%;
  }

  /* Web Design */
  .radar-item5 {
    top: 41%;
    left: 14%;
  }

  /* Creative */
  .radar-item6 {
    top: 32%;
    left: 73%;
  }

  /* Social Media */
  .radar-item7 {
    top: 22%;
    left: 8%;
  }

  /* Data & ROI */
  .radar-item8 {
    top: 47%;
    left: 45%;
  }
}

@media screen and (max-width: 375px) {
  .pillars-title {
    flex-direction: column;
  }

  .orange-pillar {
    width: 125px;
    left: 20%;
  }

  .blue-pillar {
    width: 125px;
    right: 20%;
  }

  .pillar-content .title {
    font-size: 24px;
  }

  .pillar-content .bottom-title {
    font-size: 20px;
  }

  .multi-color-bg::after {
    height: 40%;
  }
}

@media screen and (max-width: 346px) {
  .pillar-title {
    text-align: center;
  }
}

@keyframes flair {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes offsetLeftFlair {
  0% {
    transform: translate3d(calc(-1 * var(--offset)), 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(calc(-1 * var(--offset)), 0, 0) rotate(360deg);
  }
}

@keyframes offsetRightFlair {
  0% {
    transform: translate3d(calc(var(--offset)), 0, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(calc(var(--offset)), 0, 0) rotate(360deg);
  }
}

@keyframes centeredFlair {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.circled {
  background-image: url('/Portals/0/Images/Services-ele-02.webp');
  background-size: 100% 100%;
  display: block;
  padding: 10px 30px;
  width: fit-content;
  margin: 0 auto;
}

.testimonials-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.testimonial {
  width: 350px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  background: #fff;
  padding: clamp(1rem, 5svw, 2rem);
  text-align: center;
  font-size: clamp(18px, 1.1vw + 13px, 20px);
  overflow: hidden;
}

.testimonial>h3 {
  font-size: var(--font-size-base);
  margin: 0;
}

.testimonial>p {
  line-height: 2;
  max-height: calc(6em * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: left;
  margin: 0;
}

.ai-services {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.ai-services div {
  width: 350px;
  height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  background: linear-gradient(-45deg, rgb(255, 77, 76), rgb(255, 179, 29));
  padding: clamp(1rem, 5vw, 2.5rem);
  text-align: center;
}

.ai-services.white div {
  background: #fff;
}

.ai-services div>p {
  margin: 0;
}

.ai-services.smaller div {
  text-align: justify;
  height: auto;
  gap: 10px;
}

.ai-services.smaller div> {
  font-size: 18px;
}

.blue-header {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: clamp(1rem, 5vw, 2rem);
}

.blue-header .left-header {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

.left-header>div {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
}

.left-header>div:nth-child(1) {
  padding-top: 0;
}

.left-header>div:nth-last-child(1) {
  padding-top: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.blue-header .right-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

ul.icon-list {
  list-style: none;
  padding: 0;
}

ul.icon-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: var(--font-size-md);
  margin-bottom: 20px;
}

ul.icon-list li img {
  width: 48px;
  height: 48px;
}

ul.icon-list li p {
  line-height: 1.2;
  margin: 0;
}

.boxes {
  width: 100%;
  height: 75%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}

.boxes .box {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #2a2a2a;
  text-align: center;
  font-size: var(--font-size-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 1rem;
}

.boxes .box img {
  width: 64px;
  height: 64px;
}

.testimonials-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.testimonials-grid [class^="item-0"] {
  width: 100%;
  height: 100%;
  font-size: var(--font-size-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 3vw, 3rem);
  border-radius: 10px;
}

.item-01 {
  background-color: var(--theme-light-blue);
  color: white;
}

.item-02 {
  background-color: var(--theme-navy);
  color: white;
}

.item-03 {

  background-color: var(--theme-lighter-blue);
  color: #000;
}

.item-04 {
  background-color: var(--theme-lighterer-blue);
  color: #000;
}

.blue-cta {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: var(--theme-blue);
  border-radius: 20px;
  padding: clamp(1rem, 5vw, 3rem);
}

.hide-mobile {
  display: block;
}

@media screen and (max-width: 767px) {
  .blue-header {
    grid-template-columns: 1fr;
  }

  .boxes {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hide-mobile {
    display: none;
  }
}

.header-area:not(.area-left) .header-content-wrap {
  padding-bottom: 0;
  align-items: center;
}

@media screen and (max-width: 1400px) {

  #dng-megamenu598959 .primary_structure>li>a,
  #dng-megamenu598959 .primary_structure>li>a:link,
  #dng-megamenu598959 .primary_structure>li>a:active,
  #dng-megamenu598959 .primary_structure>li>a:visited {
    font-size: 1rem;
  }

  body .header-area .webmarketsonline-button-01 {
    font-size: 1rem;
    padding: 0 25px;
  }
}
