@font-face {
  font-family: Inter-Regular;
  src: url(../font/Inter-Regular.woff);
}

@font-face {
  font-family: Inter-SemiBold;
  src: url(../font/Inter-SemiBold.woff);
}

:root {
  --orange: #f7a219;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter-Regular !impxortant;
  overflow-x: hidden;
  color: #1a1a1a;
}

body,
html {
  overflow-x: hidden;
  position: relative;
}

h2 {
  font-size: 2em;
}

.navbar-brand {
  font-size: 30px;
  color: var(--main-color);
}

.title {
  font-size: clamp(38px, 6vw, 112px);
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.title_overlay span {
  font-size: calc(16px + 19.5vw);
  line-height: calc(16px + 19.5vw);
  color: #cccccc30;
  display: inline-block;
  margin-right: 15vw;
  font-weight: 600;
  padding: 80px 0;
}

.title_overlay {
  z-index: -1;
  left: 6%;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}

.full-container {
  padding: 0 2%;
}

.title-container h2 {
  font-size: 24px;
  letter-spacing: 4px;
}

.title-container h2 span {
  position: relative;
  z-index: 9999999;
  font-size: 10rem;
  line-height: 10rem;
  font-family: "Inter-SemiBold";
  letter-spacing: 0;
}

.title-container h2 span::before {
  position: absolute;
  width: 106%;
  height: 12px;
  background: #f7a219c9;
  content: "";
  bottom: 31px;
  z-index: -1;
  left: -3%;
}

.display-4.portfolio-title {
  letter-spacing: 4px;
}

.logo img {
  width: 250px;
  max-width: 100%;
  padding-top: 50px;
}

.project {
  overflow: hidden;
  position: relative;
  animation: clip_rev 0.5s;
  height: 100%;
}

.project:hover {
  animation: clip 0.5s;
  animation-fill-mode: forwards;
}

@keyframes clip {
  from {
    clip-path: inset(0% 0% 0% 0%);
    cursor: url(/assets/images/project.png), auto;
  }

  to {
    clip-path: inset(3% 3% 3% 3%);
    cursor: url(/assets/images/project.png), auto;
  }
}

@keyframes clip_rev {
  from {
    clip-path: inset(3% 3% 3% 3%);
  }

  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}

.project:hover .project_img {
  transform: scale(1.1);
}

.project:hover .project_text {
  opacity: 0;
}

.project_img {
  position: relative;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

.project_text {
  transition: all 0.3s;
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 20px;
}

.project_text h4 {
  font-family: Inter-Regular;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.btnn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 18px;
  border: none;
  line-height: 1.4;
  border-radius: 50px;
  transition: all 0.3s;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: e9e9e9;
  color: #333333;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#filter {
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  border: none;
  line-height: 1.4;
  border-radius: 6px;
  transition: all 0.3s;
}

.active_btn {
  background-color: var(--orange);
  color: #fff !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 40px 20px;
  color: var(--bs-card-color);
}

.col-sm-3 {
  flex: 0 0 auto;
  width: 25%;
}

.img-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h4 {
  line-height: 1.45;
  font-size: 20px;
  font-family: Inter-Regular;
  padding-bottom: 20px;
}

.border-soft-yellow {
  border-color: #fee9cd !important;
}

.shadow-lg {
  box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.card {
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
}

.card {
  box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
  border: 0;
}

.card.shadow-lg.card-border-bottom.border-soft-yellow {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.card-border-bottom {
  border-bottom: 6px solid #fee9cd;
  height: 90%;
}

.d-flex {
  display: flex !important;
  justify-content: space-between;
}

.line-row {
  display: flex;
  width: 80%;
  margin: auto;
  padding-bottom: 10px;
}

.down {
  padding-bottom: 0;
  width: auto;
  height: 80px;
}

.down.upworkImg {
  height: 140px;
}

.down-1 {
  padding-bottom: 20px;
  width: 100%;

}

.down-2 {
  padding-bottom: 20px;
  width: 60%;

}

.down-3 {
  padding-bottom: 20px;
  width: 60%;

}

.controls {
  flex-wrap: wrap;
}

.filter {
  color: var(--orange);
}

.expertise h2 {
  font-family: Inter-SemiBold;
  /* letter-spacing: 2px;
font-weight: 300; */
  font-size: 50px;
}

.expertise h2 span::before {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #f7a219c9;
  content: "";
  bottom: 7px;
  z-index: -1;
}

.expertise p {
  max-width: 1000px;
  margin: auto;
}

.flex_child {
  background-color: #fff;
  padding: 10% 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

/* Testimonials Section */
.text-grey {
  color: #616161;
  font-size: 22px;
}

h2 {
  font-family: Inter-SemiBold;
  position: relative;
  font-size: 50px;
  margin: 0;
}

.bg-grey {
  background-color: #f8f5f0;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--orange);
  border: none !important;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}

.text_grey {
  color: #616161;
}

.carousel-indicators {
  margin: 30px;
  position: relative;
}

.padding_inner {
  padding: 60px 0;
}

.btn_prev,
.btn_next {
  background-color: var(--orange);
  display: grid;
  place-items: center;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn_icon {
  width: 25px;
  height: 25px;
}

.btn_group {
  padding: 20px 0;
}

.video {
  height: 250px;
}

.video iframe {
  border-radius: 10px;
}

.carousel-item {
  height: 100%;
  padding: 20px 0;
}

.testimonial {
  padding: 20px 20px;
}

.card_testimonials {
  background-color: #fff;
  box-shadow: 5px 5px 15px #1a1a1a20;
  text-align: left;
  border-radius: 10px;
  padding: 30px;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card_testimonials h6 {
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 0;
  font-family: Inter-SemiBold;
}

.card_testimonials div span {
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d58606;
  font-family: Inter-SemiBold;
}

.testimonials_text span::before {
  position: absolute;
  width: 100%;
  height: 8px;
  background: #f7a219c9;
  content: "";
  bottom: 7px;
  z-index: -1;
}

.testimonials_text span {
  position: relative;
  z-index: 1;
}

.carousel-indicators .active {
  background-color: var(--orange) !important;
}

.heading {
  color: #ff3338;
  padding-bottom: 0px;
  font-family: Inter-SemiBold;
}

.h1-heading {
  font-family: Inter-SemiBold;
  font-size: 45px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 22px;
}

.number {
  font-size: 50px;
  font-family: Inter-SemiBold;
  margin-top: 10px;
  line-height: 1.5;
}

.text-center {
  text-align: center !important;
}

.card {
  width: 100%;
}

.card.upworkCont {
  border: 2px solid #6FDA44;
}

.alignCenter {
  align-items: center;
}

.noPadding {
  padding: 0;
}

.noMargin {
  margin: 0;
}

.expertiseLogo {
  max-width: 80%;
  margin-bottom: 40px;
}

.expertiseLogo:last-child {
  margin: 0;
}

.smallIcons .expertiseLogo {
  max-width: 60%;
}

.smallIcons2 .expertiseLogo {
  max-width: 70%;
}

.upworkBtn {
  max-width: 280px;
  margin-top: 20px;
}


.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0px 15px;
}

.slick-dots li.slick-active button::before {
  opacity: .75;
  color: var(--orange) !important;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 10px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: ;
  color: #D8D8D8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 0px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dots {
  bottom: -20px;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 35px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #D8D8D8 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px !important;
  margin-top: 60px !important;
}

.slick-list.draggable .slick-track {
  opacity: 1;
  width: 9114px;
  transform: translate3d(-1302px, 0px, 0px);
}

.card_testimonials_cont {
  padding: 10px 15px 20px 15px;
}

.controlsSwitch {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.controlsSwitch a::after {
  position: absolute;
  top: 52%;
  content: " ";
  transform: translateY(-50%);
  background: url('../images/downArrow.png');
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.controlsSwitch a {
  padding: 5px 40px;
  color: #1A1A1A;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: "Inter-Semibold";
  position: relative;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: none;
}

.controlsSwitch a::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f7a219c9;
  content: "";
  bottom: 0;
  z-index: -1;
  left: 0;
}

.container.text-center.expertise {
  padding-bottom: 15px;
}

footer {
  padding: 30px 0 !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}