@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
*,
:focus {
  outline: 0;
}
*,
a,
a:hover {
  text-decoration: none;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
  margin-bottom: 0;
}
.banner form,
.relative {
  position: relative;
   
}
.wave {
  display: block;
  position: relative;
  /* height: 40px; */
  width: 100%;
  background: rgb(57, 27, 112);
  transform: scale(1, 1);
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 86%;
  height: 100px;
  background-color: rgb(189, 63, 63);
  right: 9%;
  top: 414px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: rgb(201 11 20);
  left: 2%;
  top: -258px;
  clip-path: ellipse(100% 16% at 54% 102%);
}
.banner form img,
.footer form img {
  animation: 1s linear infinite blinker;
}
/* .banner form, */
.best-seller h3,
.best-seller p,
.sticky-slider a {
  text-align: center;
}
:root {
  --black: #000;
  --light-black: #2a2a2a;
  --blue: #283e76;
  --yellow: #f3d814;
  --pink: #ffe3e4;
  --white: #fff;
  --red: #f34f55;
  --grey: #f5f5f5;
}
* {
  font-family: Poppins, sans-serif;
  border: none;
  list-style: none;
  text-transform: capitalize;
  box-sizing: border-box;
}
::selection {
  background-color: var(--yellow);
  color: var(--black);
}
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
.box-mobile::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0.5rem;
}
.box-mobile::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem #fff;
}
.box-mobile::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: var(--yellow);
  outline: 0.0625rem solid var(--yellow);
}
ul {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a,
li,
p,
span {
  font-size: 1rem;
}
.container {
  max-width: 73.125rem;
}
section {
  padding: 5rem 0;
}
.header {
  padding: 0;
  background-color: #000;
}
.primary-btn-wrap,
.secondary-btn-wrap {
  padding: 0.625rem 1.875rem;
  border-radius: 0.3125rem;
  font-weight: 600;
  display: inline-block;
}
.header ul li:nth-child(2) {
  margin-left: auto;
}
.footer ul li span,
.header ul li:nth-child(2) a {
  font-size: 1rem;
  color: var(--white);
}
.bilink {
  animation: 0.5s infinite alternate red-hover;
}
.primary-btn-wrap {
  font-size: 1rem;
  color: var(--black);
  background-color: var(--yellow);
}
.bg-blue,
.secondary-btn-wrap {
  background-color: var(--blue);
}
.after-service-cta .secondary-btn-wrap,
.cta .secondary-btn-wrap,
.form button:hover,
.primary-btn-wrap:hover {
  background-color: var(--white);
  color: var(--black);
}
.f-30 {
  font-size: 1.875rem;
}
.f-25 {
  font-size: 1.5625rem;
}
.f-60 {
  font-size: 3.75rem;
}
.f-40 {
  font-size: 2.5rem;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.text-white {
  color: var(--white);
}
.footer ul li:hover a,
.text-red {
  color: var(--red);
}
.secondary-btn-wrap {
  font-size: 1rem;
  color: var(--white);
}
.banner form button:hover,
.cta .primary-btn-wrap,
.secondary-btn-wrap:hover {
  background-color: var(--yellow);
  color: var(--black);
}
.banner {
    
background: url(../../assets/images/portfolio/bgimg1.webp), #0000009e;
    
/* padding-bottom: 0.625rem;
  padding-top: 8.75rem; */
    
background-repeat: no-repeat;
    
background-size: cover;
    
background-position: center;
    
background-blend-mode: overlay;
}
.banner .left-content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--red);
  padding-bottom: 2.1875rem;
}
.banner .left-content h3 {
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: lowercase;
}
.banner .left-content .list li {
  list-style: disc;
  line-height: 1.875rem;
  margin-left: 1.25rem;
}
.banner .left-content .primary-btn-wrap {
  background-color: var(--black);
}
.banner .left-content .primary-btn-wrap:hover,
.services-card-box-container .card-box:hover {
  background-color: var(--red);
  color: var(--white);
}
.banner form {
  /* width: 29.375rem;
  height: 37.5rem; */
  border: 0.43rem solid var(--black);
  border-radius: 0.625rem;
  color: white;
  /* background: linear-gradient(45deg, rgb(168, 71, 71) 18%, rgba(131, 113, 117, 0.93) 100%); */
  padding: 2.5rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner form h6 {
  font-size: 1.25rem;
}
.banner form h4 {
  font-size: 1.875rem;
  font-weight: 600;
  color: lightcoral;
}
.banner form input,
.banner form textarea {
  width: 20.3125rem;
  font-size: 0.9375rem;
  /* background-color: var(--grey); */
  /* background-color: transparent; */
  margin-bottom: 0.625rem;
}
.banner form input {
  height: 2.8125rem;
  border: 0.0625rem solid #0000003b;
  border-radius: 20px !important;
  padding-left: 0.9375rem;
}
.banner form textarea {
  height: 10rem;
  border: 0.0625rem solid #0000003b;
  border-radius: 20px !important;
  padding: 1.25rem;
}
.banner form button {
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--blue);
  color: var(--white);
  padding: 0.625rem 3.125rem;
  border-radius: 1.875rem;
}
/* form pic  */
.panda-face {
  height: 7.5em;
  width: 8.4em;
  background-color: #ffffff;
  border: 0.18em solid #2e0d30;
  border-radius: 7.5em 7.5em 5.62em 5.62em;
  position: absolute;
  top: -2em;
  margin-left: 13%;
  /* margin: auto;
  left: 0;
  right: 0; */
}

.ear-l,
.ear-r {
  background-color: #3f3554;
  height: 2.5em;
  width: 2.81em;
  border: 0.18em solid #2e0d30;
  border-radius: 2.5em 2.5em 0 0;
  top: -2.25em;
  position: absolute;
}
.ear-l {
  transform: rotate(-38deg);
  left: 50.75em;
}
.ear-r {
  transform: rotate(38deg);
  right: 19.75em;
}
.blush-l,
.blush-r {
  background-color: #ff8bb1;
  height: 1em;
  width: 1.37em;
  border-radius: 50%;
  position: absolute;
  top: 4em;
}
.blush-l {
  transform: rotate(25deg);
  left: 1em;
}
.blush-r {
  transform: rotate(-25deg);
  right: 1em;
}
.eye-l,
.eye-r {
  background-color: #3f3554;
  height: 2.18em;
  width: 2em;
  border-radius: 2em;
  position: absolute;
  top: 2.18em;
}
.eye-l {
  left: 1.37em;
  transform: rotate(-20deg);
}
.eye-r {
  right: 1.37em;
  transform: rotate(20deg);
}
.eyeball-l,
.eyeball-r {
  height: 0.6em;
  width: 0.6em;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  transition: 1s all;
}
.eyeball-l {
  transform: rotate(20deg);
}
.eyeball-r {
  transform: rotate(-20deg);
}
.nose {
  height: 1em;
  width: 1em;
  background-color: #3f3554;
  position: absolute;
  top: 4.37em;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 1.2em 0 0 0.25em;
  transform: rotate(45deg);
}
.nose:before {
  content: "";
  position: absolute;
  background-color: #3f3554;
  height: 0.6em;
  width: 0.1em;
  transform: rotate(-45deg);
  top: 0.75em;
  left: 1em;
}
.mouth,
.mouth:before {
  height: 0.75em;
  width: 0.93em;
  background-color: transparent;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0.18em #3f3554;
}
.mouth {
  top: 5.31em;
  left: 3.12em;
}
.mouth:before {
  content: "";
  position: absolute;
  left: 0.87em;
}
.hand-l,
.hand-r {
  background-color: #3f3554;
  height: 2.81em;
  width: 2.5em;
  border: 0.18em solid #2e0d30;
  border-radius: 0.6em 0.6em 2.18em 2.18em;
  transition: 1s all;
  position: absolute;
  top: 2.4em;
}
.hand-l {
  left: 46.5em;
}
.hand-r {
  right: 15.5em;
}
.paw-l,
.paw-r {
  background-color: #3f3554;
  height: 3.12em;
  width: 3.12em;
  border: 0.18em solid #2e0d30;
  border-radius: 2.5em 2.5em 1.2em 1.2em;
  position: absolute;
  top: 33.56em;
}
.paw-l {
  left: 46em;
}
.paw-r {
  right: 17em;
}
.paw-l:before,
.paw-r:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 1.37em;
  width: 1.75em;
  top: 1.12em;
  left: 0.55em;
  border-radius: 1.56em 1.56em 0.6em 0.6em;
}
.paw-l:after,
.paw-r:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  top: 0.31em;
  left: 1.12em;
  box-shadow: 0.87em 0.37em #ffffff, -0.87em 0.37em #ffffff;
}
/* form pic end  */
.banner .left-content img {
  position: absolute;
  left: -16%;
  top: -4%;
}
.logo img {
  display: block;
  padding-top: 1.875rem;
  margin-right: auto;
}
.plateform__slider-1 li,
.plateform__slider-2 li {
  border: 0.0625rem solid #80808087;
  height: 7.5rem;
  width: 17.1875rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
}
.plateform__slider-1 li:hover,
.plateform__slider-2 li:hover {
  filter: revert;
}
.info {
  background: url(../../assets/images/info-bg.webp) center center/cover
    no-repeat;
}
.platform-slider {
  padding-bottom: 0;
}
.info-list li {
  list-style: disc;
  line-height: 2.1875rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.info .after-arrow {
  position: absolute;
  right: 20%;
}
.cta {
  background: url(../../assets/images/cta-bg.webp) center center/cover no-repeat;
  padding: 3.125rem;
}
.cta img {
  position: absolute;
  top: 5%;
}
.services-card-box-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.5625rem;
}
.services-card-box-container .card-box span {
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--grey);
  padding: 0.3125rem 1.875rem;
  border-radius: 1.875rem;
}
.services-card-box-container .card-box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  padding: 0.9375rem 0;
}
.services-card-box-container .card-box {
  padding: 3.125rem 1.5625rem;
  background-color: var(--white);
  border-radius: 0.25rem;
  position: relative;
  width: 22.5rem;
  height: 18.125rem;
}
.services {
  background: linear-gradient(357deg, #f8f7fd 92%, #fff 72%);
}
.services-card-box-container .card-box:hover span {
  color: var(--black);
  background-color: var(--white);
}
.services-card-box-container .card-box:hover::before {
  position: absolute;
  content: "";
  width: 22.5rem;
  height: 18.125rem;
  background-color: transparent;
  top: -3%;
  border: 0.3125rem solid var(--yellow);
  border-radius: 0.3125rem;
  left: 3%;
}
.card-slider .slick-track {
  padding-top: 0.625rem;
}
.services .shade {
  position: absolute;
  top: 30%;
  left: 7%;
}
.services .circle {
  position: absolute;
  bottom: 18%;
  right: 11%;
}
.after-service-cta {
  background: url(../../assets/images/after-service-cta-bg.webp) center
    center/cover no-repeat;
  padding: 3.75rem 0;
}
.after-service-cta .primary-btn-wrap {
  background-color: var(--black);
  color: var(--white);
}
.testimonial {
  background: url(../../assets/images/testimonial-bg.webp) center center/cover
    no-repeat;
}
.testimonial .slide {
  background: url(../../assets/images/quote.webp) 48% 10% no-repeat;
  width: 23.125rem;
  height: 18.125rem;
  background-color: var(--white);
  border-radius: 0.3125rem;
  text-align: center;
  padding: 2.5rem 1.875rem;
}
.testimonial .slide p {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: 9.9375rem;
  overflow: auto;
  padding-right: 0.3125rem;
}
.testimonial .slide p::-webkit-scrollbar {
  width: 0.0625rem;
}
.testimonial .slide p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
}
.testimonial .slide p::-webkit-scrollbar-thumb {
  background-color: var(--red);
  outline: 0.0625rem solid var(--red);
}
.slide img {
  display: block;
  margin: 0.625rem auto auto;
}
.testimonial .slick-track {
  padding-bottom: 2.8125rem;
}
.testimonial .slick-slide.slick-current.slick-active .slide {
  background-color: var(--red);
  color: #fff;
}
.best-seller {
  padding: 2.8125rem 0;
}
.footer {
  background: url(../../assets/images/footer-bg.webp) center center/cover
    no-repeat;
}
.best-seller p {
  font-size: 1.1875rem;
  font-weight: 500;
}
.footer .left-content {
  padding: 5.625rem 0;
}
.footer h3 {
  padding-right: 3.75rem;
  line-height: 2.9375rem;
}
.footer ul li svg {
  padding-right: 0.625rem;
}
.footer ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  text-transform: initial;
}
.footer form {
  background-color: #ffffffd6;
  padding: 3rem 1.5rem;
  position: relative;
}
.footer form p {
  padding-right: 3.125rem;
  line-height: 1.3125rem;
  font-size: 1rem;
}
.footer form input {
  width: 16.875rem;
  height: 2.5rem;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
  display: block;
  border: 0.0625rem solid #80808091;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
}
.footer form textarea {
  width: 16.875rem;
  height: 8.625rem;
  border: 0.0625rem solid #80808078;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  font-size: 0.9375rem;
}
.footer form button {
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--red);
  color: var(--white);
  padding: 0.625rem 1.5625rem;
  margin-top: 1.875rem;
}
.banner form img {
  position: absolute;
  top: -10%;
  right: -20%;
}
@keyframes blinker {
  0%,
  100%,
  49% {
    opacity: 1;
  }
  60%,
  99% {
    opacity: 0;
  }
}
.after-header {
  background: linear-gradient(90deg, #ffe3e4 58%, #837878 58%, #2a2a2a 58%);
}
.footer form img {
  position: absolute;
  right: -13%;
  top: 1.0625rem;
}
@keyframes red-hover {
  0% {
    color: var(--red);
  }
  100% {
    color: var(--white);
  }
}
.slick-dots li button {
  background-color: var(--blue);
  width: 0.625rem;
  clip-path: circle();
}
li.slick-active button {
  background-color: var(--yellow);
}
.slick-dots li {
  width: 0.625rem;
}
.sticky-slider a {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: 0;
  cursor: pointer;
  color: #fff !important;
  padding: 0.9375rem 0;
  font-size: 1.25rem;
  margin: auto;
  border-radius: 0;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  transition: 0.1s linear;
  background: #0c267a;
  float: none;
  left: 0;
  right: 0;
  animation: 1.2s infinite blinkingText;
  z-index: 1000;
}
@keyframes blinkingText {
  0% {
    background: #da0d0b;
    color: #fff;
  }
  100%,
  49% {
    background: #092338;
    color: #fff;
  }
  60% {
    background: #da0c0a;
    color: #fff;
  }
  99% {
    background: #092338;
  }
}
.card-box p {
  font-size: 0.9375rem;
}
.portfolio-grid-container img {
  width: 95%;
  height: 100%;
  border-radius: 0.3125rem;
}
section.banner.relative h3.wow.fadeInUp {
    color: #fff;
}

section.banner.relative ul li {
    color: #fff;
}