* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;

  font-family: 'Lato', sans-serif;
}

body {
  margin: 0px !important;
}

.search-sec {
  width: 355px;
  height: 35px;
  border: 1px solid rgb(143, 142, 142);
  /* background: purple; */
  border-radius: 21px;
  padding: 0px 10px;
  margin-top: 8px;
}
.dropdown-menu {
  z-index:11111!important;
}
.design-link {
  padding: 5px 0px;
}
.dropdown-icon {
  height: 70px;
}
.design-link a {
  color: black;
  padding: 1px 0px 0px 0px;
}

.design-link :hover {
  color: rgb(230, 40, 173);
}

.fa-search:hover {
  color: rgb(235, 22, 153);
}

.design-sec {
  padding: 2px 0px 0px 0px;
}

.search-box {
  border: none;
  background: transparent;
  padding: 0px 0px 3px 20px;
}

.search-box:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.request-call ul li a {
  text-decoration: none;
  color: black;
}

.nav-sec {
    height:84px;
  position: fixed;
  z-index: 200;
  width: 100%;
  margin-top: -10px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
}

.btn-join-now {
  border-radius: 22px !important;
  color: white !important;
  font-size: 13px;
}

.razor-logo {
  width: 64px;
  /*height:56px;*/
}
#hero {
  width: 100%;
  height: 90vh;
  background: #37517e;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
    .razor-logo{
        width:64px;
        /*height:56px;*/
    }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
    .razor-logo{
        width: 64px;
    }
    .nav-sec{
        height:80px !important;
    }
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
   #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#heroText{
       font-size: 26px;
}
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}




.slider-company-container {
  overflow: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
 
}
.slider-company {
  white-space: nowrap;
  animation: slide 30s linear infinite;
  /*padding: 10px 60px 10px 42px;*/
}

@keyframes slide {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}
/* .hero-image {
  background-image: url("../images/smart-india.png");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 200px;
}

.hero-sec-head {
  text-align: center;
  margin: auto;
  font-size: 4rem;
  color: white;
  z-index: 4;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 3px;

}


.sec-icon {
  text-decoration: none !important;

} */

.card {
  border: none;
}

.circle {
  background-color: #13F5B9;
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50%;
}

.circle-pink {
  background-color: #F62D71;
}

.square-blue {
  background-color: #13F5B9;
  height: 40px;
  width: 40px;

}

.square-pink {
  background: #F62D71;
  height: 40px;
  width: 40px;
}

.icon-set {
  font-size: 22px;
  color: white;
  margin-top: 10px;
  padding: 0px 0px 0px 12px;
}

.fa-line-chart {
  font-weight: 800;
  color: white;
  padding: 0px 0px 0px 12px;
  margin-top: 14px;
  font-size: 20px;
}

.hero-btn {
  padding: 12px 20px;
  font-size: 18px;
}

.card-img {
  border-radius: 18px;
}

.card-text {
  font-size: 16px;
  line-height: 22px;
}

.phone-response {
  width: 100% !important;

}

.iti {
  width: 100% !important;
}

.small-char {
  font-size: 10px;
  margin-top: 5px;
}

.form-sec {
  background-color: #1a1e22;
}

.form-field {
  background: transparent !important;
  color: white !important;

}
    .poligon {
      background: #000;
      clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
      height: 50vh;
      /* width: 40vw; */
    }
    .poligon p {
      color: #fff;
      padding: 0px 175px 0px 30px;
      line-height: 30px;
      font-size: larger;
       letter-spacing: 1px;
    }
    .poligon h5{
           letter-spacing: 2px;
           padding-top:85px!important;
    }

.footer-email:hover{
    color:#13b813 !important;
    }
    
 .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

 .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

 .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

 .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
.footer-cont {
  background: #f5f5f5;
}

.custom-icon {
  font-size: 42px;
  color: #626C78;
  margin: 10px;
  /* padding: 20px; */
}

.custom-icon:hover {
  color: rgba(243, 43, 186, 0.992);
}

.footer-links {
  list-style: none;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 24px;
  padding: 0px;
}

.footer-lists {
  text-decoration: none;
  color: gray;
}

.footer-lists:hover {
  color: rgba(243, 43, 186, 0.992);
  text-decoration: none;
}

.text-current {
  text-decoration: none !important;
  color: gray;
}

.text-current:hover {
  color: rgba(243, 43, 186, 0.992);
}

.sec-plans {
  background-color: #f5f5f5;
}

.plan-card {
  border-radius: 20px;
}

.aford-color {
  color: rgb(50, 62, 238);
  word-spacing: 5px;
}

.budget {
  font-size: 2rem;
  font-weight: 700;
}

.budget-para {
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 1px;
}

.btn-large {
  font-size: 15px;
  color: white;
  padding: 4px 31px 9px 31px;
  border-radius: 21px;
}

.join-cont {
  /* font-size: 4rem;
  font-weight: bolder; */
  font-family: "playfair";
  font-weight: 900;
  font-size: 52px;
}

.join-cont span {
  color: rgb(50, 62, 238);
}


/***************** About Page Start here  ************************/
.top-dark {
  height: 75vh;
  width: 100%;
  background-color: #1F2830;
  transform-origin: top left;
  transform: skewY(-5deg);

}

.top-sec-containt {
  z-index: 22;
  margin-top: -18rem;
}

.about-hero-img {
  border-radius: 30px;
  /*height: 75%;*/
  text-align: center;
  padding:7px;
}

.line-blue {
  height: 3px;
  width: 6rem;
  background-color: #00d4ff;
}

.image-border-radius {
  border-radius: 20px;
}

.background-gray {
  background-color: #3790e9;
  height: 330px;
}

.gap-content {
  margin-top: 150px !important;
}

.sec-gap {
  margin-top: 50px;
  margin-bottom: 50px !important;
}

.medium-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
}

.small-circle {
  /* height: 8rem;
  width: 8rem; */
  border-radius: 50%;
  outline: none;
  text-align: center;
  margin: auto;

}

.img-circle {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
}

.gap-content-80 {
  padding-top: 80px;
}

/****************************** Contact Page ****************************************************/
.card-services {
  border: 1px solid gray;
}

.card-services:hover {
  background-color: #0b031a !important;
}
.textarea{
  height: 93px;
}
.textarea.form-control{
  height: 90px !important;
}
/********************************* digital market **********************************************/

.hero-image-market {
  background: linear-gradient(0deg, rgba(14, 11, 13, 0.3), rgba(17, 5, 12, 0.3)), url("../images/office22.png");
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 200px;
  font-family: 'Caprasimo';
}

.market-sec-head {
  font-family: 'Caprasimo';
  color: #fefa09;
  font-size: 58px;
  line-height: 75px;

}

.market-sec-cont {
  font-size: 58px;
  line-height: 75px;
  font-family: 'sans-sarif';
  font-weight: bolder;
}

.circle-black {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: black !important;
  z-index: 222;
  margin-top: -15px;
}

.bg-yellow {
  background: #ffea11;
}
.bg-blue{
  background: #37517e;
}

.yellow-icon {
  height: 40px;
  width: 40px;
  background-color: #ffea11;
  border-radius: 8px;

}

.fa-check {
  font-size: 20px;
  margin-top: 11px;
  font-weight: lighter !important;
}

.background-review {
  /* background: #90B52A; */
  background: #7bb315;
}

.icon-set:hover {
  transform: translateY(-20px);
  transition: transform 0.3s;
}

/********************************* wordpress page start here********************************/
.card-wordpress {
  border: 1px solid #626C78;
  color: #000;
}

.redial-color {
  /* background: radial-gradient(to right, blue ,pink); */
  background: linear-gradient(to right, #fcfcfc, pink)
}

.fa-desktop {
  font-size: 40px;
}

.icon-size {
  font-size: 40px;
}

/***********************************************Code Page **************************************/
.fa-code {
  font-size: 200px;
  font-weight: 900;
}

.top-green {
  height: 75vh;
  width: 100%;
  /* background-color:#1F2830; */
  background: #E3F2FF;
  /* transform-origin: top left;
  transform: skewY(-5deg); */

}

.bottom-green {
  height: 200px;
  width: 100%;
  background: #E3F2FF;
  transform-origin: top right;
  transform: skewY(2deg);
}

.heading-text {
  margin-top: 8rem;
}

.tech-used {
  z-index: 54;
  font-weight: 900;
  position: sticky;
  margin-top: -9rem;
  margin-bottom: 5rem;
}

@keyframes rotate-around-point {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Apply the animation to the image */
.image-container {
  width: 500px;
  height: 500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 3rem;
}

.image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  animation: rotate-around-point 20s linear infinite;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');*/
.card-background-color {
  background: linear-gradient(301deg, #ebd691, #ffffff),
    linear-gradient(rgba(236, 255, 162, 0.95), rgba(255, 252, 81, 0.95)),
    linear-gradient(121deg, #bdc2bf, #ff18f3) !important;
}

.background-image {
  background:
    linear-gradient(301deg, rgba(44, 34, 150, 0), #7b2297),
    linear-gradient(rgba(0, 82, 154, .95), rgba(0, 82, 154, .95)),
    linear-gradient(121deg, #3fcc6f, #3fcc6f),
    linear-gradient(238deg, rgba(173, 32, 142, 0), #ad208e),
    linear-gradient(42deg, rgba(0, 190, 213, 0), rgba(0, 190, 213, .85) 85%, rgba(0, 190, 213, .87) 87%, #00bed5),
    linear-gradient(126deg, rgba(0, 190, 213, 0), #00bed5),
    linear-gradient(#594099, #594099);

}
/*********** slider start here ************************ */

.card-slider {
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin-top: 20vh;
  /* background:linear-gradient(to left top, #031A9A, #8B53FF) ; */
  background:
      linear-gradient(301deg, rgba(44, 34, 150, 0), #7b2297),
      linear-gradient(rgba(0, 82, 154, .95), rgba(0, 82, 154, .95)),
      linear-gradient(121deg, #3fcc6f, #3fcc6f),
      linear-gradient(238deg, rgba(173, 32, 142, 0), #ad208e),
      linear-gradient(42deg, rgba(0, 190, 213, 0), rgba(0, 190, 213, .85) 85%, rgba(0, 190, 213, .87) 87%, #00bed5),
      linear-gradient(126deg, rgba(0, 190, 213, 0), #00bed5),
      linear-gradient(#594099, #594099);
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
  z-index: 22;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  /* height: 342px; */
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  background: #8B53FF;
  /* height: 148px;
width: 148px; */
  /* border-radius: 50%; */
}

.card .img img {
  /* width: 140px;
height: 140px; */
  width: 100%;
  /* border-radius: 50%; */
  object-fit: cover;
  border: 4px solid #fff;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

.bottom-color-sec {
  height: 75vh;
  width: 100%;
  padding-top: 5rem;
  /* background-color: #e057e0; */
  background:  linear-gradient(301deg, #E3F2FF, rgba(44, 34, 150, 0) );
  transform-origin: bottom right;
   /* transform-origin: bottom right; */
  transform: skewY(2 deg); 

}

@media screen and (max-width: 900px) {
  .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
  }
  .poligon p{
      padding: 0px 70px 0px 30px;
  }
   .partner-company-logo{
      width:50% !important;
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
      grid-auto-columns: 100%;
  }
  .poligon p{
      padding: 0px 70px 0px 30px;
  }
  .dropdown-item :hover{
      background:#d1d1d1;
  }
  .partner-company-logo{
      width:50% !important;
  }
}

/***************** slider end here */


@media (max-width:1050px) {
  .search-sec {
    width: auto;
  }

  .join-cont {
    font-size: 30px;
  }

  /* .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  } */
}

@media (max-width:576px) {
  .search-box {
    max-width: 200px;
  }
}

@media (max-width:768px) {
  .custom-icon {
    font-size: 28px;
  }

  .hero-sec-head {
    font-size: 2rem;
    font-weight: 500;
  }

  .join-cont {
    font-size: 30px;
  }

  .top-sec-containt {
    z-index: 22;
    margin-top: -22rem;
  }

  .img-circle {
    height: 15rem;
    width: 15rem;
  }

  .gap-content {
    margin-top: 0px !important;
  }

  .gap-content-mob {
    margin-top: 150px;
  }

  .gap-content-80 {
    padding-top: 0px;
  }

  .market-sec-cont {
    font-size: 38px !important;
    line-height: 65px;
  }

  .icon-set {
    height: 180px;
  }

  .fa-code {
    padding-top: 130px;
  }

  .top-green {

    height: 57vh;
  }

  .top-dark {
    height: 65vh;
  }

  .image-container {
    width: 350px;
    height: 350px;
  }
  .bottom-color-sec {
    padding-top: 0rem;
    height: 100%;
    width: 100%;
  }


}