/* Portfolio Start */
.banner-section .title-wrap {
    margin-bottom: 30px;
}
.uiux-banner-image img {
  width: 100%;
}
.title-wraps h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: rgba(255, 108, 26, 1);
  padding: 0 0 5px;
  margin: 0;
}
/* .ourportfolio p, */
.title-wraps h4 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: rgba(76, 89, 109, 1);
  padding: 0 0 10px;
  margin: 0;
}
.title-wraps {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.portfolio-view-btn {
  text-align: center;
}
/* Portfolio End */

.solution-common .solutions-card {
  text-align: center;
  background: #fff;
}
.solution-common .solutions-card:hover {
  border-bottom: 1px solid #ff6c1a !important;
  border-right: 1px solid #e5e7eb !important;
  border-left: 1px solid #e5e7eb !important;
  border-top: 1px solid #e5e7eb !important;
}

.app-line {
  border: 1px solid #70707033;
  padding:20px;
  height: 100%;
}
.app-line:hover {
  box-shadow: 0 0 15px 0 #70707033;
}
.title-wrap h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.755px;
}

.banner-section {
  padding: 110px 0px 97px;
}
.circle-button {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: 0px;
}
.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.text-u {
  text-transform: uppercase !important;
}
.fz-30 {
  color: #B3B9CB;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 168%;
}
.circle-button .rotate-circle svg {
  width: 172px;
  height: 172px;
  fill: #1d1d1d;
}

.text-u {
  text-transform: uppercase !important;
}
.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}
.arrow-rotate {
  position: absolute;
  top: 31%;
  left:31%;
  padding: 20px;
  background: #F4F5F6;
  border-radius: 50%;
}
@keyframes rotateCircle {
  0% {
    /* -webkit-transform: rotate(0deg); */
    transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-icon i {
  font-size: 40px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff59;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-icon i:hover {
  background: #fff;
  color: #ff6c1a;
}

.col.position-relative::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.col.position-relative img {
  /* object-fit: cover; */
  width: 100%;
  height: 750px;
}
.slider-content {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
  padding: 0px 71px 25px;
}
.slider-content h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  line-height: 140%; /* 58.8px */
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.break-line {
  width: 4px;
    display: inline-block;
    height: 30px;
    background: #ff6c1a;
}
.slider-content p{
    color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
}
.app-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.app-btns a {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 15px 20px;
}
.app-btns a:hover {
  color: #ff6c1a;
}
.facters h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 20px;
}
.facters h2 span {
  color: #ff6c1a;
}
.facters-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-left: 0px;
  margin: 0px;
}
.facters-list li {
  color: #4C596D;
  font-size: 14px;
  font-weight: 400;
  line-height: 168%;
  list-style: square;
  list-style-position: inside;
}
.facters-list li::marker {
  content: "";
  color: #ff6c1a;
}
.bottom-br {
  width: 100%;
  height: 1px;
  border-radius: 15px;
  background: #E6E8EA;
  margin: 35px 0px;
}
.detials-row {
  row-gap: 80px;
}
.detials {
  width: 138px;
}
.detials h3 {
  color: #192A44;
  font-size: 35px;
  font-weight: 500;
  line-height: 140%; /* 49px */
  margin-bottom: 10px;
}
.detials  p {
  color: #4C596D;
  font-size: 13px;
  font-weight: 500;
  line-height: 168%; /* 22.819px */
  padding: 10px 0px 0px;
  border-top: 1px solid #ff6c1a;
}
.tools-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px 20px;
  border: 1px solid #E6E8EA;
}
.tools-card h3 {
  color: #4C596D;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%; /* 25.539px */
  padding-bottom: 10px;
}
.tools-card p{
  color: #4C596D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  padding: 0px;
}
.what-we-do-app {
  padding: 22px 13px 22px 22px;
  border: 1px solid #E6E8EA;
}
.choose-card {
  padding-right: 35px;
}
.choose-card  h3 {
  position: relative;
  color: #192A44;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  padding-left: 20px;
  padding-bottom: 12px;
}
.choose-card p {
  color: #4C596D;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.choose-card h3::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #ff6c1a;
  left: 0;
  top: 14px;
}
.essential-section {
  margin-bottom: 150px;
}
.essential-list-main {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.essential-list {
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 33%;
    gap: 10px;
}
.essential-list h3 {
  color: #192A44;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.essential-list p {
  color:#4C596D;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  padding: 0px;
}
.essential-list:nth-child(1) {
  border-bottom: 1px solid #70707033;
  border-right: 1px solid #70707033;
  padding: 0px 83px 40px 0px;
}
.essential-list:nth-child(2) {
  position: relative;
  padding: 0px 83px 40px;
  border-bottom: 1px solid #70707033;
  border-right: 1px solid #70707033;
}
.essential-list:nth-child(2)::after,
.essential-list:nth-child(2)::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background: #ff6c1a;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
}
.essential-list:nth-child(2)::after {
  left: -5px !important;
}
.essential-list:nth-child(3) {
  padding: 0px 0px 40px 83px;
  border-bottom: 1px solid #70707033;
}
.essential-list:nth-child(4) {
  border-right: 1px solid #70707033;
  padding: 40px 83px 0px 0px;
}
.essential-list:nth-child(5) {
  padding: 40px 83px 0px;
  border-right: 1px solid #70707033;
}
.essential-list:nth-child(6) {
  padding: 40px 0px 0px 83px;
}
.call-to-action-main {
  background-image: url(../../assets/images/uiuxdesign/call-to-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  /* background: #F4F4F4; */
  padding: 50px 0px 50px 71px;
}
.call-to-action-image img {
  position: absolute;
  bottom: 0;
}
.faq-section .accordion-item {
  border: none !important;
  border-bottom: 1px solid #E6E8EA !important;
}
.faq-section .accordion-button {
  position: relative;
}
.faq-section .accordion-button::before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #ff6c1a;
  left: 0;
  top: 30px;
}
.design-service-image {
  margin-left: 100px;
}
.reviews-section .review-card {
  background: none !important;
  border: 1px solid #E6E8EA;
}
.desc {
  background: none !important;
  border: none !important;
  padding-left: 0px !important;
}
.title-wrap.essential {
  margin-bottom: 50px;
}
.ui-ux-video .modal-body {
  padding: 0 !important;
}
.ui-ux-video .modal-header {
  padding: 0px !important;
}
.ui-ux-video .modal-header button {
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 25px;
  top: 30px;
  z-index: 1;
  opacity: 1;
}
.video-bg-image {
  position: absolute;
  left:-70px;
  bottom: -70px;
  z-index: -1;
}
.design-studio-title {
  display: flex;
  align-items: center;
  gap: 10px
}

.design-studio-title img {
  visibility: hidden;
  width: 21px !important;
  height: 21px !important;
}

.design-studio-title:hover .behance {
  color: #1769ff;
  transition: 0.3s ease-in-out
}

.design-studio-title:hover .linkedin {
  color: #0a66c2;
  transition: 0.3s ease-in-out
}

.design-studio-title:hover .instagram {
  color: #ed6945;
  transition: 0.3s ease-in-out
}

.design-studio-title:hover .dribbble {
  color: #ff87b5;
  transition: 0.3s ease-in-out
}

.design-studio-title:hover img {
  visibility: visible;
  transition: 0.3s ease-in-out
}

.what-we-do-app:hover .design-studio-title img {
  visibility: visible
}

/******************** industries-slider-start ******************/
.industries-section .scroller__wrapper {
	/* How long one slide is visible on screen (from entering screen to leaving it) */
	--scrolling-gallery-item-duration: 20s;
	/* How many items we want to see on screen at once */
	--scrolling-gallery-items-visible: 4;
	/* How many items are to scroll */
	--scrolling-gallery-items-total: 4;
	overflow: hidden;
	will-change: transform;

	@media (max-width: 991px) {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 2;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
	
	@media (max-width: 600px) {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 1;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
}
	
.industries-section .industries-scroller {
	animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
	animation-timing-function: linear;
	animation-name: scrolling-gallery;
	animation-iteration-count: infinite;
	display: flex;
}

.industries-section .scroller__container {
	/* Without this, scroll will jump on desktop if any vertical scrollbar is shown */
	width: 100%;
}

.industries-section .scroller__item {
	flex: 0 0 calc(100% / var(--scrolling-gallery-items-visible));
	width: 0px;
	box-sizing: border-box;
	padding: 0.5em;
}

.industries-section .industries-scroller img {
	display: block;
	height: auto;
	object-position: center;
	/* margin: auto; */
	width: 100%;
}

@keyframes scrolling-gallery {
	0% {
		transform: translateX(calc(var(--scrolling-gallery-items-total) * -100% / var(--scrolling-gallery-items-visible)));
	}
	100% {
		transform: translateX(0);
	}
}

.industries-section .industries-scroller:hover,
.industries-section .industries-scroller:focus {
	animation-play-state: paused;
}
/******************** industries-slider-end ******************/

/*************** Reviewslider-start **********************/
.reviews-section .scroller__wrapper {
	/* How long one slide is visible on screen (from entering screen to leaving it) */
	--scrolling-gallery-item-duration: 20s;
	/* How many items we want to see on screen at once */
	--scrolling-gallery-items-visible: 3;
	/* How many items are to scroll */
	--scrolling-gallery-items-total: 4;
	overflow: hidden;
	will-change: transform;

	@media (max-width: 991px) {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 2;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
	
	@media (max-width: 600px) {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 1;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
}
	
.reviews-section .reviews-scroller {
	animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
	animation-timing-function: linear;
	animation-name: scrolling-gallery;
	animation-iteration-count: infinite;
	display: flex;
}

.reviews-section .scroller__container {
	/* Without this, scroll will jump on desktop if any vertical scrollbar is shown */
	width: 100%;
}

.reviews-section .scroller__item {
	flex: 0 0 calc(100% / var(--scrolling-gallery-items-visible));
	width: 0px;
	box-sizing: border-box;
	padding: 0.5em;
}

.reviews-section .reviews-scroller img {
	display: block;
	height: auto;
	object-position: center;
	/* margin: auto; */
	/* width: 100%; */
}

@keyframes scrolling-gallery {
	0% {
		transform: translateX(calc(var(--scrolling-gallery-items-total) * -100% / var(--scrolling-gallery-items-visible)));
	}
	100% {
		transform: translateX(0);
	}
}

.reviews-section .reviews-scroller:hover,
.reviews-section .reviews-scroller:focus {
	animation-play-state: paused;
}
/*************** Reviewslider-end **********************/


  
  @media (max-width: 1360px) {
    .banner-section {
      padding: 80px 0px 97px;
    }
    .col.position-relative img {
      height: 600px;
    }
    .design-service-image {
      margin-left: 60px;
    }
    .title-wrap h1 {
      font-size: 40px;
    }
    .choose-card {
      padding-right: 20px;
    }
    .slider-content h2 {
      font-size: 38px;
      margin-bottom: 10px;
    }
    .app-btns a {
      font-size: 15px;
      padding: 12px 16px;
    }
    .essential-list:nth-child(1) {
      padding: 0px 65px 40px 0px;
    }
    .essential-list:nth-child(2) {
      padding: 0px 55px 40px;
    }
    .essential-list:nth-child(3) {
      padding: 0px 0px 40px 60px;
    }
    .essential-list:nth-child(4) {
      padding: 40px 65px 0px 0px;
    }
    .essential-list:nth-child(5) {
      padding: 40px 55px 0px;
    }
    .essential-list:nth-child(6) {
      padding: 40px 0px 0px 65px;
    }
    .call-to-action-main {
      padding: 50px 0px 50px 60px;
    }
    .detials-row {
      row-gap: 40px;
    }
    .detials h3 {
    font-size: 32px;
    line-height: 120%;
    }
    .choose-card {
      padding-right: 0px;
    }
    .choose-card h3 {
        padding-left: 15px;
        font-size: 19px;
    }
    .title-wrap h2 {
      font-size: 24px;
    }
    .call-to-action-main {
      padding: 50px 0px 50px 50px;
    }
    .common-section {
      padding: 55px 0px;
    }
  }
  @media (max-width: 1199px) {
    .title-wrap h1 {
      font-size: 34px;
    }
    .circle-button .rotate-circle svg {
      width: 160px;
      height: 160px;
    }
    .design-service-image {
      margin-left: 20px;
    }
    .arrow-rotate {
      padding: 18px;
    }
    .slider-content h2 {
      font-size: 30px;
    }
    .slider-content p {
      font-size: 20px;
    }
    .facters h2 {
      font-size: 22px;
    }
    br {
      display: none;
    }
    .detials h3 {
      font-size: 30px;
    }
    .detials-row {
      row-gap: 60px;
    }
    .tools-card {
      padding: 20px;
    }
    .what-we-do-app {
      padding: 15px 13px 0px 22px;
    }
    .choose-card {
      font-size: 18px;
    }
    .essential-list:nth-child(1) {
      padding: 0px 30px 30px 0px;
    }
    .essential-list:nth-child(2) {
      padding: 0px 30px 30px;
    }
    .essential-list:nth-child(3) {
      padding: 0px 0px 30px 30px;
    }
    .essential-list:nth-child(4) {
      padding: 30px 30px 0px 0px;
    }
    .essential-list:nth-child(5) {
      padding: 30px 30px 0px;
    }
    .essential-list:nth-child(6) {
      padding: 30px 0px 0px 30px;
    }
    .call-to-action-image img {
      width: 420px;
    }
    .col.position-relative img {
      height: 540px;
    }
    .common-section {
      padding: 40px 0px;
    }
    .title-wrap.essential {
      margin-bottom: 40px;
    }
  }
  
  @media (max-width: 991px) {
    .banner-section {
      padding: 70px 0px;
    }
    .design-service-image {
      margin-left: 0px;
    }
    .title-wrap h1 {
      font-size: 30px;
    }
    .banner-section .title-wrap {
      margin-bottom: 20px;
    }
    .circle-button .rotate-circle svg {
      width: 125px;
      height: 125px;
    }
    .arrow-rotate {
      padding: 12px;
    }
    .banner-section .title-wrap {
      margin-bottom: 10px;
    }
    .title-wrap {
      margin-bottom: 0px;
    }
    .col.position-relative img {
      height: 500px;
    }
    .slider-content h2 {
      font-size: 26px;
    }
    .app-btns a {
      font-size: 13px;
      padding: 8px 14px;
    }
    .break-line {
      height: 20px;
      width: 2px;
    }
    .slider-content p {
      font-size: 18px;
    }
    .facters h2 {
      font-size: 20px;
    }
    .detials h3 {
      font-size: 26px;
      margin-bottom: 10px;
    }
    .detials p {
      padding-top: 8px;
    }
    .detials-row {
      row-gap: 40px;
    }
    .call-to-action-image img {
      position: relative;
      width: auto;
      margin-top: 50px;
    }
    .call-to-action-main {
      padding: 50px 0px 0px 60px;
    }
    .essential-section {
      margin-bottom: 50px;
    }
    .title-wrap.essential {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .banner-section {
      padding: 50px 0px;
    }
    .title-wrap h1 {
      font-size: 26px;
    }
    .circle-button {
      top: 10px;
    }
    .slider-content h2 {
      font-size: 22px;
    }
    .col.position-relative img {
      height: 420px;
    }
    .circle-button .rotate-circle svg {
      width: 100px;
      height: 100px;
    }
    .arrow-rotate {
      padding: 8px;
    }
    .detials-row {
      row-gap: 30px;
    }
    .essential-list {
      flex:  0 0 50%;
    }
    .essential-list:nth-child(2)::after,
    .essential-list:nth-child(2)::before {
      display: none;
    }
    .essential-list:nth-child(2) {
      border-right: 0px;
    }
    .essential-list:nth-child(3) {
      border-right: 1px solid #70707033;
      padding: 30px 40px 30px 0px;
    }
    .essential-list:nth-child(4) {
      border-right: 0px;
      border-bottom: 1px solid #70707033;
      padding: 30px 0px 30px 40px;
    }
    .essential-list:nth-child(5) {
      padding-left: 0px;
    }
    .essential-section {
      margin-bottom: 30px;
    }
    .bottom-br {
      margin: 20px 0px;
    }
    .choose-card {
      font-size: 18px;
    }
    .common-section {
      padding: 30px 0px;
    }
    .video-bg-image {
      display: none;
    }
  }
  @media (max-width: 640px) {
    .col.position-relative img {
      height: 360px;
      object-fit: cover;
    }
    .title-wrap.essential {
      margin-bottom: 0px;
    }
  }
  @media (max-width: 575px) {
    .title-wrap h1 {
        font-size: 24px;
    }
    .slider-content {
      padding: 0px 35px 25px;
    }
    .slider-content h2 {
      font-size: 20px;
    }
    .slider-content p {
      font-size: 16px;
    }
    .circle-button {
      display: none;
    }
    .detials h3 {
      font-size: 22px;
      margin-bottom: 6px;
    }
    .choose-card h3 {
      font-size: 18px;
    }
    .essential-list h3 {
      font-size: 16px;
    }
    .essential-list:nth-child(1) {
      padding: 0px 20px 20px 0px;
    }
    .essential-list:nth-child(2) {
      padding: 0px 20px 20px;
    }
    .essential-list:nth-child(3) {
        padding: 20px 20px 20px 0px;
    }
    .essential-list:nth-child(4) {
      padding: 20px 0px 20px 20px;
    }
    .essential-list:nth-child(5) {
      padding: 20px 20px 0px;
    }
    .essential-list:nth-child(6) {
      padding: 20px 0px 0px 20px;
    }
    .col.position-relative img {
      height: 320px;
    }
    .call-to-action-main {
      padding: 30px 0px 0px 20px;
    }
  
  }
  @media (max-width: 425px) {
    .title-wrap h1 {
      font-size: 22px;
    }
    .play-icon i {
      font-size: 25px;
    }
    .col.position-relative img {
      height: 260px;
    }
    /* Portfolio Start */
    .title-wraps h3 {
      font-size: 20px;
    }
    .portfolio-view-btn {
      text-align: left;
    }
    /* END */
    .tools-card h3 {
      font-size: 17px;
      padding-bottom:8px;
    }
    .tools-card {
      padding: 15px;
    }
    .essential-list {
      flex: 0 0 100%;
    }
    .essential-list:nth-child(2) {
      padding-top: 20px;
    }
    .essential-list:nth-child(5) {
      padding-bottom: 20px;
      border-bottom: 1px solid #70707033;
    }
    .slider-content h2 {
      font-size: 18px;
    }
    .slider-content p {
      font-size: 16px;
    }
    .app-btns a {
      font-size: 12px;
      padding: 6px 12px;
    }
  }
  