@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Manrope:wght@400;500;600&display=swap");

@font-face {
  font-family: Inter-SemiBold;
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.ttf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato";
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow-y: scroll !important;
}

::-webkit-scrollbar {
  block-size: 10px;
  inline-size: 7px;
}

::-webkit-scrollbar-track {
  background: #ecebeb;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #0d71b5;
}

.heading2 {
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 40px;
  }
}

.navbar {
  padding: 12px 40px 12px 40px !important;
  border: 1px solid #edeff3;
  position: fixed !important;
  display: flex;
  background: white !important;
  z-index: 99999999999999999999 !important;
  width: 100% !important;
  align-items: center;
}

.navbar-light .navbar-brand .logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 196.89px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a !important;
}

.contact_btn {
  height: 40px;
  padding: 11px 18px 11px 22px;
  border-radius: 28px;
  gap: 10px;
  background: #3c83fb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin-left: 35px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none !important;
}

.contact_btn :hover {
  color: #fff;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.banner_section_new {
  overflow: initial;
}

.shap {
  position: absolute;
  right: -60px;
  top: -80px;
  z-index: -1;
  width: 350px;
  display: none;
}

.main-banner {
  padding: 40px 0 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_banner_n {
  padding-top: 110px;
  height: 100vh;
}

.banner-left {
  padding-right: 55px;
  /* padding-top: 80px; */
}

.banner-left h1 {
  font-family: Lato;
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #001840;
}

.banner-left h1 span {
  font-family: Manrope;
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #3c83fb;
}

.banner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circle {
  position: absolute;
  width: 375px;
  height: 370px;
  background-color: #4f46e5;
  border-radius: 50%;
  z-index: 1;
  top: 66%;
  transform: translateY(-50%);
  left: 25px;
}

.circle::after {
  width: 375px;
  height: 370px;
  border: 1px solid #4f46e5;
  z-index: 1;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  left: -10px;
  top: -10px;
}

.circle::before {
  width: 375px;
  height: 370px;
  border: 1px solid #4f46e5;
  z-index: 1;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  right: -12px;
  bottom: -5px;
}

.banner-right img {
  /*width: auto;
  height: 100%;*/
  position: absolute;
  /*  bottom: 0;*/
  z-index: 2;
}

.main-banner h5 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
}

.main-banner h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
}

.second_banner_section {
  padding-top: 50px;
}

.main-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 20px;
  flex-wrap: wrap;
  width: 90%;
  padding-top: 0;
}

.main-banner ul li {
  width: 25%;
  margin: 10px 0;
}

@media (max-width: 600px) {
  .main-banner ul li {
    width: 50%;
    margin: 10px 0;
  }
}

.main-banner ul li img {
  width: 50%;
}

.second-section {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 120px 20px 120px;
  gap: 100px;
}

.second_section_padb {
  padding-bottom: 50px;
  background: url("../images/blue-abstract.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.second-section h2 {
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: center;
  color: #001840;
}

.second-section .second-section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.mobile_slid{
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding_box .col-lg-3:nth-child(1) .second-section-box::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 50px;
  background-image: url("../images/down.png");
  z-index: 1;
  background-repeat: no-repeat;
  right: -38%;
  top: 15%;
  background-size: contain;
}

.padding_box .col-lg-3:nth-child(3) .second-section-box::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 50px;
  background-image: url("../images/dow.png");
  z-index: 1;
  background-repeat: no-repeat;
  right: -38%;
  top: 15%;
  background-size: contain;
}

.padding_box .col-lg-3:nth-child(2) .second-section-box::after {
  position: absolute;
  content: "";
  width: 65%;
  height: 50px;
  background-image: url("../images/up.png");
  z-index: 1;
  background-repeat: no-repeat;
  right: -38%;
  top: 2%;
  background-size: contain;
}

.second-section .second-section-box span {
  width: 63px;
  height: 63px;
  background: linear-gradient(144.05deg, #4086f9 0%, #cb6fdb 101.95%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato;
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.second-section .second-section-box h4 {
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0px;
  color: #001840;
  margin-bottom: 0;
  padding-top: 10px;
}

.second-section .second-section-box p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #5c6d8a;
}

.padding_box {
  padding: 70px 0 0;
}

.setion-three {
  padding: 100px;
  gap: 50px;
}

/* .three-section-top {
    width: 60%;
} */

.three-section-top h2 {
  color: #001840;
  padding-bottom: 10px;
}

.setion-three p {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  color: #001840;
}

.three-section-left {
  position: relative;
}

.three-section-left ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 50px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.influencermarketing {
  flex-wrap: wrap;
  flex-direction: row !important;
}

/* .influencermarketing li {
  width: 45%;
} */

.three-section-left ul li {
  display: flex;
  /* align-items: baseline; */
  justify-content: center;
}

.three-section-left ul li .img_b {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  box-shadow: 0px 2.133333444595337px 4.800000190734863px 0px #0000000d;
  padding: 15px;
}

.three-section-left ul li img {
  width: 100%;
  height: 100%;
}

.three-section-left ul li .list_details {
  width: 90%;
  padding-left: 20px;
}

.three-section-left ul li .list_details h5 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #001840;
}

.three-section-left ul li .list_details p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #5c6d8a;
}

.three-section-right {
  position: relative;
  width: 100%;
}

.three-section-right img {
  width: 100%;
  /* max-height: 300px; */
  /* object-fit: cover; */
}

.five-section-right-rich {
  display: flex;
  justify-content: center;
}

.five-section-right-rich img {
  width: 45%;
  height: auto;
}

.four-section {
  padding: 80px 100px 80px 100px;
  gap: 80px;
  background-color: #252525;
  position: relative;
  overflow: hidden;
}

.four-section-left {
  position: relative;
  width: 70%;
  gap: 50px;
  display: flex;
  flex-direction: column;
}

.four-section-left h2 {
  color: #fff;
  padding-bottom: 15px;
}

.list_one {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  width: 80%;
  justify-content: space-evenly;
  padding-bottom: 55px;
}

.list_one li {
  width: 100%;
}

.list_one li span {
  width: 32px;
  height: 3px;
  background: linear-gradient(212.66deg, #4086f9 -130.95%, #cb6fdb 2.44%),
    linear-gradient(0deg, rgba(204, 215, 220, 0.45), rgba(204, 215, 220, 0.45));
  display: flex;
}

.list_one li h4 {
  font-family: Lato;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding-top: 15px;
}

.list_one li h5 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  color: #a3a1ab;
}

.four-section h6 {
  font-family: Lato;
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.list_three {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 1;
  position: relative;
}

.list_three li div {
  display: -webkit-box;
  /* flex-direction: row; */
  gap: 6px;
  /* align-items: baseline; */
  border: 1px solid #4b4a4c;
  padding: 0 14px;
  border-radius: 20px;
}

.list_three li div img {
  width: 20px;
  height: auto;
  margin-top: 2px;
}

.list_three li div p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  color: #a3a1ab;
  margin-bottom: 0;
  margin-left: 5px;
  text-transform: uppercase;
}

.map_section {
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 0;
  /* height: 100%; */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
}
/* title styles */
.home-title{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.home-title span{
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  font-size: 60px;
  color: #fff;
  text-align: right;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  
}

.home-title span::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  
  transform: translateX(-101%);
}

.home-title span::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  animation: a-ltr-before 1s cubic-bezier(.77,0,.18,1) forwards;
  transform: translateX(0);
}
.home-title.active span::after,.home-title.active span::before{
  animation: a-ltr-after 1s cubic-bezier(.77,0,.18,1) forwards;
  }
.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
  animation-delay: 1.5s;
}

@keyframes a-ltr-after{
  0% {transform: translateX(-100%)}
  100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
  0% {transform: translateX(0)}
  100% {transform: translateX(200%)}
}
/* .map_section h1{
  font-size: 115px;
  fill: none;
  stroke-width: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-align: right;
  font-family: Lato;
  font-weight: 700;
  transition: 0.5s;
  padding-right: 20px;
  opacity: .8;
}
.map_section h1:hover{
  -webkit-text-fill-color: #fff;
} */

.map_section img {
  width: 100%;
  height: 100%;
}

.setion-five .container {
  gap: 75px;
  flex-direction: column;
  display: flex;
}

.five-section-top {
  width: 100%;
}

.five-section-top h2 {
  text-align: center;
}

.five-section-left {
  position: relative;
  padding-right: 100px;
}

.five-section-left h3 {
  font-family: Lato;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #001840;
}

.five-section-left ul {
  gap: 10px;
  padding-top: 15px;
}

.five-section-left ul li.active {
  background-color: #eeeeee;
  padding: 20px 20px 5px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.five-section-left ul li .img_b {
  width: 18px;
  height: 18px;
  border-radius: 12px;
  box-shadow: none;
  padding: 0;
}

.five-section-left ul li img {
  width: 100%;
  height: 100%;
}

.five-section-left ul li .list_details {
  width: 90%;
  padding-left: 20px;
}

.five-section-left ul li.active .list_details h5 {
  font-family: Lato;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #001840;
}

.five-section-left ul li .list_details h5 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
}

.five-section-left ul li .list_details p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
  /* display: none; */
}

.five-section-left ul li .list_details1 p {
  display: none;
}

.five-section-left a {
  display: flex;
  align-items: center;
  padding: 14px 32px 14px 32px;
  border-radius: 38px;
  border: 1px solid #3c83fb;
  gap: 8px;
  margin-top: 25px;
  text-decoration: none;
  width: fit-content;
}

.five-section-left a span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  color: #3c83fb;
}

.five-section-right {
  border-radius: 4px;
  /* box-shadow: 4px 4px 45px 12px #0000001A; */
}

.paragraph {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
  padding-top: 10px;
}

.five-section-left .paragraph {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5c6d8a;
  padding-top: 10px;
}

.section-six {
  padding: 60px 100px 60px 100px;
  gap: 10px;
}

.counter-section {
  padding: 60px 60px 60px 60px;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(144.05deg, #4086f9 0%, #cb6fdb 101.95%);
  border-radius: 0px 32px 0px 32px;
}

.counter-section ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: space-evenly;
  gap: 50px;
}

.counter-section ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.counter-section ul li h4 {
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-section ul li h5 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  color: #fff;
}

.left_shap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.left_shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right_shap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
}

.right_shap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-seven {
  padding: 80px 50px 100px 50px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}

.section-seven h2 {
  color: #001840;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

.slider-section-one .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slider-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.slider-section .slider-img {
  width: calc((90% - 20px) / 6);
  padding: 15px 17px 15px 17px;
  border-radius: 10px;
  border: 1px solid #e5e2e9;
  gap: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-section-one .swiper-slide img {
  display: block;
  width: 60%;
  height: 50%;
  object-fit: cover;
}

.slider-section-one .swiper-pagination {
  top: 76.4% !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 4px !important;
  border-radius: 8px !important;
  background: #dddddd !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 48px !important;
  height: 4px !important;
  border-radius: 8px !important;
  background: linear-gradient(
    144.05deg,
    #4086f9 0%,
    #cb6fdb 101.95%
  ) !important;
}

.section-eight {
  padding: 100px 100px 100px;
  gap: 70px;
  display: flex;
  flex-direction: column;
}

.section-eight h2 {
  text-align: center;
  color: #001840;
}

.section-eight .gallery_img img {
  width: 100% !important;
}

.section-eight .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.section-eight .swiper-wrapper .swiper-slide .gallery_img {
  height: 100%;
  display: flex;
  align-items: center;
}

.section-eight .swiper-button-next,
.section-eight .swiper-button-prev {
  width: 49.56568773949266px;
  height: 49.99999880790028px;
  border-radius: 25px;
  background-color: #fff;
}

.section-eight .swiper-button-next:after,
.section-eight .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next.swiper-button-disabled svg path,
.swiper-button-prev.swiper-button-disabled svg path {
  stroke: #3a3c40;
}

.section-nine {
  padding: 100px 0 80px 0;
  gap: 70px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  position: relative;
}

.slider-section-two .swiper-slide img {
  width: 100%;
}

.section-nine h2 {
  text-align: center;
  color: #001840;
}

.myClientsSwiper .swiper-slide .client-box {
  border-radius: 12px;
  border: 1px solid #f5f7fa;
  box-shadow: 0px 2px 32px 0px #1854ad1a;
  background-color: #fff;
  padding: 40px;
  opacity: 50%;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.myClientsSwiper .swiper-slide-active .client-box {
  box-shadow: 0px 7px 18px 0px #d8e8f633;
  background-color: #fff;
  opacity: 100%;
}

.myClientsSwiper .swiper-slide .client-box .commo {
  width: 40px;
  height: 30px;
}

.myClientsSwiper .swiper-slide .client-box p {
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0px;
  color: #001840;
}

.c-small-box {
  display: flex;
  align-items: center;
}

.myClientsSwiper .swiper-slide .client-box .client_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.myClientsSwiper .swiper-slide .client-box .client_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myClientsSwiper .swiper-slide .client-box .client_desc {
  position: relative;
  padding-left: 20px;
}

.myClientsSwiper .swiper-slide .client-box .client_desc h4 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #12141d;
  margin-bottom: 0;
}

.myClientsSwiper .swiper-slide .client-box .client_desc span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #12141d;
}

.section-nine .swiper_pagination {
  top: 90.4% !important;
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-nine .swiper_pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 4px !important;
  border-radius: 8px !important;
  background: #dddddd !important;
}

.section-nine .swiper_pagination .swiper-pagination-bullet-active {
  width: 48px !important;
  height: 4px !important;
  border-radius: 8px !important;
  background: #796ad7 !important;
}

.section-ten {
  padding: 100px 167px 0px 167px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}

.section-ten h2 {
  text-align: center;
}

.section-ten ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
}

.section-ten ul li {
  padding: 32px 0 32px 0;
  gap: 8px;
  width: 100%;
  list-style: none;
}

.section-ten ul li img {
  width: 90%;
  height: 45%;
  object-fit: cover;
}

.section-eleven {
  padding: 0px 100px 100px 100px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-shadow: 0 0 5px #f0ce46ce;
}

.featured-section {
  border-radius: 0px 32px 0px 32px;
  background: linear-gradient(144.05deg, #4086f9 0%, #cb6fdb 101.95%);
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.featured-left-section {
  padding: 30px 20px 30px 80px;
}

.featured-left-section h3 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
}

.featured-left-section p {
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.featured-left-section p a {
  font-family: Lato;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.featured-right-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.featured-right-section img {
  width: 50%;
  z-index: 1;
  object-fit: contain;
}

.last-shap {
  position: absolute;
  top: -16px;
  right: -100px;
  width: 480px;
  z-index: 1;
}

.last-shap img {
  width: 100%;
}

footer {
  background-image: url(https://www.icubeswire.com/iic23/assets/images/skyline.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 10px;
}

.footer {
  padding: 64px 0px 48px 0px;
}

.footer-section-one {
  position: relative;
}

.footer-box.box-one {
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* padding-right: 150px; */
}

.footer-box.box-one p {
  font-family: Inter-SemiBold;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
}

.footer-box.box-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.footer-box.box-menu h4 {
  font-family: Inter-SemiBold;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-box.box-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 12px;
}

.footer-box.box-menu ul li a {
  font-family: Inter-SemiBold;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffffa6;
  text-decoration: none;
}

.second-footer-section {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.second-footer-section .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-footer-section p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.second-footer-section ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

.second-footer-section ul li a img {
  width: 24px;
}

.toggle-menu {
  width: 50px;
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.toggle-menu span {
  width: 35px;
  display: block;
  border-radius: 100px;
  /* position: absolute; */
  height: 4px;
  background: #000;
  right: 0;
}

.toggle-menu span:nth-child(2) {
  width: 25px;
  top: 25px;
  margin-top: 4px;
  right: 0;
}

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.process__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
  display: flex !important;
  flex-direction: column;
}

.process__item:hover {
  background: #f2f2f2;
}

.process__item:hover .process__number {
  transform: translateY(5px);
  color: #3c83fb;
}

.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #3c83fb;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.process__title {
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0px;
  color: #001840;
  margin-bottom: 10px;
  /* padding-top: 10px; */
}

.process__subtitle {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #5c6d8a;
}

@media (min-width: 768px) {
  .process {
    display: flex !important;
    flex-direction: row;
  }

  .process__item {
    width: 49%;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .process__item {
    width: 100%;
  }

  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

.footer-right-menu .row {
  justify-content: end !important;
}

.main_banner {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.main_banner .container-fluid {
  height: 100%;
}

.main_banner .container-fluid .row {
  height: 100%;
}

.main_banner .banner-left-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main_banner .banner-left-two h1 {
  text-align: left;
}

.main_banner .banner-left-two p {
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  color: #5c6d8a;
}

.four-section-left-two {
  width: 100%;
  padding-left: 100px;
}

.four-section-left-two ul {
  width: 100%;
  padding-bottom: 0;
}

/* .acc__title {
  cursor: pointer;
} */

.five-section-left.pr-0 {
  padding-right: 0 !important;
  padding-left: 100px;
}

.demo_btn {
  padding: 11px 18px 11px 22px;
  border-radius: 28px;
  gap: 4px;
  background: #ffffff;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  z-index: 11;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  color: #3c83fb;
  text-decoration: none;
}

.featured-left-section-two h3 {
  margin-bottom: 30px;
}

.featured-left-section-two {
  padding: 30px 20px 30px 80px;
}

.shap1 {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.shap1 img {
  width: 100vw;
  height: 106vh;
  object-fit: cover;
}

.tabs-section {
  position: relative;
  width: 100%;
}

.tabs_btn {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-evenly;
  margin-top: 65px;
}

.tabs_btn li {
  width: 100%;
}

.tabs_btn li button {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #5c6d8a;
  border-bottom: 2px solid #e8e8e8;
  padding: 13px 0;
  transition: 0.5s;
}

.tabs_btn li button:focus{
  box-shadow: none !important;
}

.tabs_btn li button.active {
  color: #3c83fb;
  font-weight: 700;
  border-bottom: 3px solid #3c83fb;
}

.tablinks:not(.active):hover {
  color: #3c83fb;
}

.tabcontent.first {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.five-section-right h3 {
  display: none;
}

.second_section_new {
  position: relative;
}

.second_section_new {
  position: absolute;
  top: 63%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.second_section_new img {
  width: 92%;
}

.audience_box {
  position: relative;
  padding: 46px 20px 30px 20px;
  border-radius: 18px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 4px 9px 0px #0000000d;
  height: 100%;
}

.audience_box .box_icon {
  width: 64px;
  height: 64px;
  top: -34px;
  left: 32px;
  position: absolute;
  background: linear-gradient(144.05deg, #4086f9 0%, #cb6fdb 101.95%);
  box-shadow: 0px 4px 9px 0px #0000000d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audience_box h4 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  color: #001840;
}

.audience_box p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #5c6d8a;
}

.slide-content {
  margin: 8px;
  width: 345px;
  height: 215px;
  background-color: lightgray;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.slide-content a {
  width: 100%;
  height: 100%;
}

.slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slid-er {
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.slid-er .slides {
  display: flex;
}

.slid-er .slide {
  max-width: 390px;
  /* slide-content width + margin */
  padding: 0 10px;
}

.button-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: opacity 0.25s;
}

.section-eight-paragraph {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.contact-section {
  padding: 100px 170px 100px 170px;
  gap: 10px;
  background-color: #f8f9fa;
}

.contact-left img {
  width: 80%;
}

.contact-right {
  padding: 20px;
  /* background: #f6f6f6; */
  border-radius: 12px;
}

.contact-right .mb-3 {
  margin-bottom: 5px !important;
}

.contact-right .mb-3 textarea {
  width: 100%;
}

.contact-right label {
  color: #000;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
}

.contact-right input:focus,
.contact-right textarea:focus {
  box-shadow: none;
}

.contact-right button {
  padding: 11px 30px 11px 30px;
  border-radius: 5px;
  gap: 10px;
  background: #3c83fb;
  height: 40px;
  line-height: 16px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  width: 40%;
}

.padding_50px {
  padding-left: 50px;
  padding-right: 50px;
}

.round_section {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.setion_three_new {
  margin: 60px 0 0;
}

.setion_three_new .three-section-right img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.setion_three_new .three-section-top {
  background: #f5f5f5;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0 30px;
  padding: 20px;
}

.second_paragraph {
  /* padding: 20px; */
  width: 100%;
  /* float: right; */
  font-size: 18px !important;
  border-radius: 30px 0;
  margin-bottom: 0;
}

.first_paragraph {
  /* background: #f5f5f5; */
  /* padding: 20px; */
  width: 100%;
  /* float: left; */
  font-size: 18px !important;
}

.time_line_section {
  width: 100%;
  height: auto;
  /* background-image: url('../images/how-we-do-it-copy.png'); */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.bg_img_influ {
  width: 90%;
}

.mySwiper111 {
  height: 100%;
}

.slider_sect {
  position: absolute;
  height: 85%;
  width: 100%;
  padding: 50px 0;
  z-index: 111;
  top: 90px;
}

.slider_sect .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider_box_time {
  width: 460px;
  text-align: center;
  margin-right: 120px;
}

.slider_box_time h3 {
  font-size: 30px;
  color: #c5c2c2;
  font-weight: 700;
}

.slider_box_time p {
  font-size: 16px;
  color: #c5c2c2;
  line-height: 18px;
  margin-bottom: 0;
}

.swiper-slide.swiper-slide-visible.swiper-slide-next .slider_box_time h3 {
  font-size: 62px;
  color: #3c83fb;
  font-weight: 700;
  margin-bottom: 0;
}

.swiper-slide.swiper-slide-visible.swiper-slide-next .slider_box_time p {
  font-size: 20px;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
}

/* .swiper-slide.swiper-slide-visible.swiper-slide-active .slider_box_time h3{
  font-size: 62px;
  color: #3c83fb;
  font-weight: 700;
  margin-bottom: 0;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active .slider_box_time p{
  font-size: 20px;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
} */
.backgroung_eight_setion {
  /* background-color: #f7f3f3; */
}

.influencers_banner {
  height: 100%;
  display: flex;
  align-items: center;
}

.influencers_banner h3 {
  font-family: Lato;
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.influencers_right_banner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.influencers_right_banner img {
  width: 165%;
  margin-left: 402px;
  margin-top: 30px;
  z-index: 1;
}

.setion_three_new_xpl {
  /* background-image: url('../images/back.png'); */
  background-size: cover;
  background-position: center;
  padding-top: 100px !important;
}

.setion_three_new_Xplore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.setion_three_new_Xplore h2 {
  font-weight: 700;
}

.setion_three_new_Xplore h2:nth-child(2) {
  font-size: 50px;
  color: #fff;
  position: relative;
}

.setion_three_new_Xplore h2 span {
  position: relative;
  z-index: 1;
}

.setion_three_new_Xplore h2.second_head::after {
  content: "";
  position: absolute;
  left: -133px;
  top: 0;
  background: #2a03b8;
  width: 100%;
  height: 100%;
  color: #fff;
}

.setion_three_new_Xplore p {
  font-size: 18px;
}

.setion_three_new_Xplore img {
  width: 70%;
}

.setion_three_new_Xplore_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.b-tab {
  display: none;
}

.b-tab.active {
  display: block;
}

.b-nav-tab {
  display: inline-block;
  padding: 5px 30px;
  border: none;
  background: #3c83ff;
  margin: 0 4px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #3c83fb;
  border-bottom: none;
  font-size: 16px;
}

.b-nav-tab.active {
  color: #3c83fb;
  background: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #3c83fb;
  border-bottom: none;
}

.tab_section_box {
  position: relative;
}

.tab_section_box ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #3c83fb;
}

.avoice_section {
  padding: 140px 50px;
  background: url("../images/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avoice_section_left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 65px;
  text-align: right;
  color: #fff;
  padding-left: 200px;
}

.avoice_section_left h2 {
  font-size: 50px;
  color: #fff;
}

.avoice_section_right {
  padding-left: 65px;
}

.avoice_section_right p {
  color: #fff;
  font-size: 20px;
}

.left_tab_section {
  padding-top: 15px;
}

.left_tab_section h2 {
  font-size: 38px;
  padding-bottom: 50px;
}

.contact-section ul {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
  flex-wrap: wrap;
}

.contact-section ul li {
  width: 100%;
}

.contact-section ul li button {
  width: 100%;
  padding: 5px 15px;
  outline: none;
  color: #5c6d8a;
  text-transform: uppercase;
  font-size: 16px;
  background-color: transparent;
  border: none;
  text-align: left;
  margin: 10px 0;
  transition: 0.8s;
}

.contact-section ul li:nth-child(1) button {
  /* border-radius: 8px 0 0 8px; */
}

.contact-section ul li:nth-child(2) button {
  /* border-radius: 0 8px 8px 0; */
}

.contact-section ul li button.active {
  border-left: 3px solid #3c83ff;
  outline: none;
  color: #3c83ff;
  font-weight: 700;
}

.contact-left ul.acc {
  flex-direction: column;
}

.contact-left ul.acc li {
  align-items: baseline;
  width: 100%;
  display: flex;
  padding: 20px 10px 20px 10px;
  background-color: ##eeeeee;
  border-radius: 8px;
}

.contact-left ul.acc li h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.contact-left ul.acc li h5 {
  margin-bottom: 0;
}

.contact-left ul.acc li p {
  font-size: 14px;
}

.contact-left ul.acc li p a {
  padding: 0;
  border: 0;
  margin: 0;
  display: inline;
}

.contact-section input,
.contact-section select {
  font-size: 16px;
}

.contact-section .form-control {
  padding: 0.3rem 0.75rem !important;
}

#contact,
#careers {
  /* border: 2px solid #3C83FF; */
  /* padding: 30px; */
  /* border-radius: 20px */
}

.fixed_stripe {
  background: #000;
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 111;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  /* gap: 10px; */
  opacity: 0;
  transition: 0.8s;
  /*  display: none;*/
}

.fixed_stripe.active {
  bottom: 0;
  opacity: 1;
}

.fixed_stripe .close_button {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.fixed_stripe p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.fixed_stripe button {
  border: none;
  outline: none;
  background: #3c83fb;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
}

.mobile_img {
  display: none;
}

.fixed_bg {
  width: 100%;
  height: 85vh;
  background-image: url("https://www.icubeswire.com/assets/images/home1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.fixed_cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: #00000073; */
  padding: 0 50px;
}

.fixed_cont p {
  font-size: 40px;
  text-align: left;
  color: #fff;
  width: 100%;
}

.pin-spacer {
  margin-bottom: 0 !important;
}
.section_eleven_homepage .last-shap{
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.section_eleven_homepage .last-shap img {
  width: 100%;
}
.section_eleven_homepage .d-none.d-lg-block{
  padding-right: 0 !important;
}
@media (min-width: 1440px) {
  .banner-left h1,
  .influencers_banner h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .main-banner h5 {
    font-size: 25px;
    padding-top: 20px;
  }

  .avoice_section {
    padding: 240px 50px;
  }

  .slider_box_time {
    width: 600px;
  }
}

@media (max-width: 1199px) {
  .banner-right img {
    height: 90%;
  }

  .circle,
  .circle::before,
  .circle::after {
    width: 320px;
    height: 320px;
  }

  .banner-left h1,
  .banner-left h1 span {
    font-size: 36px;
    line-height: 50px;
  }

  .main-banner h5 {
    font-size: 22px;
  }

  .second-section {
    padding: 20px 80px 20px 80px;
  }

  .padding_box {
    padding: 0 0 0;
  }

  .setion-three {
    padding: 60px;
    gap: 50px;
  }

  .four-section {
    padding: 60px 100px 60px 100px;
  }

  .setion-five .container {
    gap: 40px;
  }

  .section-six {
    padding: 60px 80px 60px 80px;
    gap: 10px;
  }

  .section-seven {
    padding: 60px 50px 50px 50px;
    gap: 45px;
  }

  .slider-section .slider-img {
    width: calc((90% - 20px) / 4);
  }

  .slider-section-one .swiper-pagination {
    top: 88.4% !important;
  }

  .section-eight {
    padding: 0px 100px 80px 100px;
    gap: 45px;
  }

  .section-nine {
    padding: 60px 0 100px 0;
    gap: 45px;
  }

  .section-nine .swiper_pagination {
    top: 84.4% !important;
  }

  .section-ten {
    padding: 60px 100px 0px 100px;
    gap: 10px;
  }

  .section-eleven {
    padding: 30px 100px 70px 100px;
    gap: 10px;
  }

  .featured-left-section {
    padding: 60px 20px 60px 60px;
  }

  .section-ten ul li img {
    width: 80%;
  }

  .process__item {
    padding: 15px 15px;
  }

  .three-section-top {
    width: 100%;
  }

  .five-section-top-two {
    width: 100% !important;
  }

  .tabs_btn {
    width: 1100px;
    margin-top: 25px;
  }

  .four-section-left {
    width: 80%;
    z-index: 1;
  }

  .four-section-left-two {
    width: 100%;
    padding-left: 20px;
  }

  .counter-section {
    padding: 60px 60px 60px 60px;
  }

  .padding_50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabs-section {
    overflow: hidden;
    overflow-x: scroll;
  }

  .main_banner {
    height: 75vh;
  }

  .shap1 {
    width: 100%;
  }

  .shap1 img {
    width: 100%;
  }

  .second_section_new {
    top: 60%;
    left: 55%;
  }

  .audience_listing {
    padding-top: 50px;
  }

  .audience_box .box_icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }

  .audience_box .box_icon svg {
    width: 23px;
  }

  .contact-section {
    padding: 60px 50px 60px 50px;
    gap: 10px;
  }

  .slider_box_time {
    margin-right: 80px;
  }

  .map_section h1{
    font-size: 95px;
  }
  .map_section{
    width: 40%;
  }
}

@media (max-width: 1050px) {
  .circle {
    left: -5px;
  }
}

@media (max-width: 991px) {
  .banner-right {
    /* display: none; */
  }

  .main_banner {
    height: 100% !important;
    padding-top: 80px;
  }

  .banner-right img {
    height: auto;
    position: relative;
    width: 100%;
  }

  .banner-left h1,
  .banner-left h1 span {
    font-size: 38px;
    line-height: 45px;
  }

  .second-section {
    padding: 50px 60px 50px 60px;
  }

  .second-section h2 {
    font-size: 30px;
  }

  .setion-three {
    padding: 50px;
  }

  .three-section-top {
    width: 100%;
  }

  .three-section-right {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .four-section {
    padding: 50px 50px 50px 50px;
  }

  .padding_50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .four-section-left {
    width: 100%;
  }

  .four-section-left-two {
    padding-left: 0;
  }

  .heading2 {
    font-size: 30px;
  }

  .padding_box {
    padding: 0 0 0;
  }

  .setion-five .container {
    gap: 25px;
  }

  .section-six {
    padding: 0 50px 40px 50px;
    gap: 10px;
  }

  .counter-section ul li h4 {
    font-size: 25px;
  }

  .counter-section ul li h5 {
    font-size: 16px;
  }

  .section-seven {
    padding: 50px 50px 50px 50px;
    gap: 30px;
    position: relative;
  }

  .slider-section-one .swiper-pagination {
    top: 88.4% !important;
  }

  .section-nine {
    padding: 50px 0 100px 0;
    gap: 45px;
  }

  .section-nine .swiper_pagination {
    top: 85.4% !important;
  }

  .section-ten {
    padding: 50px 50px 0px 50px;
    gap: 0;
  }

  .section-eleven {
    padding: 20px 50px 50px 50px;
    gap: 10px;
  }

  .last-shap {
    display: none;
  }

  .footer-right-menu {
    padding: 50px 0 0;
  }

  .shap {
    display: none;
  }

  .slider-section .slider-img {
    width: calc((90% - 20px) / 4);
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar {
    padding: 12px 20px 12px 20px !important;
  }

  .contact_btn {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .navbar-light .navbar-toggler {
    color: #000 !important;
    border: none !important;
    padding: 0 !important;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 4;
    width: 100%;
    left: 0;
    padding: 15px 20px 30px;
    border-radius: 0 0 10px 10px;
  }

  .navbar-light .navbar-toggler.active .navbar-toggler-icon {
    background-image: url("../images/close.png") !important;
  }

  .navbar-light .navbar-toggler.active .navbar-toggler-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .section-ten ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* .tabcontent.first .five-section-left h3 {
    display: none;
  } */

  .five-section-right h3 {
    display: block;
    font-family: Lato;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
    color: #001840;
    padding-bottom: 20px;
  }

  .tabcontent.first .order_1 {
    order: 1;
  }

  .tabcontent.first .order_2 {
    order: 2;
  }

  .tabs_btn {
    width: 1100px;
    margin-top: 0;
  }

  .tabcontent.first {
    gap: 50px;
  }

  .tabcontent.first .five-section-right {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .audience_listing {
    padding-top: 50px;
    padding: 30px 50px 0;
  }

  .five-section-left.pr-0 {
    padding-left: 0;
  }

  .contact-section {
    padding: 50px 20px 50px 20px;
    gap: 10px;
  }

  .contact-left img {
    width: 100%;
  }

  .contact-right {
    margin-top: 60px;
  }

  .influencers_right_banner img {
    width: 70%;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
  }

  .avoice_section_left {
    padding-left: 0;
    padding-right: 0;
  }

  .avoice_section_right p {
    text-align: center;
  }

  .slider_box_time {
    margin-right: 10px;
  }

  .swiper-slide.swiper-slide-visible.swiper-slide-next .slider_box_time h3 {
    font-size: 35px;
  }

  .banner_section_new {
    height: 100vh;
  }

  .featured-section {
    padding-bottom: 50px;
  }

  .featured-left-section {
    padding: 60px 40px 50px 40px;
  }

  .featured-left-section-two h3 {
    text-align: center;
  }

  .influencers_banner h3 {
    font-size: 38px;
    line-height: 45px;
  }

  .list_three {
    flex-wrap: wrap;
  }

  .list_three li {
    margin-bottom: 20px;
  }
  .map_section{
    width: 100%;
    position: relative;
    right: 0;
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .swiper-slide.swiper-slide-visible.swiper-slide-next .slider_box_time h3 {
    font-size: 24px;
  }

  .swiper-slide.swiper-slide-visible.swiper-slide-next .slider_box_time p {
    font-size: 16px;
  }

  .slider_box_time h3 {
    font-size: 20px;
  }

  .slider_sect {
    height: 90%;
    top: 65px;
  }

  .slider_box_time {
    margin-right: 0;
    width: 400px;
  }

  .tab_section_box {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
  }

  .tab_section_box ul {
    width: 800px;
  }

  .left_tab_section h2 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .footer-right-menu .row {
    justify-content: flex-start !important;
  }

  .banner-left h1,
  .banner-left h1 span {
    font-size: 25px;
    line-height: 40px;
  }

  .second-section h2 {
    font-size: 25px;
  }

  .heading2 {
    font-size: 25px;
    line-height: 40px;
  }

  .setion-three p {
    font-size: 20px;
    line-height: 30px;
  }

  .three-section-left ul li .list_details h5 {
    font-size: 22px;
  }

  .list_one {
    width: 100%;
    padding-bottom: 20px;
  }

  .list_three {
    gap: 22px;
    flex-wrap: wrap;
  }

  .four-section h6 {
    font-size: 20px;
  }

  .four-section-left {
    gap: 25px;
  }

  .list_one li h4 {
    font-size: 20px;
    line-height: 40px;
  }

  .five-section-left h3,
  .five-section-right h3 {
    font-size: 20px;
  }

  .five-section-left ul li .list_details h5 {
    font-size: 18px !important;
  }

  .myClientsSwiper .swiper-slide .client-box p {
    font-size: 18px;
    line-height: 30px;
  }

  .myClientsSwiper .swiper-slide .client-box {
    gap: 20px;
  }

  .five-section-left {
    position: relative;
    padding-right: 0;
  }

  .slider-section .slider-img {
    width: calc((90% - 20px) / 3);
  }

  .slider-section-one .swiper-pagination {
    top: 90.4% !important;
  }

  .section-ten ul {
    flex-wrap: wrap;
  }

  .section-ten ul li {
    width: 100%;
  }

  .featured-left-section h3 {
    font-size: 25px;
    line-height: 40px;
  }

  /*.featured-left-section {
    padding: 50px 20px 50px 20px;
  }*/
  .featured-left-section {
    padding: 50px 20px 20px 20px;
  }

  .process {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .shap1 {
    width: 100%;
    height: 100%;
  }

  .shap1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .influencers_banner h3 {
    font-size: 25px;
    line-height: 40px;
  }

  .influencers_right_banner img {
    width: 80%;
  }

  .left_tab_section h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .fixed_cont p {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .banner-left {
    padding-right: 0;
    padding-top: 0;
  }

  .main-banner ul {
    width: 100%;
    margin-top: 25px;
  }

  .second-section {
    padding: 50px 5px 50px 5px;
  }

  .second-section h2 {
    line-height: 40px;
  }

  .process__item {
    padding: 15px 0;
  }

  .setion-three p {
    font-size: 16px;
    line-height: 24px;
  }

  .three-section-left ul li .list_details h5 {
    font-size: 20px;
  }

  .three-section-left ul li .list_details p {
    font-size: 14px;
    line-height: 22px;
  }

  .three-section-left ul li .img_b {
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .three-section-left ul {
    padding-top: 20px;
    gap: 10px;
  }

  .three-section-right {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .map_section {
    position: relative;
    margin-top: 40px;
  }

  .second-section h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading2 {
    font-size: 20px;
    line-height: 30px;
  }

  .counter-section ul {
    justify-content: center;
    gap: 30px;
    flex-direction: column;
  }

  .counter-section {
    padding: 60px 0px 60px 0px;
  }

  .counter-section ul li h4 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .list_one {
    width: 100%;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .list_one li {
    width: 45%;
    padding-bottom: 30px;
  }

  .list_one li:last-child {
    padding-bottom: 0;
  }

  .list_one li h4 {
    font-size: 16px;
    line-height: 40px;
  }

  .list_one li h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .four-section h6 {
    font-size: 18px;
  }

  .list_three li div p {
    font-size: 16px;
  }

  .list_three li div img {
    width: 18px;
    height: auto;
    margin-top: 8px;
  }

  .list_three {
    gap: 0;
    flex-wrap: wrap;
  }

  .list_three li {
    padding-right: 24px;
  }

  .five-section-left h3,
  .five-section-right h3 {
    font-size: 18px;
  }

  .five-section-left ul li .list_details h5 {
    font-size: 15px !important;
  }

  .three-section-left ul li .img_b {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .five-section-left ul li.active {
    padding: 20px 0px 5px;
  }

  .setion-three {
    padding: 50px 20px;
  }

  .featured-left-section h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .featured-left-section p,
  .featured-left-section p a {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-right-menu {
    padding: 25px 0 0;
  }

  .footer-box.box-menu {
    gap: 10px;
    padding-bottom: 30px;
  }

  .footer-box.box-one {
    gap: 20px;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-box.box-one p {
    font-size: 14px;
  }

  .footer-box.box-menu ul li a {
    font-size: 14px;
  }

  .second-footer-section .container-fluid {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
  }

  .second-footer-section ul {
    gap: 24px;
    padding-left: 0;
    margin: 0;
    margin-bottom: 15px;
  }

  .second-footer-section p {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
  }

  .footer-right-menu .row .col-lg-3:last-child .footer-box.box-menu {
    padding-bottom: 0;
  }

  .second-footer-section {
    padding-top: 0;
  }

  .section-six,
  .section-seven {
    padding: 0 20px 40px 20px;
    gap: 10px;
  }

  .slider-section .slider-img {
    width: calc((90% - 1px) / 2);
  }

  .slider-section {
    padding-top: 20px;
  }

  .slider-section-one .swiper-pagination {
    top: 91.4% !important;
  }

  .section-six,
  .section-seven {
    padding: 0 20px 80px 20px;
    gap: 10px;
  }

  .section-eight {
    padding: 0px 100px 60px 100px;
    gap: 35px;
  }

  .padding_50px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-nine {
    padding: 50px 20px 90px 20px;
    gap: 30px;
  }

  .section-ten {
    padding: 50px 20px 0px 20px;
    gap: 0;
  }

  .second-footer-section ul li a img {
    width: 20px;
  }

  .logo img {
    width: 80%;
  }

  .demo_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_banner {
    height: 60vh;
  }

  .main_banner .banner-left-two p {
    font-size: 18px;
    line-height: 26px;
  }

  .second_section_new {
    top: 58%;
    left: 50%;
    /* transform: translate(0, 0%) rotate(90deg); */
    width: auto;
    height: 100%;
  }

  .second_section_new img {
    width: 160%;
    /* height: 34%; */
  }

  .second_section {
    padding-bottom: 110px;
  }

  .audience_listing {
    padding-top: 100px;
  }

  .audience_listing {
    padding: 0 10px;
  }

  .shap2_img {
    display: block !important;
  }

  .shap1_img {
    display: none;
  }

  .Union {
    display: none;
  }

  .Union1 {
    display: block !important;
  }

  .second_section_new img {
    width: auto;
    height: 87%;
  }

  .audience_listing {
    padding-top: 10px !important;
  }

  .four-section-left-two ul li {
    width: 100%;
  }

  .audience_box h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .desktop_img {
    display: none;
  }

  .mobile_img {
    display: block;
  }

  .influencers_right_banner img {
    width: 100%;
  }

  .influencers_banner h3 br {
    display: none;
  }

  .setion_three_new_Xplore h2.second_head::after {
    left: -10px;
  }

  .setion_three_new_Xplore h2:nth-child(2) {
    font-size: 22px;
  }

  .avoice_section_left {
    text-align: center;
  }

  .avoice_section_right {
    padding-left: 0;
  }

  .five-section-right-rich img {
    width: 100%;
    height: auto;
  }

  .main_banner_n {
    padding-top: 0px;
    height: 100vh;
  }

  .fixed_stripe div {
    width: 65%;
  }

  .fixed_stripe p {
    font-size: 14px;
  }

  .fixed_stripe img {
    max-height: 48px;
  }

  /* footer {
    padding-bottom: 180px;
  } */

  .contact-right button {
    width: 100%;
  }

  .mobile_slid {
    display: block !important;
  }

  .time_line_section {
    display: none;
  }

  .avoice_section_left h2 {
    font-size: 25px;
    color: #fff;
  }

  .avoice_section {
    padding: 50px 20px;
    background-color: #000;
    background-image: none;
  }

  .section-eleven {
    padding: 20px 20px 50px 20px;
  }

  .tabs-section {
    margin-top: 30px;
  }

  .three-section-right video {
    width: 100% !important;
  }
  .image-container{
    margin-top: 50px;
  }

}

@media (max-width: 425px) {
  .second_section {
    padding-bottom: 40px;
  }

  .audience_listing {
    padding-top: 60px;
  }

  .second_section_new img {
    width: auto;
    height: 86%;
  }

  .second_section_new {
    top: 62%;
    left: 50%;
  }
}

@media (max-width: 375px) {
  .logo img {
    width: 90%;
  }

  .navbar-light .navbar-brand {
    width: 170px;
  }

  .process__number {
    font-size: 60px;
  }

  .main_banner {
    height: 80vh;
  }
}

@media (max-width: 320px) {
  .logo img {
    width: 90%;
  }

  .navbar-light .navbar-brand {
    width: 170px;
  }
}

.frame {
  padding: 1rem;
  text-align: center;
  position: absolute;
  z-index: 1000;
  /* grid-area: 1 / 1 / 2 / 2; */
  align-self: start;
}

.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
}

.frame__links {
  display: inline;
}

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text);
  text-decoration: line-through;
  letter-spacing: 40px;
}

.frame__pagetitle {
  margin: 3rem 0 0 0;
}

.frame__pagetitle span {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
}

.frame__pagetitle span::before {
  content: "\2015   ";
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}

.content__title {
  font-family: forma-djr-display, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10000;
  font-size: 27vw;
  mix-blend-mode: var(--blendmode-title);
  -webkit-text-stroke: 2px var(--color-title);
  text-stroke: 2px var(--color-title);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  pointer-events: none;
}

.content__img {
  max-width: var(--img-maxwidth);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 10%;
  will-change: transform;
  filter: var(--filter-img);
  border-radius: 20px;
}

.content__img--full {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.get_in_touch{
  position: relative;
  padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  /* width: 100%;
  height: 100%;
  background: url('../images//world-map.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; */
}
.contact_img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact_img img{
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.four_section_contact{
  background-color: transparent;
}
.four_section_contact .list_one li h4{
  color: #000;
}
.four_section_contact .list_one li h5{
  margin-bottom: 25px;
}
@media screen and (min-width: 53em) {
  :root {
    font-size: 18px;
  }

  body {
    overflow: hidden;
  }

  .message {
    display: none;
  }

  .frame {
    position: absolute;
    text-align: left;
    z-index: 10000;
    top: 35px;
    left: 0;
    /* display: grid; */
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 2rem;
    /* pointer-events: none; */
  }

  .frame__pagetitle {
    grid-area: pagetitle;
    margin: 0;
  }

  .frame__title-wrap {
    grid-area: title;
    display: flex;
  }

  .frame__title {
    margin: 0;
    font-weight: normal;
  }

  .frame__links {
    padding: 0;
    margin: 0 0 0 3rem;
    justify-self: end;
  }

  .frame__demos {
    margin: 0 0 0 3rem;
  }

  .frame__github {
    grid-area: github;
    justify-self: end;
  }

  .frame a {
    pointer-events: auto;
  }

  .content {
    height: 106vh;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .frame {
    top: 75px;
  }
}
@media(max-width:600px){
  .get_in_touch {
    position: relative;
    padding-top: 10px;
    padding-bottom: 0;

}
.four_section_contact{
  padding-bottom: 0 !important;
}
.four_section_contact .four-section-left-two ul li {
  width: 45%;
}
.map_section h1{
  text-align: center;
}
}
