@import url("https://fonts.googleapis.com/css2?family=sharpsans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

@font-face {
  font-family: "sharpsans";
  src: url(../fonts/SharpSans-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "sharpsans";
  src: url(../fonts/SharpSans-Book.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "sharpsans";
  src: url(../fonts/SharpSans-Extrabold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "sharpsans";
  src: url(../fonts/SharpSans-Medium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "sharpsans";
  src: url(../fonts/SharpSans-Semibold.woff);
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-VariableFont_slnt,wght.ttf);
  font-weight: 100;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "sharpsans", sans-serif;
}

.body-dark {
  background: #181818;
}

.cursor-pointer{
  cursor: pointer;
}

.wavy-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0rem;
  height: 0;
}

.ourclientsLogosContainer::-webkit-scrollbar {
  width: 0rem;
  height: 0;
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar-track {
  background: rgb(244, 244, 244);
}

::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: .625rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p {
  font-size: .875rem;
  line-height: 1.625rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

h2{
  margin-bottom: 2rem;
}

.regularfont {
  font-size: .875rem;
  line-height: 2rem;
}

.wavy-bg::after {
  z-index: -1;
  content: "";
  width: 100%;
  max-width: 100%;
  /*min-width: 87.5rem;
  */height: 100%;
  position: absolute;
  /*background-repeat: repeat-x;
  */left: 0;
  top: 5.3125rem;
  background-image: url(../img/home-waves.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: visible;
  opacity: 0.6;
  animation-delay: 8s;
  /* animation: animateBackground 4s cubic-bezier(0.4,0,0.2,1)  infinite;
  -webkit-animation: animateBackground 4s cubic-bezier(0.4,0,0.2,1)  infinite; */
}

.wavy-bg::before {
  /*z-index: -1;
  */content: "";
  width: 100%;
  max-width: 100%;
  /*min-width: 87.5rem;
  */height: 100%;
  position: absolute;
  /*background-repeat: repeat-x;
  */left: 0;
  top: 5.3125rem;
  background-image: url(../img/home-waves.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: visible;
  opacity: 0.6;
  /* animation: animateBackground 2s cubic-bezier(0.4,0,0.2,1)  infinite;
  -webkit-animation: animateBackground 2s cubic-bezier(0.4,0,0.2,1)  infinite; */
}

@media (max-width:48rem){
  .wavy-bg::before{
    background-size: auto;
  }
}

@keyframes animateBackground {
  0% {
    background-position: 0 0;
    /* background-size: 0%; */
  }
  50%, 100%{
    background-position: 62.5rem 0;
    /* background-size: 100%; */
  }
}



.wavy-thin-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wavy-thin-bg::before {
  z-index: -1;
  content: "";
  width: 100%;
  max-width: 100%;
  min-width: 75rem;
  top: 0;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  background-image: url(../img/wave2.svg);
  background-size: cover;
  background-position: center;
}

.grid-gap-2 {
  grid-gap: 1.25rem;
}

li {
  font-weight: 400;
}

.cds-a{
  border-top: .0313rem solid #a8a8a8;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

.p0 {
  padding: 0;
}

.p30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p15 {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.m0 {
  margin: 0rem !important;
}

.p50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.slider {
    background: linear-gradient(to top, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1));
}
.slider-content {
    background: linear-gradient(to top, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1));
}

a.nav-link.getintouch {
  margin-left: 2.5rem;
}

.navbar-nav > div {
  display: flex;
  grid-gap: 1.875rem;
}

.navbar-nav .nav-item .nav-link.getintouch {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
  border: .0625rem solid #ffffff;
  box-sizing: border-box;
  border-radius: .5rem;
  padding: 0rem 2.25rem;
  font-size: .875rem;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  z-index: 1;
  min-width: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
}

.navbar-nav .nav-item .nav-link.getintouch::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  height: 100%;
  /*background: linear-gradient(90deg, #007bff 0%, #EA6855 100%);
  */z-index: -1;
  transition: left 0.44s ease-in-out;
  -webkit-transition: left 0.44s ease-in-out;
  -moz-transition: left 0.44s ease-in-out;
  -ms-transition: left 0.44s ease-in-out;
  -o-transition: left 0.44s ease-in-out;
}
.navbar-nav .nav-item .nav-link.getintouch span{
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

.navbar-nav .nav-item .nav-link.getintouch span.text{
  opacity: 1;
  transform: translate3d(0, .625rem, 0);
  -webkit-transform: translate3d(0, .625rem, 0);
  -moz-transform: translate3d(0, .625rem, 0);
  -ms-transform: translate3d(0, .625rem, 0);
  -o-transform: translate3d(0, .625rem, 0);
}
.navbar-nav .nav-item .nav-link.getintouch:hover span.text{
  transform: translate3d(0, -5rem, 0);
  -webkit-transform: translate3d(0, -5rem, 0);
  -moz-transform: translate3d(0, -5rem, 0);
  -ms-transform: translate3d(0, -5rem, 0);
  -o-transform: translate3d(0, -5rem, 0);
  opacity: 0;
}

.navbar-nav .nav-item .nav-link.getintouch span.hover-text{
  transform: translate3d(0, 5rem, 0);
  -webkit-transform: translate3d(0, 5rem, 0);
  -moz-transform: translate3d(0, 5rem, 0);
  -ms-transform: translate3d(0, 5rem, 0);
  -o-transform: translate3d(0, 5rem, 0);
  opacity: 0;
}

.navbar-nav .nav-item .nav-link.getintouch:hover span.hover-text{
  transform: translate3d(0, -0.625rem, 0);
  -webkit-transform: translate3d(0, -0.625rem, 0);
  -moz-transform: translate3d(0, -0.625rem, 0);
  -ms-transform: translate3d(0, -0.625rem, 0);
  -o-transform: translate3d(0, -0.625rem, 0);
  opacity: 1; 
}

.navbar-nav .nav-item .nav-link.getintouch:hover::before {
  opacity: 1;
  background: white;
  left:0;
}

.navbar-nav .nav-item .nav-link.getintouch:hover {
  /* border: .0625rem solid transparent; */
  color: #000;
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: white;
}

header {
  padding-top: 1.875rem;
}

header,
.slider {
  background-color: rgba(54, 55, 60, 1);
  color: #fff;
  position: relative;
}

/* .slider {
    background-image: url(../img/wave.svg);
    background-size: 100%;
    background-position: 100% 3.75rem;
    background-repeat: no-repeat;
} */

.slider h1 {
  font-weight: 800;
}

.slider .slider-content {
  /* background-image: url(../img/wave.svg); */
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* BEN */
.home-title {
  font-size: 48px !important;
  line-height: 50px;
  /* word-spacing: 6.4px; */
  letter-spacing: .32px !important;
  font-weight: 400;
}

@media (max-width: 768px) {
  .home-title {
    font-size: 34px !important;
  }
}

/* BEN */
.butnn {
  background: linear-gradient(to right, #185FC8, #0066FF);
  border-radius: .25rem !important;
  padding: 0rem 2.25rem !important;
  display: block;
  width: max-content;
  color: #fff;
  cursor: pointer;
  font-size: .875rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-width: 6.5rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.butnn:hover {
	-webkit-animation: gradient 3s ease infinite;
	-moz-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
}


@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.butnn2{
  border-radius: .25rem;
}

.butnn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  /* background: #ea6855 !important; */
  background: linear-gradient(to right, #185FC8, #0066FF);
  transition: 0.2s;
  left: 0;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .butnn.full-sm{
    width: 100%;
  }
  
}

.mt-5.consultion-parah {
  margin-top: 1.5625rem !important;
}

.butnn:hover::before {
  opacity: 1;
}

.ourclients ul {
  list-style: none;
  align-items: center;
}

.ourclients ul li {
  padding: .9375rem;
}

.ourclients ul li .img-fluid {
  max-width: 7.5rem;
}

.img-fluid:hover {
  color: #fff;
  fill: #fff;
}

.subheading {
  letter-spacing: .125rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: .8125rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.subheading span {
  width: 3.125rem;
  height: .0625rem;
  background: #fff;
  display: block;
  margin-left: .9375rem;
}

.subheading.light-color span {
  background: black;
}

.service {
  margin-top: 3.75rem;
  border: solid .0625rem #ffffff2e;
  border-radius: .25rem;
  padding: 3.25rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
  position: relative;
  min-height: 12.5rem;
}

.service h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
}
.service h3 {
  /* font-size: 1.25rem !important; */
  font-weight: bold;
  /* font-family: "Inter" !important; */
  margin: 0;
  line-height: 1.2em;
}

.service p {
  font-size: .875rem !important;
  line-height: 1.625rem;
  margin-top: 1.25rem;
  /* font-family: "Inter" !important; */
  margin-bottom: 0;
  font-weight: 300;
}

@media (min-width: 75rem){
  .service p{
    margin: 1.25rem auto;
    max-width: 70%;
  }
}

.service img {
  width: 1.5rem;
}

/* schedule calendly embed section */
.schedule-section .schedule-section-content, .case-studies-section{
  padding: 6.25rem 0;
}

.schedule-section .schedule-about-text strong{
  font-weight: 700;  
}

/* case studies section */
.case-study-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.case-study-card-item{
  height: 450px;
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 23.49px !important;
  text-align: left;
  background-color: white;
  overflow: hidden;
  margin: 24px 0;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.case-study-card-item p:not(.subheading){
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 1189px){
  .case-study-card-item, .director-card{
    width: 100% !important;
  }
}


@media (max-width: 768px){
  .case-study-card-item{
    width: 100%;
    height: 550px;
    background-size: 100% !important;
    background-position: bottom !important;
  }

 .director-card{
    width: 100% !important;
    min-height: 400px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 23.49px !important;
    text-align: left;
    background-size: 100% !important;
    background-position: bottom !important;
  }

  
  .director-card p:not(.subheading){
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .case-study-card-item .case-study-hover-card{
    text-align: center;
    width: 11.75rem !important;
    left: 3% !important;
    bottom: 4% !important;
    height: 220px;
  }
  .director-card .hover-card{
    text-align: center;
    width: 11.75rem !important;
    left: 40% !important;
    bottom: 4% !important;
  }
}

.case-study-card-item.ryan{
  background-image: url("../img/clients/ryan-fg-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* width: 100%; */
}

.case-study-card-item.hugo{
  background-image: url("../img/clients/hugo-fg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* width: 100%; */
}

.case-study-card-item.maskim{
  background-image: url("../img/clients/maksim-fg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* width: 100%; */
}

.case-study-card-item .case-study-hover-card, .director-card .hover-card{
  position: absolute;
  bottom: 10%;
  left: 10%;
  /* border: 1px solid #CCCCCC; */
  background: white;
  width: 25rem;
  min-height: 9.375rem;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.director-card .hover-card{
  left: 40%;
}

.case-study-hover-card .hover-card-top-bar, .director-card .hover-card-top-bar{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: white;
  background: #0065FE;
  padding: 8px 12px;
}

.case-study-hover-card .hover-card-main, .director-card  .hover-card-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  color: black;
}

.case-study-hover-card .hover-card-main .hover-card-price,
.director-card .hover-card-main .hover-card-price{
  font-weight: 700;
  font-size: 1.875rem;
}

.case-study-hover-card .hover-card-main .hover-card-sub-title,
.director-card .hover-card-main .hover-card-sub-title{
  font-weight: 500;
  font-size: 1.25rem;
}

.case-studies-section .case-study-line-divider{
    width: 100%;
    height: 1px;
    background: #cccccc;
    display: block;
    margin: 1.875rem 0px;
}
.case-studies-section .butnn{
    color: white !important;
}


.consultion-shape {
  position: relative;
  margin-bottom: 8.75rem;
}

/* 
.consultion-shape::after {
    content: '';
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    pointer-events: none;
    
    left: 0;
    background-image: url(../img/orange-shape.png);
    background-repeat: no-repeat;
    background-size: 7.5rem;
    background-position-x: right;
    background-position-y: bottom;
    z-index: -1;
} */

.icon {
  background: white;
  display: flex;
  width: max-content;
  border-radius: .3125rem;
  align-items: center;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  justify-content: center;
}

.believe.row .col-md-6:nth-of-type(2)::after {
  content: "";
  display: block;
  background-image: url(../img/dotted-element.svg);
  width: 5rem;
  height: 8.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.service-shape::after {
  content: "";
  background-image: url(../img/dotted-element.svg);
  width: 5rem;
  height: 8.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -2.0625rem;
  bottom: -6.75rem;
  display: none;
}

.believe {
  padding-top: 7.25rem;
}

.consultation {
  background-image: url(../img/consultant-img.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-x: 90%;
  background-position-y: top;
  position: relative;
  overflow: hidden;
}

.consultation::before {
  position: absolute;
  right: -13rem;
  bottom: 0;
  content: "";
  width: 25rem;
  background-image: url(../img/consultant-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  height: 25rem;
  display: none;
}

.full-service-btn .butnn,
.contact-portfolio .col-md-6:nth-of-type(2) .butnn {
  background: black;
  transition: 0.2s;
  border-radius: .5rem;
}

.consultation .butnn::before,
.full-service-btn .butnn::before,
.contact-portfolio .col-md-6:nth-of-type(2) .butnn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  background: linear-gradient(to right, #185FC8, #0066FF);
  transition: 0.2s;
  left: 0;
  opacity: 0;
  z-index: -1;
  border-radius: .5rem;
}

.consultation .butnn:hover,
.full-service-btn .butnn:hover,
.contact-portfolio .col-md-6:nth-of-type(2) .butnn:hover {
  color: #f1f1f1;
}

.consultation .butnn:hover::before,
.full-service-btn .butnn:hover::before,
.contact-portfolio .col-md-6:nth-of-type(2) .butnn:hover::before {
  opacity: 1;
}

.case-viewMore-btn {
  font-weight: bold;
  transition: 0.2s;
  display: none;
}

.case-viewMore-btn:hover {
  color: #e81111;
}

.full-services {
  background-color: #f1f1f1;
}

.full-services ul {
  padding-left: 1.25rem;
  font-weight: 200;
}

.full-services .service {
  border-color: #0003;
  text-align: left;
  padding: 1.875rem 1.875rem 1.875rem 5rem;
  margin-bottom: 1.875rem;
  margin-top: 0;
  min-height: auto !important;
  max-height: auto !important;
  height: auto !important;
}

.full-services .service p {
  margin-bottom: 0;
}

.full-services .service .icon {
  left: 0;
  top: 50%;
  background-color: #2a2a2a;
}

.full-services .service .icon img {
  filter: invert(1);
}

.testimonials, .director-section {
  /*   background: linear-gradient(to top, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1)); */
  background: linear-gradient(to top, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1));
  color: #fff;
  overflow: hidden;
  padding: 5.5rem 0 8.375rem 0 !important;
}

.testimonials .subheading span:nth-of-type(1) {
  margin-left: 0;
  margin-right: .9375rem;
}

.testimonials .subheading span {
  display: none;
}

.slick-dots li button:before {
  height: .25rem !important;
}

.slick-dots {
  bottom: -1.875rem;
}

.director-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.director-section.wavy-bg::before{
  z-index: -1;
  background-position: 0 50%;
}

.director-section.wavy-bg::after{
  display: none;
}

.director-card{
  position: relative;
  min-height: 450px;
  width: 70%;
  overflow: hidden;
  background-color: #27272A;
  border: 1px solid #27272A;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 0 #27272a5e;
  background-image: url("../img/clients/jj-fg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.director-card .director-header-wrapper{
  margin-left: 40%;
}

@media (max-width: 768px){
  .director-card .director-header-wrapper{
  margin-left: 30%;
}
}

.contact-portfolio {
  background-image: linear-gradient(90deg, #0066FF 50%, #f1f1f1 50%);
}

.contact-portfolio .col-md-6:nth-of-type(1) {
  color: #fff;
  padding-right: 2.5rem;
}

.contact-portfolio .col-md-6:nth-of-type(1) .butnn {
  background: transparent !important;
  border: solid .0625rem #fff;
}

.contact-portfolio .col-md-6:nth-of-type(1) .butnn:hover {
  border: solid .0625rem transparent;
}

.contact-portfolio .col-md-6:nth-of-type(2) {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-portfolio .col-md-6:nth-of-type(2) .subheading span,
.subheading.dark span {
    background: linear-gradient(to top, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1));
}

.contact-portfolio-content {
  background-image: url(../img/wave-dark.svg);
  padding: 5.5rem 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.sample-works .container .fa-arrow-up,
.rotate-45 {
  transform: rotate(90deg);
  margin-left: .3125rem;
}

/* .sample-works .works {
  color: #fff;
  padding: 0 .9375rem;
} */

.mainwork,
.work {
  background: linear-gradient(180deg, #070707 0%, rgba(0, 0, 0, 0.81) 100%);
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .9375rem 1.25rem 2.5rem;
}

.case-studies-page .mainwork,
.case-studies-page .work {
  height: 18.75rem;
}

.mainwork:hover .tag {
  background: #e81111;
}

.sample-works .col-md-7,
.sample-works .col-md-5,
.sample-works .col-md-4 {
  padding: .125rem;
}

.sample-works .tag {
  margin-left: auto;
  padding: 0 2rem;
  background: #2a2a2a;
  margin-right: -1.25rem;
  margin-top: -0.9375rem;
  transition: 0.2s;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainwork:hover .tag {
  background: #007bff;
}

.sample-works h4 {
  text-decoration: underline;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}

.bookfree,
.foot {
  /* background: linear-gradient(to bottom, rgba(39, 39, 44, 1), rgba(54, 55, 60, 1)); */
  /* background: rgba(54, 55, 60, 1); */
  color: #fff;
}

.bookfree input,
.bookfree textarea,
.bookfree .form-control {
  margin-bottom: 1.25rem;
}

.bookfree input,
.bookfree textarea,
.bookfree .form-control:focus {
  border-radius: 0;
  background: none;
  border-color: rgba(255, 255, 255, 0.164);

  box-shadow: none;
  color: white;
  transition: 0.2s;
}

.bookfree input:hover,
.bookfree textarea:hover,
.bookfree .form-control:focus {
  border-color: rgba(255, 255, 255, 0.603);
}

.bookfree label {
  font-weight: 300;
  font-size: .75rem;
}

.bookfree .col-md-5 {
  background-color: #101010;
  padding: 1.875rem;
}

.bookfree .butnn {
  padding: .5rem 1.875rem !important;
  border: none;
  margin-left: auto;
}

.foot {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.foot::before{
  z-index: -1;
  content: "";
  width: 100%;
  max-width: 100%;
  /* min-width: 87.5rem; */
  height: 30rem;
  position: absolute;
  background-repeat: repeat-x;
  left: 0;
  top: 3.75rem;
  background-image: url(../img/home-waves.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  opacity: 0.6;
}

.butnn3{

}

.social-button {
  list-style: none;
  display: block;
  /* justify-content: center; */
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.social-button a:hover{
  background: #0066FF !important;
}

.social-button li svg{
  width: .875em;
  height: .875rem;
}

.navigation-menu {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 0;
}

.foot ul li {
  padding: 0 .9375rem;
  display: inline-block;
}

.foot ul li a {
  transition: 0.2s;
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 2.75rem;
  color: #ffffff;
}

.foot ul li a i {
  font-size: 1.125rem;
}

.foot ul li a:hover {
  color: white;
  font-weight: bold;
}

.foot-text p:first-of-type {
  max-width: 43.75rem;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.foot-text img {
  width: 2rem;
}

.foot-text p:last-of-type {
  max-width: 18.75rem;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  font-size: .75rem;
  line-height: 1.125rem;
  text-align: center;
  color: #ffffff;
}

.foot ul:nth-of-type(2) li {
  padding: 0 .3125rem;
}

.foot-text p + ul li {
  display: block;
}

.foot-text p + ul {
  margin-top: 1.875rem;
}

.foot ul:nth-of-type(2) li a {
  width: 3.125rem;
  height: 3.125rem;
  display: grid;
  place-items: center;
  outline: solid .0625rem #fff4;
  transition: 0.2s;
}

.foot ul:nth-of-type(2) li a:hover {
  outline: none;
  background: #e81111;
  color: white;
}

.case-studies-page .sample-works {
  background-color:rgba(54, 55, 60, 1);
  color: #fff;
}

.portfolio-menu ul li {
  border-radius: 0;
  border: none;
  border-bottom: solid .0625rem #fff0;
  margin: 0 1.25rem;
  color: #fff9;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #0000;
}

.btn-outline-dark:hover,
.btn-outline-dark.active {
  border-color: #007bff !important;
  color: #007bff !important;
}

.about-case-studies h2 span {
  color: #007bff;
}

.about-case-studies .row {
  padding-top: 6.25rem;
}

.about-case-studies .row .col-md-6:nth-of-type(1) {
  position: relative;
}

.about-case-studies .row .col-md-6:nth-of-type(1):after {
  content: "";
  display: block;
  padding: 2.0625rem 3.125rem;
  background-image: url(../img/case-studies-vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -0.9375rem;
}

.case-studies-page .testimonials {
  background: #f1f1f1;
  color: #000;
}

.case-studies-page .testimonials .card {
  border-color: #0003;
}

.case-studies-page .testimonials .slick-dots li button:before {
  background: black;
}

.getintouchform {
  padding: 2.5rem;
  background: #27272A;
}

.getintouchform h2 {
  margin-bottom: 1.25rem !important;

  font-style: normal;
  font-weight: 500;
  font-size: 1.875rem;
  color: #ffffff;
}

.getintouchform p {
  margin-bottom: 1.25rem;
}

.contact-page .bookfree .col-md-6:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 73%;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.contact-page .bookfree .col-md-6:nth-of-type(1) ul h6 {
  margin-bottom: 16px;
  color: white !important;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: .8125rem;
}

.contact-page .bookfree .col-md-6:nth-of-type(1) ul p {
  margin-bottom: 5.6px;
  color: white !important;
}

.contact-page .bookfree .container > .row > .col-md-6:nth-of-type(2) {
  position: relative;
}

.contact-page
  .bookfree
  .container
  > .row
  > .col-md-6:nth-of-type(2)
  .getintouchform {
  position: relative;
  z-index: 1;
}

.contact-page .bookfree .container > .row > .col-md-6:nth-of-type(2)::before {
  content: "";
  position: absolute;
  display: block;
  padding: 2.0625rem 3.125rem;
  background-image: url(../img/contact-page-vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.875rem;
  top: 3.125rem;
  z-index: 0;
}

.contact-page .bookfree {
  background-image: url(../img/mapBackground.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (max-width: 768px){
  .contact-page .bookfree {
    background-image: none;
  }
}

.bookfree h2 {
  margin-bottom: 2rem;
  color: white !important;
}

.bookfree .subheading {
  color: white !important;
}

.buttons {
  display: flex;
  flex-direction: column;
  width: max-content;
  text-align: center;
}

.buttons p {
  margin-bottom: 0;
  margin-top: -0.625rem;
  font-weight: 500;
}

.bookfree .buttons p {
  color: white !important;
}

.butn-bordered {
  padding: 0 1.5625rem .9375rem;
  display: block;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: solid .0625rem #fff3;
  border-left: solid .0625rem #fff3;
  border-right: solid .0625rem #fff3;
  text-align: left;
}

.main-about-banner {
  background-color: #181818;
  color: white;
  padding: 5rem 0;
  position: relative;
}

.about-banner h1 {
  font-weight: 700;
  margin-bottom: 24px !important;
}

.case-tab-sec {
  background-color: #181818;
  color: white;
  padding: 5rem 0;
}

.about-whole-sec {
  width: 100%;
}

.whole-sec-img-container {
  width: 100%;
  height: 21.875rem;
  position: relative;
  background: black;
}

.whole-sec-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whole-sec-img-container::before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: black;
  opacity: 0.5;
  pointer-events: none;
}

.our-values-sec {
  width: 100%;
  padding: 6.25rem 0;
  background-color: #181818;
}

.subheading span {
  margin: 0 .9375rem !important;
}

.our-values-sec .full-services {
  background: inherit !important;
  color: white;
}

.our-values-sec .full-services .service {
  border-color: white;
}

.our-values-sec .full-services .service .icon {
  background: white;
}

.our-values-sec .full-services .service .icon img {
  filter: inherit;
}

.our-values-img {
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  background: black;
}

.our-values-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.main-consultion-box {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 5rem;
}

.consultion-right-video {
  width: 100%;
  height: 18.75rem;
  position: relative;
  border-radius: .25rem;
  margin-left: -6.25rem;
}

.consultion-video-holder {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
  position: relative;
  background: black;
}

p.mobile-info-container-para {
  margin-bottom: 3rem;
  color: white !important;
}

.consultion-video-holder img {
  width: 100%;
  height: 100%;
  border-radius: .25rem;
}

.video-play {
  width: 100%;
  height: 100%;
  background: #181818c0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play img {
  width: 3.75rem;
  cursor: pointer;
}

.vid-shape {
  position: absolute;
  left: 0;
  bottom: -3.75rem;
  z-index: 1;
}

.vid-shape img {
  width: 8.75rem;
  object-fit: contain;
}

.ico-box {
  color: #f6f6f6;
  padding: 1.25rem;
  border: .125rem solid rgba(255, 255, 255, 0.15);
  /* min-height: 18.75rem; */
  height: 100%;
  transition: 0.2s;
}

.ico-box:hover {
  background: #f6f6f6;
  color: #181818;
}

.ico-box-image {
  width: 4.375rem;
  height: 4.375rem;
  background: #f6f6f6;
  border-radius: .3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.ico-box:hover .ico-box-image {
  background: #181818;
}

.ico-box-image img {
  width: 1.875rem;
  object-fit: contain;
  transition: 0.2s;
}

.ico-box:hover .ico-box-image img {
  filter: invert(1);
}

.ico-white {
  filter: invert(1);
}

.ico-box:hover .ico-box-image .ico-white {
  filter: invert(0) !important;
}

.ico-box h6 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.ico-box p {
  font-size: .875rem;
  font-weight: 400;
}

.main-emergin-sec {
  width: 100%;
  padding: 6.25rem 0;
}

.emerging-title {
  margin-bottom: 2.5rem;
}

.emerging-title h1 {
  /* text-transform: capitalize; */
}

.emerging-box p {
  font-weight: 400;
  font-size: .875rem;
  margin-top: 1.25rem;
}

.cus.contact-portfolio {
  background-image: linear-gradient(90deg, rgb(7, 7, 7) 50%, #007bff 50%);
}

.cus.contact-portfolio .col-md-6 {
  color: white;
}

.cus.contact-portfolio .col-md-6 p span {
  background-color: #ffffff !important;
}

.port-btn {
  /* padding-bottom: .625rem; */
  /* border-bottom: .0625rem solid white; */
  width: fit-content;
  /* margin-top: 1.875rem; */
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
}

.port-btn img {
  width: 1.25rem;
  margin-left: .625rem;
  rotate: 33deg !important;
}

/* .contact-portfolio-btn:hover img{
  transform: translate3d(.5rem, -0.5rem, 0) !important;
  -webkit-transform: translate3d(.5rem, -0.5rem, 0) !important;
  -moz-transform: translate3d(.5rem, -0.5rem, 0) !important;
  -ms-transform: translate3d(.5rem, -0.5rem, 0) !important;
  -o-transform: translate3d(.5rem, -0.5rem, 0) !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
} */


.template-demo {
  padding-top: 1.5rem;
}

.template-demo p {
  font-size: .875rem !important;
  line-height: 1.625rem !important;
  font-weight: 300 !important;
}

.testimonial-slider .items {
  margin-top: 3.5rem !important;
}

/* .slick-dots li.slick-active button:before {
    background: white !important;
} */

a.navbar-brand img {
  width: 12.5rem;
}

.client-logo {
  width: auto !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .slide-prev.swiper-button-disabled {
    opacity: 0.2;
}

.slide-next.swiper-button-disabled {
    opacity: 0.2;
} */

.client-logo img {
  object-fit: contain;
  transition: 0.s;
  opacity: 0.7;
  /* height: 1.75rem; */
  width: 100%;
  max-height: 3.75rem;
}

.client-logo img:hover {
  opacity: 1;
}

.slider-holder {
  padding: 0 4rem;
  position: relative;
  margin: 2.5rem 0 5rem 0;
}

.slide-next {
  position: absolute;
  right: 0;
  top: 25%;
  background: none;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.slide-prev {
  position: absolute;
  left: 0;
  top: 25%;
  background: none;
  outline: none !important;
  border: none;
  cursor: pointer;
}

.slide-prev img {
  transform: rotate(-180deg);
}

.bottom-contact {
  padding-top: 5.5rem;
  /* background-color: rgba(54, 55, 60, 1); */
}

.navbar-dark .navbar-toggler-icon {
  background: none;
  position: relative;
  width: 1.75rem;
  height: .75rem;
}

/* .navbar-dark .navbar-toggler-icon::before {
    width: 100%;
    height: .1875rem;
    background: white;
    position: absolute;
    left: 0;
    top: calc(30% - .25rem);
    content: '';
} */

.navbar-toggler {
  border: none;
  outline: none !important;
  line-height: 0 !important;
  margin: 0;
  padding: 0;
  font-size: inherit;
  border-radius: 0;
}

.testi-dark .slick-dots li button:before {
  background: black !important;
}

.testi-dark .slick-dots li.slick-active button:before {
  background: #007bff !important;
}

/* .navbar-dark .navbar-toggler-icon::after {
    width: 60%;
    height: .1875rem;
    background: white;
    position: absolute;
    left: 0;
    top: calc(70% - 0rem);
    content: '';
} */

.navbar-toggler {
  background-image: url(../img/ham-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.t-orange {
  background: #007bff !important;
}

.gallery ul {
  text-align: center !important;
  width: 100%;
  justify-content: center;
  margin-bottom: 2.5rem !important;
}

.gallery ul .nav-link {
  padding: .625rem 1.25rem;
  border-bottom: .125rem solid transparent;
  border-radius: 0;
  text-transform: capitalize;
  transition: 0.2s;
}

.gallery ul .nav-link.active-tag {
  background: none;
  color: #007bff;
  border-bottom: .125rem solid #007bff;
}

.gallery ul .nav-link:hover {
  color: #007bff;
}

.gallery {
  min-height: 37.5rem;
}

.large-img-placeholder {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  min-height: 28.125rem;
  margin-top: 5rem;
  background: black;
}

.large-img-placeholder img {
  width: 100%;
}

NaNpxove-bg {
  background: none !important;
}

.list-box-holder {
  max-width: 61.875rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}

.list-box-holder ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.honda-list {
  grid-template-columns: repeat(3, 1fr);
}

.honda-list ul li:first-child {
  padding-left: 0;
}

.list-box-holder ul li {
  list-style: none;
  padding: 0 2.5rem;
  width: 100%;
  border-right: .0625rem solid rgba(255, 255, 255, 0.15);
  height: 100%;
}

.list-box-holder ul li:last-child {
  border-right: none;
}

.m-0 {
  margin: 0 !important;
}

.list-box-holder ul li h6 {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2rem;
  letter-spacing: 0.3em;
  color: #ffffff;
  margin-bottom: .9375rem;
}

.list-box-holder ul li p {
  font-weight: normal;
  font-size: .75rem;
  margin: 0;
  /* margin-bottom: .25rem; */
  color: #ffffff;
  line-height: 1.875rem;
}

.mockup-bg {
  background: none !important;
  background-image: url(../img/mobile-mockup3.png) !important;
  background-size: contain !important;
  background-position-x: 12.5rem !important;
  background-color: none !important;
  background-position-y: center !important;
  box-shadow: none !important;
  background-repeat: no-repeat !important;
}

.list-box-holder ul li img {
  width: 100%;
  /* filter: grayscale(1); */
}

.off-canvas-sec {
  width: 100%;
  padding: 2.5rem 2rem;
  position: relative;
  /* margin: 5rem 0 12.5rem 0; */
  min-height: 25rem;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  margin: 2em 0em 4em 0em;
}

.timline-spacer {
  margin-bottom: 22.5rem;
}

.gc3 {
  grid-template-columns: repeat();
}

.divider-full-image {
  width: 100%;
  height: auto;
  background: black;
  margin: 3.75rem 0 3.75rem 0;
}

.divider-full-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lut-black-box {
  width: 100%;
  /* position: absolute; */
  left: 0;
  /* top: 0; */
  margin-left: -2rem;
}

.lut-black-box.right {
  right: 0 !important;
  margin-left: auto;
  margin-right: -2rem;
}

.lut-black-box.right.cus-w-60 {
  width: 60% !important;
}

.honda-mob {
  margin-right: -5rem !important;
}

.container.cus-w-40 {
  width: 40% !important;
}

.luth-box-content {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}

.honda-rotate-img {
  width: 50% !important;
  margin-top: -21%;
}

.luth-box-content h1 {
  color: white;
  font-weight: 400;
  font-size: 2.8125rem;
  /* line-height: 1.4em; */
  color: #ffffff;
  margin: 0;
}

.luth-box-content h1 span {
  color: #007bff;
}

.luth-box-content h6 {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.3em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  color: #007bff !important;
}

.luth-box-content h6 ~ h1 {
  margin: 0;
}

.lut-box-shape {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cus-tak-t10 {
  margin-top: 10% !important;
}

.cus-tak-t20 {
  margin-top: 20% !important;
}

.cus-tak-t25 {
  margin-top: 25% !important;
}

.cus-tak-t30 {
  margin-top: 30% !important;
}

.cus-tak-t40 {
  margin-top: 40% !important;
}

.cus-tak-t50 {
  margin-top: 50% !important;
}

.cus-tak-t60 {
  margin-top: 60% !important;
}

.cus-tak-t70 {
  margin-top: 70% !important;
}

.cus-tak-b10 {
  margin-bottom: 10% !important;
}

.cus-tak-b20 {
  margin-bottom: 20% !important;
}

.cus-tak-b25 {
  margin-bottom: 25% !important;
}

.cus-tak-b30 {
  margin-bottom: 30% !important;
}

.cus-tak-b40 {
  margin-bottom: 40% !important;
}

.cus-tak-b50 {
  margin-bottom: 50% !important;
}

.cus-tak-b60 {
  margin-bottom: 60% !important;
}

.cus-tak-b70 {
  margin-bottom: 70% !important;
}

.lut-box-shape::before {
  content: "";
  bottom: -3.75rem;
  right: -2.5rem;
  width: 5rem;
  height: 7.5rem;
  background-size: cover;
  position: absolute;
  background-image: url(../img/circleElements.png);
}

.luth-box-content img {
  width: 10rem;
  margin-bottom: .9375rem;
}

.luth-box-content h4 {
  font-weight: 600;
  font-size: 1.125rem;
  /* line-height: 2.125rem; */
  color: #616161 !important;
  margin: 0;
  margin-top: .9375rem;
}

body.body-light .luth-box-content h4 {
  color: #555555 !important;
}

.take-top {
  margin-top: 5rem;
}

.line-divider-colums {
  width: 100%;
  display: grid;
  grid-template-columns: 22% 78%;
  position: relative;
}

.line-divider-colums::before {
  height: 100%;
  width: .125rem;
  position: absolute;
  left: calc(22% - .125rem);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.line-divider-left {
  width: 100%;
  padding-right: 1rem;
  /* height: 100vh; */
}

.swiper-pagination {
  margin-left: -14%;
}

.mobile-mockup.honda-mobile {
  margin-left: -1.375rem;
}

.divider-tag.light-color span {
  background: #000;
}

.testimonials h2 + p {
  margin-bottom: 0 !important;
  line-height: 1.625rem;
}

.divider-tag {
  width: 100%;
  padding-left: 3.75rem;
}

.divider-tag p {
  margin: 0;
  font-weight: 800;
  font-size: .8125rem;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.divider-tag p span {
  height: .125rem;
  width: 3.125rem;
  background: white;
  margin-left: 1.25rem;
  display: inline-block;
}

.line-divider-right {
  width: 100%;
  margin-bottom: 6.25rem;
  overflow-x: hidden;
}

.line-divider-right-content-box {
  max-width: 61.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}

.line-divider-right-content-box h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-bottom: 1.875rem;
  color: #ffffff;
}

.line-divider-right-content-box h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.125rem;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 1.875rem;
}

.line-divider-right-content-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 1.25rem;
}

.line-divider-right-content-box p {
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #ffffff;
}

.line-divider-right-content-box ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  column-count: 2;
  gap: 1.25rem;
  margin-top: 1.875rem;
  column-gap: 3.125rem;
}

ul.no-col {
  columns: 1;
  gap: 0rem;
  column-gap: 0rem;
}

.line-divider-right-content-box ul li {
  color: white;
  width: calc(100% - 1.25rem);
  margin-left: 1.25rem;
}

.line-divider-right-content-box ul li p {
  margin: 0;
}

.mobile-mockup.full-img {
  width: 100% !important;
  max-width: 37.5rem !important;
}

.mobile-mockup.full-img.left {
  margin-left: auto !important;
  margin-right: 0;
}

.lut-slider-box {
  width: 100%;
}

.lut-slider-img {
  width: 100%;
  height: 28.125rem;
  aspect-ratio: 1/1;
  /* background: #000000; */
}

.gallery-slide1 .swiper-wrapper .swiper-slide .lut-slider-box .lut-slider-img {
  height: auto;
}

.lut-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.lut-slider-box h4 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #ffffff;
  padding: 0 1.875rem;
  margin-top: 2.5rem;
}

.lut-slider-box p {
  font-weight: 400;
  font-size: .9375rem;
  color: #ffffff;
  padding: 0 1.875rem;
  margin-top: .625rem;
}

.gallery-slide-holder {
  width: 100%;
  margin-top: 3.75rem;
  position: relative;
}

.view-gal-btn {
  width: 100%;
  text-align: right;
  max-width: 49.8125rem;
  width: 100%;
  margin: 0 auto 1.25rem auto;
}

.view-gal-btn a {
  font-size: .9375rem;
  line-height: 2.125rem;
  color: #676767;
}

.view-gal-btn a svg {
  transform: rotate(33deg);
}

.gallery-slide-holder .swiper-container {
  padding-bottom: 4rem;
  margin-bottom: 2.5rem;
}

.horizontal-pagi .swiper-pagination-bullet {
  border-radius: 0;
  width: 3.125rem;
  height: .3125rem;
  border-radius: 3.125rem;
}

.horizontal-pagi .swiper-pagination-bullet-active {
  background: #007bff;
}

.gallery-slide-holder {
  overflow: hidden;
}

.gallery-slide-holder .swiper-container {
  width: 140%;
}

/* .next-btn {
    position: absolute;
    right: 3.125rem;
    top: 30%;
    z-index: 999;
    cursor: pointer;
} */
.next-btn {
  position: absolute;
  right: 0;
  /* width: 30%; */
  /* background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.47692580450148814) 0%, rgba(0,0,0,0.9391106784510679) 74%); */
  top: 0;
  height: calc(100% - 5rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3.125rem;
  z-index: 999;
  cursor: pointer;
}

.next-btn svg {
  width: 3.4375rem;
}

.body-light .next-btn svg {
  filter: brightness(0) !important;
}

.next-btn.slideNext.swiper-button-disabled {
  opacity: 0.3;
}

.mobile-mockup {
  margin: 0 auto;
  max-width: 28.75rem;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.gallery-slide1 .swiper-slide-next + .swiper-slide {
  position: relative;
}

.gallery-slide1 .swiper-slide-next + .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  opacity: 0.8;
}

.gallery-slide2 .swiper-slide-next {
  position: relative;
}

.gallery-slide2 .swiper-slide-next::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  opacity: 0.8;
}

.gallery-slide2 .swiper-slide-next {
  position: relative;
}

.gallery-slide2 .swiper-slide-next::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  opacity: 0.8;
}

body.body-light .gallery-slide1 .swiper-slide-next + .swiper-slide::before {
  background: rgb(255, 255, 255) !important;
}

body.body-light .gallery-slide2 .swiper-slide-next::before {
  background: rgb(255, 255, 255) !important;
}

.voda-full-video {
  width: 100%;
  /* height: 31.25rem; */
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  /* padding: 0 1.875rem; */
  /* max-width: 61.875rem; */
  margin-right: auto;
}

.voda-full-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-mockup img {
  width: 100%;
  height: max-content;
}

.mobile-mockup.large-img {
  max-width: 100%;
}

.case-banner-img {
  width: 100%;
  position: absolute;
  max-width: 50%;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.cus-w-60 {
  width: 60%;
}

.case-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-content p {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 3.125rem;
  line-height: 1.6em;
  color: #ffffff;
}

.list-box-1 img {
  filter: brightness(10) !important;
}

.white-bg {
  background: white;
}

/* nav.container.navbar.navbar-expand-lg.navbar-dark {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
} */

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.banner-video-holder {
  width: 100%;
  height: 18.75rem;
  position: relative;
}
.banner-img-holder {
  width: 100%;
  height: 27.5rem;
  position: relative;
  z-index: 2;
}

.banner-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-video-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-icon-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  cursor: pointer;
  position: relative;
}

.play-icon::before {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: .0625rem solid white;
  content: "";
  border-radius: 3.125rem;
  animation-name: play;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.play-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: .0625rem solid white;
  content: "";
  border-radius: 3.125rem;
  animation-name: play;
  animation-duration: 2s;
  animation-delay: 0.5s;
  transition: 0.4s;
  animation-iteration-count: infinite;
}

.scrollable-box {
  width: 100%;
}

.scrollable-box img {
  width: 100%;
  /* display: none; */
}

.sticky-object {
  position: sticky;
  top: 20%;
  height: fit-content;
}

/* .scrollable-box::-webkit-scrollbar{
    width: .25rem;
} */
@keyframes play {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(1.4);
    opacity: 0;
  }
}

.play-icon img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.play-icon:hover::after,
.play-icon:hover::before {
  cursor: pointer;
  border: .125rem solid #007bff;
}

.modal-video-holder {
  width: 100%;
  height: 25rem;
}

.modal-video-holder iframe {
  width: 100% !important;
  height: 100% !important;
  /* object-fit: contain; */
}

.close-modal {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background: #007bff;
  color: white;
  right: .625rem;
  top: .625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  border-radius: 3.125rem;
  cursor: pointer;
  transition: 0.2s;
}

.close-modal:hover {
  background: #2a2a2a;
}

/* hero new adjustments */
.hero-results-container{
   display: flex;
   flex-direction: column;
   /* gap: .625rem; */
   margin: 0 0 2rem 0 !important;
   line-height: 1.5rem;
   font-weight: 300;
   font-size: .875rem;
}

.hero-results-container .hero-results-item{
  display: flex;
  gap: .5rem;
  font-family: "sharpsans", sans-serif;
}

.hero-faces-container{
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.hero-faces-container .hero-faces-img-wrapper{
  display: flex;
  flex-direction: row;
}

.hero-faces-container .hero-faces-img-wrapper img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hero-faces-container .hero-faces-img-wrapper img:not(:first-child){
  margin-left: -10px;
}

.hero-faces-container .hero-face_reviews-wrapper{
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.hero-face_reviews-wrapper .hero-faces_stars{
  display: flex;
  flex-direction: row;
  width: 20px;
  height: 20px;
}



.swiper-slide .card {
  width: 100% !important;
}

.client-testi-holder {
  overflow: hidden;
}

.slick-list.draggable {
  padding: 0 0;
}

.no-bg {
  background: none;
  box-shadow: none;
}

.lut-black-box img {
  width: 100%;
}

.contact-portfolio-content .subheading {
  margin-bottom: 1.5rem;
}

.selected-sample-box {
  width: 100%;
  height: 25rem;
  /* background-image: url(../img/sample-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  z-index: 1;
  position: relative;
}

.boxOne {
  background-image: url("../img/1stImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxTwo {
  background-image: url("../img/2ndImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxThree {
  background-image: url("../img/3rdImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxThree::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: #070707;
  z-index: -1;
  width: 100%;
  height: 90%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: drop-shadow(0rem .25rem .25rem rgba(0, 0, 0, 0.25));
  transform: rotate(180deg);
}

.boxFour {
  background-image: url("../img/4thImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxFive {
  background-image: url("../img/5thImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxSix {
  background-image: url("../img/Clarksons.png.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.boxSeven {
  background-image: url("../img/VR-Showroom-Image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.data-title {
  width: 100%;
}

.data-title p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #007bff;
  display: flex;
  align-items: center;
}

.data-title p span {
  display: block;
  width: 3.75rem;
  height: .125rem;
  margin-left: .625rem;
  background: #007bff;
}

.data-title p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #007bff;
}

.getintouchform .butnn {
  background: linear-gradient(to right, #185FC8, #0066FF) !important;
  min-width: 8.125rem;
  margin-top: 1.875rem;
  margin-left: 0;
}

#captchaBox{
  margin-top: .625rem;
}

.sony-cards-img {
  width: 100%;
  margin-top: 5rem;
}

.sony-cards-img img {
  width: 100%;
}

.opacity1 {
  opacity: 1 !important;
}

.no-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-bullet li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.no-crop {
  height: auto !important;
  min-height: auto !important;
}

.no-crop img {
  height: auto !important;
  min-height: auto !important;
  object-fit: contain;
}

@media screen and (min-width: 48rem) {
  .list-items3 {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 43.75rem;
    margin: 0 auto !important;
    width: 100%;
  }

  .take-top-60 {
    margin-top: 10rem !important;
  }

  .stickleft-35 {
    margin-left: -35%;
    width: 100%;
    max-width: 100%;
  }

  .stickleft-25 {
    margin-left: -25%;
    width: 100%;
    max-width: 100%;
  }

  .stickleft-45 {
    margin-left: -45%;
    width: 100%;
    max-width: 100%;
  }

  .stickleft-55 {
    margin-left: -55%;
    width: 125%;
    max-width: 125%;
  }

  /* / */
  .stickright-35 {
    margin-right: -35%;
    width: 100%;
    max-width: 100%;
  }

  .stickright-25 {
    margin-right: -25%;
    width: 100%;
    max-width: 100%;
  }

  .stickright-45 {
    margin-right: -45%;
    width: 100%;
    max-width: 100%;
  }

  .stickright-55 {
    margin-right: -55%;
    width: 125%;
    max-width: 125%;
  }

  .stickright-65 {
    margin-right: -55%;
    width: 145%;
    max-width: 145%;
  }

  /* .wavy-bg::before {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    -webkit-transition: 200ms opacity linear;
    -moz-transition: 200ms opacity linear;
    -ms-transition: 200ms opacity linear;
    -o-transition: 200ms opacity linear;
    transition: 200ms opacity linear;
  } */
}
.cds-a p{
  color: #000;
  font-weight: 400;
}

.butnn3 img {
  width: .7656rem;
  height: .7656rem;
}

.cds--accordion__title slot{
  padding-left: -1rem !important;
}



@media screen and (max-width: 48rem) {
  .lut-black-box {
    display: none !important;
  }
  .rowcol{
    background-color: #0066FF !important;
  }

  .cda-0 p{
    line-height: 1.5rem !important;
  }

  .cds-0{
    margin-right: .625rem;
  }
/* 
 .wavy-bg::before {
    background-image: url(../img/left-wave-bg.png);
    opacity: 1;
    border: .125rem solid red;
  }  */

  .lut-black-box.right.cus-w-60 {
    width: 100% !important;
  }

  .container.cus-w-40 {
    width: 100% !important;
  }

  .mobile-mockup {
    opacity: 1 !important;
    width: 100%;
  }

  .stickleft-35 {
    margin-left: -2rem;
    max-width: 100% !important;
  }

  .stickleft-25 {
    margin-left: -2rem;
    max-width: 100% !important;
  }

  .stickleft-45 {
    margin-left: -2rem;
    max-width: 100% !important;
  }

  .stickleft-55 {
    margin-left: -2rem;
    max-width: 100% !important;
  }

  /* / */
  .stickright-35 {
    margin-right: -2rem;
    max-width: 100% !important;
  }

  .stickright-25 {
    margin-right: -2rem;
    max-width: 100% !important;
  }

  .stickright-45 {
    margin-right: -2rem;
    max-width: 100% !important;
  }

  .stickright-55 {
    margin-right: -2rem;
    max-width: 100% !important;
  }

  .stickright-65 {
    max-width: 100% !important;
  }

  .boxOne {
    background-image: url("../img/mobileImage1.png");
  }

  .boxOne::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: #070707;
    z-index: -1;
    width: 100%;
    height: 90%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: drop-shadow(0rem .25rem .25rem rgba(0, 0, 0, 0.25));
    transform: rotate(180deg);
  }

  .boxTwo {
    background-image: url("../img/mobileImage2.png");
  }

  .boxThree {
    background-image: url("../img/mobileImage3.png");
  }

  .boxFour {
    background-image: url("../img/mobileImage4.png");
  }

  .boxFive {
    background-image: url("../img/mobileImage5.png");
  }

  .boxSix {
    background-image: url("../img/Clarksons.png.webp");
  }

  .boxSeven {
    background-image: url("../img/VR-Showroom-Image.webp");
  }
}

.selected-sample-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 50%;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}

.selected-sample-box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: .125rem solid #007bff;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.selected-sample-box:hover::after {
  opacity: 1;
}

.sample-tag {
  position: absolute;
  right: 0rem;
  top: 0rem;
  padding: 0rem 1.875rem;
  background: #2a2a2a;
  transition: 0.2s;
  height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.selected-sample-box:hover .sample-tag {
  background: #007bff;
}

.selected-sample-desc {
  width: 100%;
}

.selected-sample-desc img {
  width: 2.25rem;
  border: none !important;
  margin-bottom: 1.25rem;
  border-radius: 0 !important;
}

.selected-sample-desc h6 {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}

.selected-sample-desc p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ffffff;
  margin: 0;
}

/* .items2 .slick-list.draggable {
  padding: 0 2rem 0 0 !important;
} */



.sample-works {
  /* overflow: hidden; */
}

.full-banner-img {
  width: 100%;
  margin-top: 3.75rem;
}

.full-banner-img img {
  width: 100%;
  object-fit: cover;
}

.invert {
  filter: invert(1);
}

.cus-gap24 {
  gap: 1.5rem !important;
}

body.body-light h1 {
  color: black;
}

body.body-light h2 {
  color: black;
}

body.body-light h3 {
  color: black;
}

body.body-light h4 {
  color: black;
}

body.body-light h5 {
  color: black;
}

body.body-light h6 {
  color: black;
}

body.body-light p {
  color: black;
}

.light-color {
  color: black !important;
}

.getintouch.light-color {
  color: black !important;
  border: .0625rem solid black !important;
}

.getintouch.light-color:hover {
  color: white !important;
  border: .0625rem solid transparent !important;
}

.navbar-brand.light-color img {
  filter: invert(1);
}

.main-about-banner.light-color {
  background-color: white !important;
}

header.light-color {
  background-color: white !important;
}

.list-box-holder.light-color ul li {
  border-right: .0625rem solid rgba(0, 0, 0, 0.15);
}

.list-box-holder.light-color ul li:last-child {
  border-right: 0;
}

.line-divider-colums.light-color::before {
  background: rgba(0, 0, 0, 0.15);
}

.color-white {
  color: white !important;
}

.white-text {
  color: white !important;
}

.light-color .navbar-toggler {
  filter: invert(1) !important;
}

.light-color.wavy-bg::before {
  filter: invert(1);
}

.believe.row {
  align-items: flex-end;
}

.no-margin {
  margin: 0;
}

.slider.p100 {
  padding: 5rem 0 7.25rem 0 !important;
}

.ourclients.mt-5 {
  margin-top: 6rem !important;
}

.sample-works.case-tab-sec h2 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0;
}

.inner-case-box-holder {
  background: none !important;
  padding-top: 0 !important;
}

.pb100 {
  padding-bottom: 7.25rem !important;
}

.work-xrdoge-card::before {
  display: none;
}

.getintouch.light {
  font-weight: 600 !important;

  /* background: black; */
  color: black !important;
  border: .0625rem solid black !important;
}

.getintouch.light:hover {
  background: black !important;
  color: white !important;
}

.getintouch.light:hover::before {
  display: none;
}

.inner-case-box-holder .sample-works-subcontainer .works.items2 {
  margin-top: 3.5rem !important;
}

.take-t-80 {
  padding-top: 7.5rem !important;
}

.inner-img-box-holder {
  width: 100%;
  margin: 2.5rem 0 6.25rem 0;
}

.inner-img-box-holder.mb-0 {
  margin-bottom: 0 !important;
}

.inner-img-box {
  width: 100%;
}

.inner-img-box img {
  width: 100%;
}

.inner-img-box-holder p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  /* line-height: 2rem; */
  color: #000000;
  /* max-width: 61.875rem;
    width: 100%;
    margin: 0 auto; */
  /* padding: 0 1.875rem; */
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.inner-img-box-holder p span {
  display: inline-block;
  background: #000000;
  height: .125rem;
  width: 3.125rem;
}

.add-scroll-text {
  padding-left: 1.875rem;
  margin-bottom: 1.5rem;
}

/* @media (min-width: 106.25rem){
  .stickleft-45 {
    margin-left: -70%;
    width: 145%;
    max-width: 145%;
}
    } */

@media (min-width: 36rem) {
  .container {
    max-width: 47.9375rem;
  }
}

@media only screen and (min-width: 47.9375rem) {
  .sample-works {
    width: 100%;
    overflow: hidden;
  }

  .sec2-go-top {
    margin-top: -5rem;
  }

  .mobile-mockup.right {
    margin-right: auto;
    margin-left: 0;
  }

  .overflow-visible {
    overflow: visible;
  }

  .list-box-1 {
    grid-area: 1 / 1 / span 1 / span 4;
    border: none !important;
  }

  .list-box-holder ul li img {
    max-width: 7.5rem;
    margin-bottom: 1.25rem;
  }

  .re-arrange {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .lut-black-box.right.mockup-bg {
    display: none;
  }

  .mockup-bg {
    background-size: contain !important;
    background-position-x: 110% !important;
  }
}

@media only screen and (max-width: 75rem) {
  .consultation {
    background-position-x: 100%;
    background-size: 40%;
  }
}

@media only screen and (min-width: 61.875rem) {
  .gallery-items-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-items-row .item-column {
    width: 100%;
    max-width: 100%;
  }

  .gallery-items-row .item-column.mb-4 {
    margin-bottom: 0 !important;
  }

  .gallery-items-row .item-column:first-child {
    grid-area: 1 / 1 / span 1 / span 2;
  }
}

@media only screen and (max-width: 64.0625rem) {
  .slick-slide .card-body {
    padding: 2rem;
  }

  .template-demo {
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 61.875rem) {
  .navbar-collapse {
    margin-top: 1.25rem;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-nav > div {
    align-items: flex-start !important;
  }

  .nav-link.getintouch {
    margin-top: .8125rem !important;
  }

  .main-consultion-box {
    grid-template-columns: inherit;
    flex-direction: column-reverse;
    display: flex;
  }

  a.navbar-brand img {
    object-fit: contain;
    object-position: left;
    height: .75rem;
  }

  .navbar-dark .navbar-brand {
    line-height: 0 !important;
  }

  .service {
    /* height: 100%; */
    max-height: 21.875rem;
  }

  .consultion-right-video {
    margin-left: 0;
    margin-top: 3.75rem;
  }

  .our-values-sec {
    padding: 6.25rem 0 0 0;
  }

  .emerging-title h1 {
    font-size: 1.875rem;
  }

  .emerging-box h3 {
    font-size: 1.25rem;
  }

  a.nav-link.getintouch {
    margin-left: auto;
  }

  .navbar-nav > div {
    flex-direction: column;
    align-items: center;
    margin-bottom: .625rem;
    grid-gap: .625rem;
  }

  .nav-link.getintouch {
    width: max-content;
    margin: 0 auto;
  }

  .consultation {
    background-size: 45%;
    background-position-x: 100%;
  }

  .gallery ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }

  .gallery ul li {
    display: inline-block;
    width: max-content;
  }

  .items2 .slick-slide {
    margin: 0 .5rem 2.5rem .5rem;
  }

  .items2 .slick-dots li button:before {
    background: rgba(0, 0, 0, 0.4);
  }

  .items2 {
    padding: 0 .5rem;
    width: calc(100% + 4rem);
  }
}

@media only screen and (max-width: 47.9375rem) {
  /* .sample-tag {
        font-size: .875rem;
        font-weight: 600;
    } */
  .horizontal-pagi .swiper-pagination-bullet {
    width: .375rem;
    height: .375rem;
  }

  /* #getintouch {
    padding-left: .6875rem;
  } */

  .timline-spacer {
    margin-bottom: 0;
  }

  .whole-sec-img-container {
    height: 12.5rem;
  }

  .luth-box-content h4 {
    font-size: 1.25rem;
  }

  .items {
    margin-top: 2.5rem;
  }

  .faq-wrapper .slick-list {
    /* overflow: visible !important; */
    padding: 0 !important;
  }
  .faq-wrapper  .slick-track{
    width: 100% !important;
    margin: 0;
  }


  /* This is what is making testimonial not show on mobile */

/* 
  .testimonials .subheading span {
    display: none;
  }

  .selected-sample-box:hover .sample-tag {
    background: #2a2a2a;
  }


  .slick-initialized .slick-slide{
    margin: 0;
    width: 100% !important;
  } */

  .faq-wrapper{
    padding: 0 1rem !important;
  }
  

  .selected-sample-box {
    height: 25rem;
  }

  .items2 .col-md-7,
  .items2 .col-md-5,
  .items2 .col-md-4 {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .mockup-bg.sec-mockup {
    background: none !important;
  }

  .contact-portfolio-content .container {
    padding: 0;
  }

  .contact-portfolio-content .container .row {
    padding: 0;
    margin: 0;
  }
/* 
  .slick-slide .card-body p {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.75rem;
  }

  .testimonial-slider .slick-slide {
    margin: 0 .5rem;
  } */

  .contact-portfolio-content .container {
    max-width: 100%;
  }

  .service {
    height: auto;
    max-height: auto;
  }

  .our-values-sec .full-services .service .icon {
    margin: -3.75rem auto 1.25rem auto;
  }

  .our-values-sec .full-services .service {
    border-color: white;
    text-align: center;
  }

  .our-values-sec .full-services .pl-5 {
    padding-left: .9375rem !important;
  }

  .our-values-sec .full-services .service {
    margin-bottom: 3.75rem;
  }

  .our-values-img {
    width: 100%;
    height: 15.625rem;
    margin-top: 3.75rem;
  }

  .cus.contact-portfolio {
    background-image: linear-gradient(0deg, rgb(7, 7, 7) 50%, #007bff 50%);
  }

  .cus.contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6:nth-of-type(1) {
    background: inherit;
  }

  .cus.contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6:nth-of-type(2) {
    background: inherit;
  }

  .contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6:nth-of-type(2)
    .port-btn
    img {
    /* filter: invert(1); */
  }

  .our-values-sec .full-services {
    padding-bottom: 0;
  }

  .consultation {
    background-size: 18.75rem;
    background-position-x: 140%;
    background-image: none;
    background: none;
    padding: 1rem 0;
  }

  .sample-works.p100 {
    padding: 7.25rem 0 !important;
  }

  .consultation::before {
    display: none;
  }

  .consultion-parah {
    width: 100%;
  }

  p {
    line-height: 1.5rem;
    font-weight: 300;
    font-size: .875rem;
  }

  h1 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
    font-weight: 700;
  }

  .consultion-shape::after {
    display: none;
  }

  .consultion-shape {
    margin: 0;
  }

  .believe.row .col-md-6:nth-of-type(2)::after {
    display: none;
  }

  .full-service-btn .butnn {
    margin-bottom: 3.75rem;
  }

  .service-shape::after {
    display: block;
  }

  .p100 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .navbar-brand img {
    width: 13.75rem;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-nav > div {
    flex-direction: column;
    align-items: center;
  }

  .nav-link.getintouch {
    width: max-content;
    margin: auto;
  }

  .slider {
    /* background-position: 100% 20%; */
    background-size: contain;
  }

  .slider > .slider-content > .container > .row .pl-5 {
    padding-left: .9375rem !important;
    padding: 4rem .9375rem 0rem .9375rem;
  }

  .slider-content {
    overflow: hidden;
  }

  .ourclients ul {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: .625rem;
  }

  .full-services .service {
    padding: 2.5rem;
  }

  .full-services .service .icon {
    position: static;
    transform: none;
    margin-bottom: 1.25rem;
  }

  /* .slick-slider {
    margin-top: 2.5rem !important;
  } */

  .contact-portfolio {
    background: none;
  }

  .contact-portfolio .contact-portfolio-content {
    padding: 0;
  }

  .contact-portfolio .contact-portfolio-content .container .row .col-md-6 {
    padding: 3rem 2rem;
  }

  .contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6:nth-of-type(1) {
    background-color: #007bff;
  }

  .contact-portfolio .contact-portfolio-content .container .row .col-md-6 p {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-portfolio .contact-portfolio-content .container .row .col-md-6 h2 {
    max-width: 33.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
  }

  .contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6
    h2
    ~ p {
    margin: 2rem 0 !important;
  }

  .contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6
    .contact-portfolio-btn {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-portfolio
    .contact-portfolio-content
    .container
    .row
    .col-md-6:nth-of-type(2) {
    background-color: #f1f1f1;
  }

  .works {
    flex-wrap: nowrap;
    /* overflow: auto; */
    margin-top: 0 !important;
  }

  .sample-works .col-md-7,
  .sample-works .col-md-5,
  .sample-works .col-md-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .works > div {
    flex: 0 0 85%;
  }

  .portfolio-item .col-6:nth-child(even) {
    padding-right: .5rem;
  }

  .portfolio-item .col-6:nth-child(odd) {
    padding-left: .5rem;
  }

  .portfolio-menu > ul {
    overflow: auto;
    justify-content: start !important;
    padding-bottom: .625rem;
  }

  .case-studies-page .mainwork,
  .case-studies-page .work {
    height: 12.5rem;
  }

  .list-box-holder ul {
    margin: 0 auto;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.875rem;
    column-gap: 0;
  }

  .list-box-holder ul li img {
    max-width: 7.5rem;
  }

  .list-box-holder ul li:nth-child(2) {
    border: 0;
  }

  .large-img-placeholder {
    min-height: 21.875rem;
  }

  .lut-black-box {
    position: inherit;
    width: 100%;
    /* margin-bottom: 7.5rem; */
    height: auto !important;
  }

  .off-canvas-sec {
    margin: 0;
    min-height: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    /* padding: 3.75rem 0; */
    padding-left: 0;
    padding-right: 0;
  }

  .luth-box-content h1 {
    font-size: 1.875rem;

    /* margin: 3.5rem 0 1.25rem 0; */
  }

  .luth-box-content img {
    width: 8.75rem;
  }

  .take-top {
    margin-top: 2.5rem;
  }

  .line-divider-colums {
    grid-template-columns: inherit;
    margin-top: 3.75rem;
    width: calc(100% - 2rem);
    margin-left: auto;
    border-left: .125rem solid rgba(255, 255, 255, 0.15);
  }

  .line-divider-colums::before {
    display: none;
  }

  .line-divider-colums.light-color {
    border-left: .125rem solid rgba(0, 0, 0, 0.192);
  }

  .divider-full-image {
    width: calc(100% - 2rem);
    /* height: 12.5rem; */
    margin: 3.75rem 0 3.75rem 0;
  }

  .divider-tag {
    padding-left: 1.875rem;
  }

  .line-divider-right {
    margin-bottom: 3.75rem;
  }

  .line-divider-right-content-box h4 {
    margin: 1.25rem 0;
  }

  .line-divider-right-content-box h1 {
    font-size: 1.875rem;
    margin: 1.25rem 0;
  }

  .lut-slider-img {
    height: 9.375rem;
  }

  .view-gal-btn {
    padding: 0 1.875rem;
  }

  .next-btn svg {
    width: 2.1875rem;
  }

  .flip-on-mobile {
    flex-direction: column-reverse;
  }

  .mobile-mockup {
    /* max-width: 15.625rem; */
    /* margin-bottom: 5rem; */
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .case-banner-img {
    position: inherit;
    max-width: 28.125rem;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto 3.75rem auto;
  }

  .mockup-bg {
    background-position-x: 0rem !important;
  }

  .slide-next {
    display: none;
  }

  .slide-prev {
    display: none;
  }

  .slider-holder {
    padding: 0;
  }

  .slider h1 span {
    display: block;
  }

  header {
    padding: 0;
  }

  nav.container.navbar.navbar-expand-lg.navbar-dark {
    padding: 2rem;
  }

  .navbar-toggler {
    padding: 0;
  }

  .navbar-brand {
    padding: 0;
  }

  .slider-content .subheading {
    margin-bottom: 1.5rem !important;
  }

  .slider h1 {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }

  .slider h1 ~ p {
    margin: 0 0 2rem 0 !important;
    line-height: 1.5rem;
    font-weight: 300;
    font-size: .875rem;
  }

  .ourclients.mt-5 {
    margin-top: 4rem !important;
  }

  .slider-holder {
    margin: 0rem 0 2rem 0;
  }

  .swiper-container.logos {
    width: 120%;
  }

  .service {
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .believe {
    padding-top: 4rem;
  }

  .believe h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .slider.p100 {
    padding: 3rem 0;
  }

  .consultion-shape {
    padding: 3rem 0;
  }

  .consultion-shape h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2.25rem;
  }

  .consultion-parah {
    margin: 0 !important;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 300;
  }

  .consultion-shape .butnn {
    margin-top: 2rem !important;
  }

  .p100 {
    padding: 3rem 0;
  }

  .testimonials .subheading {
    margin-bottom: 1.5rem;
  }

  .testimonials h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testimonials h2 ~ p {
    font-weight: 200;
    font-size: .875rem;
    margin: 0 !important;
  }

  .slick-list.draggable {
    padding: 0 1rem 2.5rem 1rem;
  }

  .slick-slide .card-body {
    padding: 2rem;
  }

  .cust-name {
    font-weight: 300;
    font-size: 1.125rem;
  }

  .cust-name ~ P {
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    line-height: 1.2em;
  }

  .profile-pic {
    width: 3.5rem;
    height: 3.5rem;
  }

  .slick-slide {
    /* height: max-content !important; */
  }

  .slick-dots {
    bottom: 0 !important;
    /* left: -1rem; */
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .contact-portfolio .contact-portfolio-content .container .row .col-md-6 h2, h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .sample-works .subheading {
    margin-bottom: 1.5rem;
  }

  .sample-works h2 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .case-viewMore-btn {
    display: none;
  }

  .subheading {
    font-size: .6875rem;
    margin-bottom: 1.5rem;
  }

  .consultation .row {
    margin: 0;
  }

  .bottom-contact {
    padding: 3rem 0;
  }

  .bookfree h1 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #ffffff;
  }
}

@media (max-width: 34.375rem) {
  .consultation::before {
    right: -10.3125rem;
    width: 18.75rem;
    height: 18.75rem;
  }

  .full-banner-img {
    height: 18.75rem;
    position: relative;
    /* background: black; */
  }

  .full-banner-img img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 100%;
  }

  .slider h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.mobile-only {
  background-image: url("../img/mobile-phone-image-container-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.timeline-scroll-wrapper {
  /* min-height: 50rem; */
  width: 100%;
  position: relative;
}

.timeline-scroll-holder {
  max-width: 61.875rem;
  width: 100%;
  margin: 5rem auto;
  /* position: relative; */
  height: 31.25rem;

  overflow: hidden;
  /* box-shadow: 0rem .25rem 4.375rem rgba(0, 0, 0, 0.1); */
}

.sony-parallax {
  padding: 0 1.875rem;
  margin-top: 0;
}

.timeline-scroll-holder img {
  width: 100%;
  height: fit-content;
  /* object-position: top; */
  /* position: absolute;
    left: 0; */
  max-width: 100%;
  min-width: 100%;
}

.show-on-mb {
  display: none;
}

.sony-parallax {
  width: 100%;
}

.sony-scroll-img {
  width: 100%;
  height: 31.25rem;
  max-width: 61.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
  overflow: auto;
  filter: drop-shadow(0rem 0 px 4.375rem rgba(0, 0, 0, 0.1));
  margin-bottom: 5rem;
}

.sony-scroll-img img {
  width: 100%;
}

.sony-parallax {
  padding: 0;
}

.sony-parallax .timeline-scroll-holder {
  margin-top: 0rem;
  padding: 0 1.875rem;
  filter: drop-shadow(0rem .25rem 4.375rem rgba(0, 0, 0, 0.1));
  overflow: auto;
}

.canvas-d-none {
  display: none;
}

@media screen and (max-width: 47.9375rem) {
  .desktop-only {
    display: none;
  }

  .canvas-d-none {
    display: block;
  }

  .swiper-slide-next {
    position: relative;
  }

  .swiper-slide-next::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: black;
    opacity: 0.8;
  }

  body.body-light .gallery-slide2 .swiper-slide-next::before {
    background: rgb(255, 255, 255) !important;
  }

  body.body-light .gallery-slide1 .swiper-slide-next::before {
    background: rgb(255, 255, 255) !important;
  }

  .sony-parallax .timeline-scroll-holder {
    padding: 0;
  }

  .slick-dots li button:before {
    display: none;
  }

  .slick-dots li {
    width: .375rem;
    height: .375rem;
    padding: 0;
  }

  .slick-dots li button {
    all: unset;
    margin: 0 .25rem;
    font-size: 0;
    line-height: 0;
    width: .375rem;
    height: .375rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
  }

  .items2 .slick-dots li button {
    background: rgba(0, 0, 0, 0.4);
  }

  .items2 .slick-dots {
    left: -1rem !important;
  }

  .slick-active button {
    /* background: #007bff !important; */
    background: linear-gradient(to right, #185FC8, #0066FF) !important;
  }

  .sample-works-subcontainer .slick-active button {
    background: none !important;
  }

  .inner-img-box {
    margin: 1.25rem 0;
  }

  .timeline-scroll-holder img {
    height: auto;
  }
  

  .banner-video-holder {
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
  }

  .sony-parallax {
    padding: 0 1.875rem;
  }

  body.body-light h3 {
    margin-top: 1.25rem;
  }

  .line-divider-left {
    min-height: inherit;
    height: inherit;
  }

  .honda-rotate-img {
    width: 100% !important;
    margin-top: 0;
  }

  .divider-full-image {
    width: calc(100% - 0rem);
  }

  .line-divider-right-content-box ul {
    column-count: inherit;
  }

  .voda-full-video {
    width: 100%;
    margin: 2.5rem auto;
    padding: 0;
  }

  .show-on-mb {
    display: flex;
  }

  .lut-black-box img {
    margin-bottom: 1.25rem;
  }

  .timeline-scroll-holder {
    margin: 1.25rem auto 2.5rem auto !important;
    filter: drop-shadow(0rem .25rem .75rem rgba(0, 0, 0, 0.1)) !important;
    height: auto;
    aspect-ratio: 1/1;
    overflow: auto;
  }

  .line-divider-right-content-box ~ .timeline-scroll-wrapper {
    margin-top: 1.5625rem;
    padding: 0 1.875rem;
    margin-bottom: 2.5rem;
  }

  .line-divider-right-content-box
    ~ .timeline-scroll-wrapper
    .timeline-scroll-holder {
    margin: 0;
  }

  .mobile-only {
    display: block;
    height: 42%;
  }

  .container-without-padding {
    padding-inline: 0;
  }

  .banner-content {
    padding-inline: 3.0625rem;
  }

  .cus-w-60 {
    margin: 0;
  }

  .cus-tak-b20 {
    margin-bottom: 0 !important;
  }

  .cus-tak-b25 {
    margin-bottom: 0 !important;
  }

  .cus-tak-t20 {
    margin-top: 0 !important;
  }

  .cus-tak-t25 {
    margin-top: 0 !important;
  }

  .cus-tak-t30 {
    margin-top: 0 !important;
  }

  .line-divider-colums.cus-tak-t20 {
    margin-top: 3.75rem !important;
  }

  .ourclients .subheading {
    margin: 0 0 .625rem 0 !important;
  }

  .client-logo img {
    max-height: 2.1875rem;
  }

  .add-scroll-text {
    padding: 0;
  }

  .add-scroll-text ~ .timeline-scroll-wrapper {
    padding: 0 !important;
  }
}

.ourclientsLogosContainer {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 1.25rem;
  row-gap: 3.5rem;
  padding: 40px 0rem;
}

@media (max-width: 768px) {
  .ourclientsLogosContainer{
    display: flex;
  }
  
}

.individualLogoContainer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ps4logoContainer {
  width: 40%;
}

.caplogoContainer {
  width: 50%;
}

.unknownlogoContainer {
  width: 35%;
}

.mobile-info-container {
  padding-top: 2.1875rem;
}

@media screen and (max-width: 26.625rem) {
  .ourclientsLogosContainer {
    gap: 3.75rem;
    /* grid-template-columns: auto auto auto; */
    overflow: auto;
    overflow-y: hidden;
  }

  .profile {
    display: block;
    width: 100%;
  }

  .individualLogoContainer {
    min-width: max-content;
  }

  .ourclients {
    min-width: 100vw;
  }

  .lastLogoContainer {
    /* padding-right: 4rem; */
  }

  .ourclientsLogosContainer .individualLogoContainer:last-child {
    padding-right: 4rem;
  }

  .slider h1 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 21.875rem) {
  .slider h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 26.625rem) and (max-width: 48rem) {
  .ourclientsLogosContainer {
    gap: 3.75rem;
    /* grid-template-columns: auto auto auto; */
    overflow-x: scroll;
  }

  .individualLogoContainer {
    min-width: max-content;
  }
}


cds-accordion-item::part(expando):focus{
 box-shadow: none !important;
}

cds-accordion-item::part(expando){
  padding-right: 0 !important;
  padding-inline-end: 0 !important;
}

cds-accordion-item::part(title){
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

/**Mobile Responsive CSS added**/

@media (min-width: 18.75rem) and (max-width: 48rem) {
  #getintouch .container {
    padding-inline: 0;
  }

  #getintouch .mobile-info-container ul{
    list-style-type: none;
  }

  #getintouch .mobile-info-wrapper{
    margin: 0 2rem;
  }

 #getintouch .getintouchform{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-info-container {
    /* padding-left: 2rem;
    padding-right: 2rem; */
    padding-top: 0;
  }

  .getintouchform {
    padding-inline: 1rem;
    padding-block: 3rem;
  }

  .mobile-info-container .subheading {
    margin-bottom: 1.5rem;
  }

  .bookfree h1 {
    margin-bottom: 1.5rem;
  }

  .mobile-info-container-para {
    font-style: normal;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgb(252, 252, 252, 0.64);
    margin-bottom: 3rem;
  }

  .contact-details {
    margin-bottom: 3rem;
  }

  .contact-details-heading {
    font-style: normal;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1rem;
    letter-spacing: 0.3em;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }

  .contact-details p {
    font-style: normal;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #ffffff;
  }

  .butn-bordered {
    margin-top: 0;
  }

  .mobile-buttons-last-button {
    margin-bottom: 0;
  }

  .buttons {
    margin-bottom: 3rem;
  }

  .getintouchform h4 {
    margin-bottom: 1.25rem;
  font-family: "sharpsans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1rem;
    letter-spacing: 0.3em;
    color: #ffffff;
  }

  .getintouchform p {
    margin-top: 0;
    margin-bottom: 2.5rem;
  font-family: "sharpsans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #ffffff;
  }

  .mobile-contact-form label {
    margin: 0;
    margin-bottom: .5rem;
    font-style: normal;
    font-weight: normal;
    font-size: .75rem;
    line-height: 1.5rem;
    color: #ffffff;
  }

  .mobile-contact-form input {
    height: 2.75rem;
    border: .0625rem solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    margin: 0 0 2rem;
    color: white;
  }

  /* .mobile-contact-form input:focus {
        border-color: #007bff !important;
    } */
  .mobile-contact-form button {
    margin-top: 1.25rem;
  }

  .sample-works-subcontainer p {
    line-height: 1rem;
    margin: 0 0 1.25rem 0;
  }

  .sample-works-heading {
    font-style: normal;
    line-height: 2.25rem;
    color: #000000;
  }

  .sample-tag {
    padding: 0 2rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    /* background-color: rgba(0, 0, 0, 0.64); */
    /* top: .0625rem; */
  }

  .sample-tag:hover {
    background-color: #007bff !important;
  }

  .sample-tag:active {
    background-color: #007bff !important;
  }

  .box-companyname {
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 0 0 1rem 0;
  }

  .box-companypara {
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .sample-works-subcontainer p {
    margin: 0 0 0rem 0;
  }

  .contact-subheading {
    line-height: 1rem;
  }
}

@media (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
}



/* hide calendly cookie banner */
#onetrust-consent-sdk #onetrust-banner-sdk{
  display: none !important;
}


/* Contact form sucess modal */
/* Ensures modal is above everything and takes full screen */
.contactFormSuccess-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
  z-index: 9999;
}

/* When modal is shown, make it visible */
.contactFormSuccess-modal.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* Modal content container */
.contactFormSuccess-modal-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  animation: contactFormSuccess-fadeInUp 0.3s ease-out forwards;
}

/* Header section of the modal */
.contactFormSuccess-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  padding: 15px;
}

/* Title inside the modal */
.contactFormSuccess-modal-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

/* Close button */
.contactFormSuccess-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

/* Modal body content */
.contactFormSuccess-modal-body {
  padding: 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Footer section */
.contactFormSuccess-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  background: #f4f4f4;
}

/* Footer button */
.contactFormSuccess-modal-button {
  background: #0066FF;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

/* Footer button hover effect */
.contactFormSuccess-modal-button:hover {
  background: #0066FF;
}

/* Keyframes for modal entrance */
@keyframes contactFormSuccess-fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Responsive: Ensuring text is readable on smaller screens */
@media (max-width: 400px) {
  .contactFormSuccess-modal-content {
    width: 95%;
    margin: 0 2.5%;
  }
  .contactFormSuccess-modal-title {
    font-size: 1.1rem;
  }
  .contactFormSuccess-modal-body, .contactFormSuccess-modal-footer {
    padding: 10px;
  }
}
