.dreamforce_content_wrapper {
  background: #b0def070 !important;
}

h1,
h2,
.h1,
.h2 {
  color: #000 !important;
}

/* banner */
.Dreamforce_banner {
  background-image: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/23051528/banner-img.png);
  width: 100%;
  height: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;

}

.banner_box {
  padding-top: 230px;
}

.test {
  background: #e0f5fd;
  z-index: 99;
  position: relative;
  top: 60vw;
  padding-bottom: 60vw;
}

.banner_box h1,
.cloud_box h1,
.meet_our_experts .our_experts h1,
.gallery_details h1,
.tab_details h1,
.our_experts h1,
.Dreamforce_contact h1 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.banner_box span {
  color: #CA2728
}

.banner_box p,
.cloud_box p,
.meet_our_experts .our_experts p,
.gallery_details p,
.tab_details p,
.our_experts p,
.Dreamforce_contact p {
  color: #032D60;
  text-align: center;
  font-size: 20px;
  padding-top: 25px;
}

.box-btn {
  text-align: center;
  margin: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-btn a {
  color: #03234D;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #03234D;
  border-radius: 100px;
  outline: none;
}

.box-btn img {
  margin-left: 10px;
  display: inline;
}

.box-btn a:hover {
  text-decoration: none;
  color: #03234D;
}

.box-btn .bg-box-btn {
  background: #0176D3;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #0176D3;
  border-radius: 100px;
  outline: none;
  color: #FFFFFF;
  margin-left: 20px;
}

.box-btn .bg-box-btn:hover {
  color: #FFFFFF;
}

/* banner style end */

/* cloud_wrapper */

.cloud_wrapper {
  background-image: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/24053356/cloud-1.png);
  width: 100%;
  height: 640px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* top: -142px; */
  top: -273px;
}

.cloud_wrapper .bg_color {
  background-image: linear-gradient(#b0def087, #b0def000);
  height: 91px;
  position: relative;
  top: -73px;
}

.cloud_box h1 {
  padding-top: 240px;
}

.cloud_box p {
  padding-bottom: 16px;
}

.cloud_box span {
  background: #984A34;
  color: white;
  padding: 0px 5px;
}

.yellow_box {
  background: #FCC003;
  border-radius: 24px;
  padding: 24px 40px 6px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.yellow_box {
  position: relative;
}

.yellow_box .list {
  display: flex;
  justify-content: space-between;
}

.yellow_box .list ul li {
  font-size: 16px;
  line-height: 30px;
}

.yellow_box .list:after {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/23051522/ASTRO.png) no-repeat;
  bottom: 0;
  right: 6px;
  position: absolute;
  width: 65px;
  height: 96px;
}

/* aap_appexchange */

.aap_appexchange-wrapper {
  margin-top: -110px;
}

.aap_appexchange h2 {
  text-align: center;
  padding: 0px 0 50px;
  font-weight: 600;
  padding: 0 0 10px;
  margin-top: -10px;
}

.aap_appexchange p {
  text-align: center;
  padding-bottom: 50px;
}

.aap_appexchange-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aap_appexchange-details img {
  margin-bottom: 36px;
}

.video_link {
  text-align: center;
  margin: 0 auto;
}

.video_link iframe {
  width: 100%;
  height: 650px;
  border-radius: 40px;
}

/* meet our experts */

.meet_our_experts .our_experts {
  text-align: center;
  margin-top: 70px;
}

.meet_our_experts .our_experts p {
  padding-top: 10px;
}

.post-slide {
  margin: 0 10px;
}

.post-slide .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background: rgba(68, 67, 64, 0.9);
  transition: all 0.50s linear;
}

.post-slide .post-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 45%;
}

.post-slide .post-link li {
  display: inline-block;
  margin-right: 10px;
}

.post-slide .post-link li a {
  width: 60px;
  height: 60px;
  line-height: 59px;
  border-radius: 50%;
  color: #fff;
  background: #333;
  font-size: 20px;
  transform: scale(1, 1);
  transition: all 0.20s linear;
}

.post-slide .post-link li a:hover {
  text-decoration: none;
  transform: scale(1.1, 1.1);
}

.post-slide .post-review {
  padding: 15px 0;
  overflow: hidden;
}

.post-slide .post-title {
  margin-top: 0;
}

.post-slide .post-title a {
  display: block;
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.50s ease 0s;
}

.post-slide .post-info {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 7px 0;
  text-align: center;
  border-top: 1px solid #d3d3d3;
}

.post-slide .post-info li {
  display: inline-block;
  margin-right: 13px;
}

.post-slide .tag-info {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}

.post-slide .tag-info li {
  list-style: none;
  display: inline-block;
}

.post-slide .tag-info li a {
  color: #808080;
  text-transform: capitalize;
}

.post-slide .post-description {
  color: #828282;
  font-size: 14px;
  padding: 5px 25px;
  line-height: 25px;
}

.post-slide .read-more {
  color: #333;
  float: right;
  font-weight: bold;
  margin-right: 25px;
  text-transform: capitalize;
}

.post_info {
  text-align: center;
  margin-top: 21px;
}

.post_info h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: normal;
  line-height: 1;
}

.post_info p {
  font-size: 16px;
}

.post_info p:nth-child(3) {
  display: none;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  display: flex;
  min-width: 100%;
  box-sizing: border-box;
  justify-content: space-around;
  padding: 20px;
  padding-bottom: 0px;
}



.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 767px) {
  .post-slide .post-link li a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 13px;
  }

  .post-slide .post-title a {
    font-size: 14px;
  }
}

/* gallery style */

.gallery_wrapper .gallery {
  --_width: 50px;
  --_border-width: 3px;
  --_border-width-hover: 6px;
  --_border-clr: rgba(32, 142, 206, 0.7);
  --_h2-bg-clr: rgba(32, 142, 206, 0.9);
  --_h2-txt-clr: black;
  --_transition-speed: 300ms;
  --_clip: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: fit-content;
  max-width: 4xl;
  display: grid;
  grid-template-columns: repeat(10, var(--_width));
  gap: .75em;
  justify-content: center;
  margin: 0 auto;
}

.gallery_wrapper .avatar {
  background-color: var(--_border-clr);
  display: block;
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  width: calc(var(--_width) * 3);
  height: calc(var(--_width) * 3);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  clip-path: var(--_clip);
  transition: clip-path ease-in-out var(--_transition-speed) var(--_transition-speed),
    opacity ease-in-out var(--_transition-speed),
    scale ease-in-out var(--_transition-speed);

}


.gallery_wrapper .avatar::before {
  content: '';
  position: absolute;
  inset: var(--_border-width);
  clip-path: var(--_clip);
  background-image: var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--_transition-speed) ease-in-out;

}

.gallery_wrapper .avatar::after {
  content: attr(title);
  position: absolute;
  width: 100%;
  padding: .25rem 0;
  text-align: center;
  inset: 85% 0 0 0;
  background: var(--_h2-bg-clr);
  color: var(--_h2-txt-clr);
  font-size: 0.6rem;
  transition: all var(--_transition-speed) ease-in-out;
  opacity: 0;
  translate: 0 100%;
  z-index: 3;
}

.gallery_wrapper .avatar:has(~ .avatar:hover),
.gallery_wrapper .avatar:hover~.avatar {
  opacity: 75%;
  scale: 75%;
}

.gallery_wrapper .avatar:hover {
  z-index: 100;
  scale: 150%;
}

.gallery_wrapper .avatar:hover::before {
  inset: var(--_border-width-hover);
}

.gallery_wrapper .avatar:hover::after {
  opacity: 1;
  translate: 0;
  transition-delay: calc(var(--_transition-speed) * 0.5);
}

.gallery_wrapper .avatar:not(:hover) {
  animation: KPzIndexHack 500ms;
}

.gallery_wrapper .avatar:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 5;
}

.gallery_wrapper .avatar:nth-child(2) {
  grid-row-start: 3;
  grid-column-start: 3;
}

.gallery_wrapper .avatar:nth-child(3) {
  grid-row-start: 3;
  grid-column-start: 7;
}

.gallery_wrapper .avatar:nth-child(4) {
  grid-row-start: 5;
  grid-column-start: 1;
}

.gallery_wrapper .avatar:nth-child(5) {
  grid-row-start: 5;
  grid-column-start: 5;
}

.gallery_wrapper .avatar:nth-child(6) {
  grid-row-start: 5;
  grid-column-start: 9;
}

.gallery_wrapper .avatar:nth-child(7) {
  grid-row-start: 7;
  grid-column-start: 3;
}

.gallery_wrapper .avatar:nth-child(8) {
  grid-row-start: 7;
  grid-column-start: 7;
}

.gallery_wrapper .avatar:nth-child(9) {
  grid-row-start: 9;
  grid-column-start: 1;
}

.gallery_wrapper .avatar:nth-child(10) {
  grid-row-start: 9;
  grid-column-start: 5;
}

.gallery_wrapper .avatar:nth-child(11) {
  grid-row-start: 9;
  grid-column-start: 9;
}

.gallery_wrapper .avatar:nth-child(12) {
  grid-row-start: 11;
  grid-column-start: 3;
}

.gallery_wrapper .avatar:nth-child(13) {
  grid-row-start: 11;
  grid-column-start: 7;
}

.gallery_wrapper .avatar:nth-child(14) {
  grid-row-start: 13;
  grid-column-start: 5;
}

@keyframes KPzIndexHack {
  100% {
    z-index: 10;
  }
}

/* Dreamforce Experience */
.dreamforce_experience {
  text-align: center;
  max-width: 50px 0;
}

.dreamforce_experience iframe {
  width: 100%;
  height: 500px;
  border-radius: 40px;
}

/* book_a_meeting */
.book_a_meeting {
  background: #FCC003;
  padding: 30px;
  border-radius: 12px;
  margin: 100px 0;
}

.book_a_meeting h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 37px;
}

.book_a_meeting p {
  color: #03234D;
  font-size: 16px;
}

.book_a_meeting ul {
  margin-left: -20px;
}

.book_a_meeting ul li {
  font-size: 16px;
  color: #03234D;
  line-height: 30px;
}

.book_a_meeting ul li span {
  font-weight: bold;
}

.book_a_meeting .box-btn {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0;
  justify-content: left;
}

.book_a_meeting_wrapper {
  margin-top: 100px;
}

.book_a_meeting_wrapper .container {
  position: relative;
}

.book_a_meeting_wrapper .book_a_meeting {
  margin: 60px 0
}

.book_a_meeting:after {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/23051534/dreamastro.png) no-repeat;
  bottom: 0;
  right: 0px;
  position: absolute;
  width: 380px;
  height: 299px;
}

.gallery_details h1 {
  margin-top: 40px;
  margin-bottom: -8px;
}

@media only screen and (max-width: 990px) {
  .post-slide .post-info li {
    margin-right: 5px;
  }

  .owl-theme .owl-buttons div {
    display: none;
  }

  .box-btn a:nth-child(1) {
    margin-bottom: 20px;
  }

  .video_link iframe {
    height: 427px;
  }

  .gallery_details p {
    margin-bottom: 40px;
  }

  .dreamforce_experience iframe {
    height: 370px;
  }

  .Dreamforce_banner {
    height: 790px;
  }
}



.gallery {
  --_width: 50px;
  --_border-width: 3px;
  --_border-width-hover: 6px;
  --_border-clr: rgba(32, 142, 206, 0.7);
  --_h2-bg-clr: rgba(32, 142, 206, 0.9);
  --_h2-txt-clr: black;
  --_transition-speed: 300ms;
  --_clip: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

  width: fit-content;
  max-width: 4xl;
  display: grid;
  grid-template-columns: repeat(10, var(--_width));
  gap: .75em;
}

.avatar {
  background-color: var(--_border-clr);
  display: block;
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  width: calc(var(--_width) * 3);
  height: calc(var(--_width) * 3);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  clip-path: var(--_clip);
  transition: clip-path ease-in-out var(--_transition-speed) var(--_transition-speed),
    opacity ease-in-out var(--_transition-speed),
    scale ease-in-out var(--_transition-speed);

}


.avatar::before {
  content: '';
  position: absolute;
  inset: var(--_border-width);
  clip-path: var(--_clip);
  background-image: var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--_transition-speed) ease-in-out;

}

.avatar::after {
  content: attr(title);
  position: absolute;
  width: 100%;
  padding: .25rem 0;
  text-align: center;
  inset: 85% 0 0 0;
  background: var(--_h2-bg-clr);
  color: var(--_h2-txt-clr);
  font-size: 0.6rem;
  transition: all var(--_transition-speed) ease-in-out;
  opacity: 0;
  translate: 0 100%;
  z-index: 3;
}

.avatar:has(~ .avatar:hover),
.avatar:hover~.avatar {
  opacity: 75%;
  scale: 75%;
}

.avatar:hover {
  z-index: 100;
  scale: 150%;
}

.avatar:hover::before {
  inset: var(--_border-width-hover);
}

.avatar:hover::after {
  opacity: 1;
  translate: 0;
  transition-delay: calc(var(--_transition-speed) * 0.5);
}

.avatar:not(:hover) {
  animation: KPzIndexHack 500ms;
}

.avatar:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 5;
}

.avatar:nth-child(2) {
  grid-row-start: 3;
  grid-column-start: 3;
}

.avatar:nth-child(3) {
  grid-row-start: 3;
  grid-column-start: 7;
}

.avatar:nth-child(4) {
  grid-row-start: 5;
  grid-column-start: 1;
}

.avatar:nth-child(5) {
  grid-row-start: 5;
  grid-column-start: 5;
}

.avatar:nth-child(6) {
  grid-row-start: 5;
  grid-column-start: 9;
}

.avatar:nth-child(7) {
  grid-row-start: 7;
  grid-column-start: 3;
}

.avatar:nth-child(8) {
  grid-row-start: 7;
  grid-column-start: 7;
}

.avatar:nth-child(9) {
  grid-row-start: 9;
  grid-column-start: 1;
}

.avatar:nth-child(10) {
  grid-row-start: 9;
  grid-column-start: 5;
}

.avatar:nth-child(11) {
  grid-row-start: 9;
  grid-column-start: 9;
}

.avatar:nth-child(12) {
  grid-row-start: 11;
  grid-column-start: 3;
}

.avatar:nth-child(13) {
  grid-row-start: 11;
  grid-column-start: 7;
}

.avatar:nth-child(14) {
  grid-row-start: 13;
  grid-column-start: 5;
}

/* Kevin Powel z-index hack */
@keyframes KPzIndexHack {
  100% {
    z-index: 10;
  }
}




.post-slide {
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}

/* .post-slide:hover {
  transform: translateY(-10px);
} */

.post-slide .icons {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.post-slide .icons img {
  width: 100%;
  height: auto;
}

.post-slide .post-review {
  border: 1px solid #9c4a6c;
  border-top: none;
  padding: 35px 20px 25px;
  background: #fff;
  position: relative;
}

.post-slide .post-review:after {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  opacity: 0;
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}

.post-slide:hover .post-review:after {
  opacity: 1;
  transform: translateY(5px);
}

.post-slide .post-bar {
  padding: 0;
  list-style: none;
}

.post-slide .post-bar li {
  display: inline-block;
  font-size: 16px;
  font-family: serif, Arial;
  color: #555;
  margin-right: 10px;
  text-transform: capitalize;
}

.post-slide .post-bar li i {
  color: #9c4a6c;
  margin-right: 8px;
}

.post-slide .post-title {
  margin: 0 0 20px 0;
  color: #555;
  font-weight: bold;
  font-size: 18px;
}

.post-slide .post-description {
  font-size: 15px;
  line-height: 21px;
  color: #808080;
}

.post-slide .read {
  text-transform: capitalize;
  font-size: 15px;
  color: #9c4a6c;
}

.post-slide .read i {
  margin-left: 10px;
}

.post-slide .read:hover {
  text-decoration: none;
  color: #333;
}


.box14 {
  position: relative;
  background: white;
  border-radius: 20px;
}

.box15,
.box17,
.box18 {
  box-shadow: 0 0 5px #7e7d7d;
  text-align: center
}

.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 89%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .35s ease 0s
}

.box14:hover:before {
  opacity: 1;
  border-radius: 18px;
}

.box14 img {
  width: 100%;
  height: auto;
  max-width: 248px;
  max-height: 270px;
  border-radius: 20px;
}


.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%
}

.box14 .box-content:after,
.box14 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .7s ease 0s
}

.box14 .box-content:before {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .5);
  transform: scale(0, 1);
  transform-origin: 0 0 0
}

.box14 .box-content:after {
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s
}

.box14 .title {
  font-size: 17px;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s
}

.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #d79719;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all .7s ease 0s
}

.box14 .icon,
.box15 .icon {
  padding: 0;
  list-style: none
}

.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all .7s ease 0s
}

.box14:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: .15s
}

.box14 .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 0 16px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  transition: all .4s ease 0s
}

.box14 .icon li a:hover {
  background: #d79719;
  border-color: #d79719;
}

@media only screen and (max-width:990px) {
  .box14 {
    margin-bottom: 30px
  }
}

.box14 .box-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 90%;
  height: auto;
}

.tabs.wrapper .menu {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.tabs.wrapper .content {
  margin-top: 2rem;
}

[data-content] {
  display: none;
}

.active[data-content] {
  display: block;
}

.tabs.wrapper .menu .active {
  color: #FFF;
  background: #032D60;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 50px;
}

.tabs.wrapper .menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  background: white;
  border-radius: 100px;
  overflow: hidden;
  width: 70%;
  height: 66px;
  text-align: center;
  align-items: center;
  justify-content: center;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  margin-bottom: 35px;
}

.tabs.wrapper .menu ul li {
  width: calc(100% / 3);
  height: 70px;
  align-items: center;
  display: grid;
  font-weight: 600;
  margin-top: 3px;
  font-size: 20px;
  cursor: pointer;
}

.tabs.wrapper .menu ul li:nth-child(1),
.tabs.wrapper .menu ul li:nth-child(2),
.tabs.wrapper .menu ul li:nth-child(3) {
  border-radius: 0px;
  border-left: 1px solid #8080806e;
}

.tabs.wrapper .tabs .content {
  margin-top: 35px;
  margin-bottom: 400px;
}


.tabs.wrapper .content .Case_studies_wrapper {
  display: flex;
  align-items: center;
}

.tabs.wrapper .Case_studies {
  padding: 17px;
  text-align: center;
  background: #FEFAF0;
  border-radius: 30px;
  width: 33.33%;
  margin-right: 30px;
}

.tabs.wrapper .Case_studies:nth-child(3) {
  margin-right: 0;
}

.tabs.wrapper .Case_studies p {
  font-size: 18px;
  margin-bottom: 0px;
}

.tabs.wrapper .Case_studies h4 {
  font-size: 20px;
  margin: 15px 0;
  font-weight: 700;
}

.tabs.wrapper .Case_studies a button {
  padding: 7px 24px;
  border: 3px solid #032D60;
  border-radius: 30px;
  font-size: 20px;
  color: #032D60;
  background: transparent;
  font-weight: 600;
}

.tabs.wrapper .tab_details p {
  margin-bottom: 0px;
}

/* contact */
#wpcf7-f38757-p38723-o1 {
  position: relative;
}

.Dreamforce_contact {
  background-image: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/30150551/Group-1000003898.png);
  width: 100%;
  height: 790px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.Dreamforce_contact:after {
  content: "";
  background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/07/31071659/ASTRO_NoOutfit_WalkRight.png) no-repeat;
  bottom: 0;
  left: 0px;
  position: absolute;
  width: 200px;
  height: 303px;
}

.Dreamforce_contact .name_email {
  display: flex;
  align-items: center;
}

.Dreamforce_contact .submit_btn input {
  width: 240px;
  height: 50px;
  font-weight: 600;
  background: #0176D3;
  border: solid 1px #0176D3;
  color: white;
  padding: 5px 10px;
  margin: 0;
  font-size: 18px;
  border-radius: 100px;
}

.name_email .name .form-group input,
.name_email .email .form-group input {
  height: 58px;
  border-radius: 100px;
}

.name_email .name .form-group input::placeholder,
.name_email .email .form-group input::placeholder,
.question .form-group textarea::placeholder {
  font-size: 18px;
  color: #737B8F;
}

.name_email .name,
.name_email .email {
  width: calc(100% / 2)
}

.question .form-group textarea {
  border-radius: 26px;
  height: 194px;
}

.submit_btn {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}

.name .form-group {
  margin-right: 20px;
}

.Dreamforce_contact h1 {
  margin-top: 18%;
}

.Dreamforce_contact p {
  padding-top: 0px;
  padding-bottom: 40px;
}

.wpcf7-mail-sent-ok {
  display: block;
  text-align: center;
  position: relative;
  bottom: 68px;
  font-weight: 800;
  left: -17px;
}








/* testimonial */
.testimonial_bg_img {
  position: relative;
}

.section-heading {
  text-align: center !important;
  background: linear-gradient(0, #dafdf6cc 0%, #d7f1f8 100%);
  box-shadow: 10px 10px 18px 7px #add8e626;
  z-index: 99999;
  position: relative;
}

.testimonial_bg_img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2024/08/06085024/bg-.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testimonial-area .bottom_image img {
  width: 100%;
  height: 335px;
}

.section-heading h1 {
  margin-bottom: 70px;
  z-index: 99;
  padding: 60px 0 30px 0;
  position: relative;
}

.client-comment {
  background: white;
  padding: 20px;
  border: 1px solid #8080802b;
  border-radius: 20px;
}

.client-comment h3 {
  font-weight: 400;
}

.testimonial-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single {
  &.inactive {

    .client-comment,
    .client-info {
      display: none;
    }

    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }

  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  &.position-2 {
    left: -40px;
    top: 105px;
  }

  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-4 {
    left: 55px;
    top: 380px;
  }

  &.position-5 {
    top: 30px;
    right: 55px;
  }

  &.position-6 {
    top: 225px;
    right: -40px;
  }

  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-8 {
    top: 330px;
    right: -6px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-9 {
    top: 120px;
    right: 54px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-10 {
    top: 0;
    left: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-11 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-12 {
    top: 132px;
    right: -28px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-13 {
    top: 310px;
    left: 0;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-14 {
    top: 199px;
    left: 11px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-15 {
    top: 26px;
    left: -22px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-16 {
    top: 269px;
    right: 34px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-17 {
    top: 64px;
    right: 163px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-18 {
    top: 136px;
    right: 144px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-19 {
    top: 140px;
    left: 152px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-20 {
    top: -30px;
    left: 265px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-21 {
    top: 0;
    right: 140px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-22 {
    top: 0;
    left: 155px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-23 {
    top: 130px;
    left: 55px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-25 {
    top: 56px;
    right: 312px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-26 {
    top: -9px;
    right: 349px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-28 {
    top: 68px;
    left: 110px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-29 {
    top: 65px;
    left: 222px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-30 {
    top: 39px;
    left: 311px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-31 {
    top: -20px;
    left: 358px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-32 {
    top: 139px;
    right: 235px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.position-33 {
    top: 0;
    right: 260px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;

    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }

  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }

  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;

    &:before {
      border-radius: 100%;
      content: "";
      background-image: -webkit-gradient(linear,
          left top,
          left bottom,
          from(rgb(157, 91, 254)),
          to(rgb(56, 144, 254)));
      background-image: linear-gradient(180deg,
          rgb(157, 91, 254) 0%,
          rgb(56, 144, 254) 100%);
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }

  .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
  }

  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.testimonial-area .client-comment {
  padding: 0 30px;
}

.testimonial-area .client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}

.testimonial-area .client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}


.testimonial-area .client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-area .client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

/* responsive style of dreamfource */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testimonial-wrap {
    height: 550px;
  }
}

@media only screen and (max-width: 1440px) {
  .testimonial_bg_img .bg {
    height: 82vh;
  }

  .cloud_wrapper .bg_color {
    top: -74px;
  }

  .test {
    top: 68vw;
    padding-bottom: 68vw;
  }
}


@media only screen and (max-width: 1400px) {

  .cloud_wrapper .bg_color {
    top: -139px;
  }

  .test {
    top: 68vw;
    padding-bottom: 68vw;
  }

  .book_a_meeting:after {
    bottom: 2px;
    right: 14px;
    width: 244px;
    height: 267px;
  }

  .Dreamforce_contact:after {
    left: 0;
    height: 308px;
  }

  .position-25,
  .position-26,
  .position-30,
  .position-31 {
    display: none;
  }

  .box-btn a,
  .box-btn .bg-box-btn {
    padding: 15px 15px;
    font-size: 16px;

  }
}

@media only screen and (max-width: 1350px) {

  .box-btn a,
  .box-btn .bg-box-btn {
    padding: 15px 15px;
    font-size: 16px;
  }

  .Dreamforce_contact:after {
    height: 202px;
  }

  .test {
    top: 75vw;
    padding-bottom: 75vw;
  }

  .aap_appexchange-wrapper {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 1140px) {
  .test {
    top: 82vw;
    padding-bottom: 82vw;
  }
}

@media only screen and (max-width: 1055px) {
  .test {
    top: 90vw;
    padding-bottom: 90vw;
  }
}

@media only screen and (max-width: 1010px) {
  .cloud_wrapper .bg_color {
    top: -158px;
  }
}

@media only screen and (max-width: 992px) {
  .book_a_meeting:after {
    display: none;
  }

  .position-33,
  .position-20,
  .position-29,
  .position-19,
  .position-32,
  .position-18,
  .position-23,
  .yellow_box .list:after {
    display: none;
  }


}

@media only screen and (max-width: 991px) {

  .banner_box h1,
  .cloud_box h1,
  .meet_our_experts .our_experts h1,
  .gallery_details h1,
  .tab_details h1,
  .our_experts h1,
  .Dreamforce_contact h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .cloud_wrapper .bg_color {
    top: -198px;
  }

  .aap_appexchange-wrapper {
    margin-top: -10px;
  }

  .tabs.wrapper .menu ul {
    width: 100%;
  }

  .tabs.wrapper .content .Case_studies_wrapper {
    display: block;
  }

  .tabs.wrapper .Case_studies {
    width: 100%;
    padding: 50px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .box-btn a img {
    display: none;
  }
}


@media only screen and (max-width: 820px) {
  .test {
    top: 99vw;
    padding-bottom: 99vw;
  }

  .banner_box h1,
  .cloud_box h1,
  .meet_our_experts .our_experts h1,
  .gallery_details h1,
  .tab_details h1,
  .our_experts h1,
  .Dreamforce_contact h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .box-btn {
    display: block;
  }

  .slider-container .slide {
    display: block;
  }

  .box14 {
    text-align: center;
  }

  .Dreamforce_contact .name_email {
    display: block;
  }

  .name_email .name,
  .name_email .email {
    width: 100%;
  }

  .name .form-group {
    margin-right: 0px;
  }

  .box-btn a,
  .box-btn .bg-box-btn {
    padding: 15px 15px;
    font-size: 13px;
    width: 100%;
  }

  .box-btn .bg-box-btn {
    margin: 0;
  }

  .book_a_meeting .box-btn {
    text-align: center;
    margin: 0 auto;
  }

  .tabs.wrapper .menu ul li {
    font-size: 14px;
  }

  .video_link {
    position: relative;
    top: 30px;
  }

  .banner_box .box-btn {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 627px) {
  .banner_box {
    padding-top: 90px;
  }

  .yellow_box .list ul li {
    font-size: 14px;
    line-height: 25px;
  }

  .Dreamforce_contact:after {
    height: 129px;
  }

  .test {
    top: 180vw;
    padding-bottom: 180vw;
  }

  .banner_box h1,
  .cloud_box h1,
  .meet_our_experts .our_experts h1,
  .gallery_details h1,
  .tab_details h1,
  .our_experts h1,
  .Dreamforce_contact h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_box p {
    padding-top: 7px;
    margin-bottom: 27px;
  }

  .cloud_wrapper .bg_color {
    top: -599px;
  }

  .position-17 {
    right: 82px !important;
  }

  .position-22 {
    left: 112px !important;
  }

  .position-21 {
    right: -100px !important;
  }
}

@media only screen and (max-width: 540px) {
  .position-17 {
    right: 0 !important;
  }

  .position-22 {
    left: 96px !important;
    top: -59px !important;
  }

  .position-28 {
    top: -41px !important;
    left: -29px !important;
  }

  .position-10 {
    top: -49px !important;
    left: 30px !important;
  }

  .position-21 {
    right: -58px !important;
    top: -52px !important;
  }

  .position-9 {
    top: -2px !important;
    right: -8px !important;
  }

  .position-14 {
    top: 75px !important;
    left: 30px !important;
  }

  .position-16 {
    top: -55px !important;
    right: 22px !important;
  }

  .position-8 {
    top: 500px !important;
    right: -6px !important;
  }

  .position-13 {
    top: 485px !important;
    left: 0 !important;
  }

  .position-12 {
    top: 500px !important;
    right: 94px !important;
  }
  .aap_appexchange-wrapper {
    margin-top: 130px;
}
}

@media only screen and (max-width: 440px) {
  .aap_appexchange-wrapper{
    margin-top: 170px;
  }
}

@media only screen and (max-width: 420px) {
  .aap_appexchange-wrapper{
    margin-top: 235px;
  }
}
@media only screen and (max-width: 390px) {
  .aap_appexchange-wrapper{
    margin-top: 300px;
  }
}
@media only screen and (max-width: 378px) {
  .aap_appexchange-wrapper{
    margin-top: 370px;
  }
}