* {
  font-family: "Poppins", sans-serif;
}

/* slider start home */

.sliderhome {
  width: 100%;
  height: 750px;
}
@media (max-width: 1400px) {
  .sliderhome {
    width: 100%;
    height: 550px;
  }
}

.sliderhome .swiper-button-next:after {
  content: 'next';
  font-size: 16px;
  background: #d3d3d33d;
  padding: 14px;
}
.sliderhome .swiper-button-next:hover::after {
  content: 'next';
  font-size: 16px;
  background: #6666668f;
  padding: 14px;
}
.sliderhome .swiper-button-prev:after {
  content: 'prev';
  font-size: 16px;
  background: #d3d3d33d;
  padding: 14px;
}
.sliderhome .swiper-button-prev:hover::after {
  content: 'prev';
  font-size: 16px;
  background: #6666668f;
  padding: 14px;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
}

.sliderhome .sliderbackgroung1 {
  background: #e62b40;
  position: relative;
}

.sliderhome .sliderbackgroung2 {
  background: #14769d;
  position: relative;
}

.sliderhome .sliderbackgroung3 {
  background: rgb(144, 6, 87);
  position: relative;
}

.sliderhome .sliderbackgroung4 {
  background: rgb(1, 89, 99);
  position: relative;
}

.sliderhome .sliderbackgroung5 {
  background: rgb(233, 168, 2);
  position: relative;
}

.sliderhome .sliderback {
  height: 680px;
  visibility: visible;
  overflow: visible;
}

@media (max-width: 1000px) {
  .sliderhome .sliderback {
    height: 180px;
  }
}

.sliderhome .sliderback::before {
  content: "";
  position: absolute;
  background: url(../image/wave/5.png);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.sliderhome .sliderlabel {
  font-size: 18px;
  font-family: "metropolis", sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: white;
}

.sliderhome .sliderback .sliedernormal {}

@media (max-width: 770px) {
  .sliderhome .sliderback .sliedernormal {
    margin-bottom: 20rem;
  }
}

@media (max-width: 768px) {
  .sliderhome .sliedernormal {
    order: 1;
  }

  .sliderhome .sliderimages {
    order: 0;
    width: 260px;
    height: 260px;
  }
}

.sliderhome .responsive-image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sliderhome .responsive-image {
    max-width: 80%;
  }
}

.sliderhome .grid {
  padding: 0px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 25px;
}

.sliderhome .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sliderhome .common-title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: white;
}



@media (max-width: 1024px) {
  .sliderhome .common-title {
    font-size: 24px;
  }

  .sliderhome .sliderback {
    height: 580px;
    visibility: visible;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .sliderhome .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .btnwhite {
    font-size: 15px;
    padding: 8px 25px;
  }

  .sliderhome .sliderback {
    height: 880px;
    width: 90%;
    visibility: visible;
    overflow: visible;
  }
}

/* end home */

/*About us*/
.aboutim {
  margin-top: 100px;
}

.aboutim .abou h3 span {
  font-size: 45px;
  font-weight: 700;
  color: #e62b40;
}

.aboutim .abou h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "metropolis", sans-serif;
}

.aboutim .abou h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Open Sans", arial;
}

.aboutim .abou .aboutparagraph {
  margin-top: 10px;
  line-height: 28px;
  text-align: justify;
  font-size: 18px;
  font-family: "metropolis", sans-serif;
  font-weight: 400;
}

.aboutim .abou .aboutparagraph span {
  font-weight: 700;
}

@media (max-width: 600px) {
  .aboutim .abou h3 span {
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  .aboutim .abou h3 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  .aboutim .abou h2 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  .aboutim .abou p {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  .aboutim .abou p span {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* button */
@media (max-width: 600px) {
  .aboutbutton {
    padding-left: 10%;
  }
}

.aboutbutton .btn {
  border: 1px solid #e62b40 !important;
  width: 200px !important;
  padding: 13px;
  transition: all 0.5s;
}

.aboutbutton .btn small {
  font-size: 16px;
  font-weight: 400;
}

.aboutbutton .btn:hover {
  box-shadow: inset 6.2em 0 0 0 #e62b40, inset -6.2em 0 0 0 #e62b40;
  color: #fff;
}

@media (max-width: 600px) {
  .expirens {
    padding-left: 10%;
  }
}

.abou h4 {
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 8px 0;
}

.abou h4 i {
  color: #f24259;
  margin-right: 10px;
  font-size: 20px;
}

/*slider Start client logo*/
.contect {
  margin-top: 8rem;
}

.contect .myClient img {
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
}

@media (max-width: 700px) {
  .contect .myClient img {
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
  }
}

.contect .myClient .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.contect .section-head h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.contect .section-head h2 span {
  color: #e62b40;
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

.contect .section-head p {
  color: #000000;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .contect .section-head h2 {
    font-size: 30px;
  }
}

/* slider end client logo */

/*Card*/
/* ADVERTISERS SERVICE CARD */
.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .cardrespons {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e62b40;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec .howp {
  color: #000000;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  z-index: 3;
  padding-left: 10rem;
  padding-right: 10rem;
}

.advertisers-service-sec p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  color: #e62b40;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #e62b40;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
  font-size: 15px;
}

/* ADVERTISERS SERVICE CARD ENDED */
/* about me */
.wordspace {
  word-spacing: 10px;
  font-weight: 300;
}

.workup {
  font-size: 30px;
  font-weight: 700;
  margin-top: -100px;
  color: red;
}

.howtome {
  margin: 0px;
}

.paregraph {
  margin-bottom: -50px;
}

.animated-progress {
  width: 450px;
  height: 15px;
  border-radius: 50px;
  margin: 50px 0px;
  border: 1px solid rgb(189, 113, 113);
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  border-radius: 10px;
  line-height: 15px;
  position: absolute;
  text-align: end;
  padding-right: 1px;
}

.progress-blue span {
  background-image: linear-gradient(to right, orange, red);
}

.progress-green span {
  background-image: linear-gradient(to right, orange, red);
}

.progress-purple span {
  background-image: linear-gradient(to right, orange, red);
}

.progress-red span {
  background-image: linear-gradient(to right, orange, red);
}

/* Counter */

.counter h1 {
  padding-top: 30px;
  color: white !important;
}

.counter .counteriner {
  border-right: 1px dotted #e62b40;
  padding: 50px;
}

.counter h2 {
  color: #e62b40;
  font-size: 3rem;
  font-weight: 600;
}

.counter span {
  font-size: 1.2rem;
  margin-top: 20px;
}

.counter .counteriner:last-child {
  border-right: 1px dotted #ffffff00;
}

/* testmoinals */

.testimonial-area {
  background: #e62b40;
}

.test {
  margin-top: 50px;
}

@media screen and (max-width:605px) {
  .test {
    text-align: center;
  }
}

.contain p {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width:605px) {
  .contain p {
    text-align: center;
  }
}

@media screen and (max-width:520px) {
  .contain p {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
}

@media screen and (max-width:385px) {
  .contain p .typed-text {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
  }
}

.contain p .typed-text {
  font-weight: normal;
  color: #ffffff;
}

@media screen and (max-width:520px) {
  .contain p .typed-text {
    text-align: center;
  }
}

@media screen and (max-width:520px) {
  .contain p .typed-text {
    color: #ffffff;
    word-break: break-all;
  }

}

.contain p span.cursor {
  display: inline-block;
  background-color: #ccc;
  width: 3px;
  animation: blink 1s infinite;
}

.contain p span.cursor.typing {
  animation: none;
}

.testimonial {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  font-family: "Poppins", sans-serif;
}

.testimonial .title img {
  margin-top: -10px;
}

.testimonial .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #ffffff;
}

.testimonial .testi .item {
  background: #e62b40;
  border: 3px solid wheat;
  padding: 50px 30px;
  border-radius: 15px;
}

.testimonial .testi .item .profile {
  display: flex;
  padding-left: 15px;
}

.testimonial .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonial .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}

.testimonial .testi .item .profile .information .stars i {
  color: #ffd832;
}

.testimonial .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
}

.testimonial .testi .item .profile .information span {
  color: #ffffff;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonial .testi .item>p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.testimonial .testi .item .icon {
  text-align: center;
}

.testimonial .testi .item .icon i {
  font-size: 32px;
  color: #ffffff;
}

/* testmoinal end */

/* servies header */

.serviceim h2 .spanwe {
  color: #e62b40;
  font-weight: 800;
  font-size: 50px;
}

@media (max-width: 600px) {
  .responsservic {
    padding-left: 10%;
    padding-right: 10%;
  }

}

.serviceim h2 .spanprovid {
  color: #000000;
  font-weight: 500;
  font-size: 45px;
}

.serviceim .service h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "metropolis", sans-serif;
}

.serviceim .serviesplan {
  float: left;
  font-size: 18px;
  list-style: none;
  margin-bottom: 0rem !important;
}

.serviceim .service {
  margin-top: 80px;
}

.serieswork {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  align-items: center;
  margin-left: -2.2rem;
}

@media screen and (max-width:1200px) {
  .serieswork {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
}


.serviceim .serviesplan li {
  margin-bottom: 30px !important;
}

.serviceim .serviesplan li i {
  color: #e62b40;
}

.serviceim .service p {
  text-align: justify;
}

.serviceim .serviesplan a {
  text-decoration: none;
  color: #525252;
  transition: 1s;
  cursor: pointer;
}

.serviceim .serviesplan a:hover {
  color: #e62b40;
}

/* about how we work */

.aboutmenu .header h5 {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #111111ff;
}

@media (max-width:600px) {
  .percatnage {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.aboutmenu .header h5 span {
  color: #e62b40;

  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
}

.aboutmenu .header p {
  margin-top: 10px;
  line-height: 28px;
  word-spacing: 2px;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
}

.aboutmenu .progress1 label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ce_ixelgen_progress_bar .item_bar {
  position: relative;
  height: 0.7rem;
  width: 100%;
  background-color: #000;
  border-radius: 20px;
}

.ce_ixelgen_progress_bar {
  max-width: 800px;
  margin: 0 auto;

  .progress_bar_item {
    margin-bottom: 1rem;
  }

  .item_label {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
  }

  .item_value {
    font-weight: 600;
    text-align: end;
  }

  .item_bar {
    position: relative;
    width: 100%;
    background-color: rgb(243, 243, 243);
    border-radius: 40px;

    .progress {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0;
      height: bar-height;
      height: 0.7rem;
      margin: 0;
      background-color: #e62b40;
      border-radius: 40px;
      transition: width 100ms ease;
    }
  }
}

/* portfolio header */

.portfolio-title {
  margin-top: 5rem;
}

.portfolio-title h2 {
  font-weight: 700 !important;
  font-style: normal;
  font-size: 30px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #e62b40;
  margin-bottom: 2rem;
}

.portfolio-title p {
  padding-left: 25%;
  padding-right: 25%;
  margin-bottom: 50px;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  line-height: 30px;
  letter-spacing: 0px;
}

@media screen and (max-width:600px) {
  .portfolio-title p {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 50px;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 30px;
  }
}

.portbutton .btn {
  border: 2px solid #e62b40 !important;
  width: 240px !important;
  padding: 10px;
  transition: all 0.5s;
}

.portbutton a label {
  font-size: 18px;
  font-weight: 600;
}

.portbutton .btn:hover {
  box-shadow: inset 10em 0 0 0 #e62b40, inset -10em 0 0 0 #e62b40;
  color: #fff;
}

/* portfolio end */

/* button */
.portbutton .btn {
  border: 2px solid #e62b40 !important;
  width: 240px !important;
  padding: 10px;
  transition: all 0.5s;
}

.portbutton a label {
  font-size: 18px;
  font-weight: 600;
}

.portbutton .btn:hover {
  box-shadow: inset 10em 0 0 0 #e62b40, inset -10em 0 0 0 #e62b40;
  color: #fff;
}