@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* country list in contact form  */
.intl-tel-input,
.iti {
  width: 100%;
}

.iti__country-list {
  color: black !important;
  background-color: white !important;
 
}
.iti__selected-flag{
   border-radius: 10px;
   background-color: white !important;
   
}

/* end - country list in contact form  */



.sec-width {
  max-width: 87.5rem;
}

.sec-width-lg {
  max-width: 100rem;
}

.ft-rob {
  font-family: "Roboto" !important;
  font-weight: 400;
}

.ft-vit-t {
  font-family: "Be Vietnam " !important;
  font-weight: 400;
}

.ft-vit,
body {
  font-family: "Be Vietnam Pro" !important;
  font-weight: 400;
}

@layer utilities {
  .gradient-border {
    box-shadow: 0 2px 10px 6px rgba(22, 24, 26, 0.12);
    background: linear-gradient(195deg, rgba(230, 31, 74, 0.7), rgba(56, 0, 160, 0.35));
  }

  .gradient-border-rb div {
    background: linear-gradient(150deg,
        rgba(255, 0, 0, 0.05),
        rgba(0, 0, 255, 0.05));
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .gradient-border-rb {
    background:
      linear-gradient(65deg, rgba(230, 31, 74, 0.35), rgba(56, 0, 160, 0.35)),
      linear-gradient(65deg, rgba(230, 31, 74, 0.35), rgba(56, 0, 160, 0.35));
    background-repeat: no-repeat, no-repeat;
    background-size: 95% 10px, 10px 95%;
    background-position: bottom right;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
  }
}

.footer li {
  font-family: "Roboto" !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.4;
  margin-bottom: 8px;
}

.footer label {
  color: white !important;
  opacity: 1 !important;
}

/* section 2 styles  */
.side-design {
  background-image: url('./../img/design_01.svg');
}


/* logo scroll  */
@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

#logo-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* Cloned logos styling */
#logo-track li {
  flex-shrink: 0;
}

#logo-track img {
  height: 30px;
  width: auto;
}

.icon-label {
  font-family: "Roboto" !important;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
}

/* Custom flicker keyframes */
@keyframes flicker {
  0%,
  100% {
    opacity: 1;
  }

  45% {
    opacity: 0.6;
  }

  55% {
    opacity: 1;
  }

  65% {
    opacity: 0.7;
  }

  75% {
    opacity: 1;
  }

  85% {
    opacity: 0.8;
  }
}

.prevBtn:hover,
.nextBtn:hover {
  background: linear-gradient(90deg, #3800A0, #720C7D, #E61F4A);
}

.flicker {
  animation: flicker 3s infinite ease-in-out;
}

.img-zoom img {
  transition: transform .5s, filter 1.5s ease-in-out;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.logo-gray {
  filter: grayscale(100%);
}

.logo-gray:hover {
  filter: grayscale(0);
}

.icon-placeholder {
  padding: 10px 20px;
  border-radius: 30px;
  background: #e0e0e0;
  box-shadow: 15px 15px 30px #bebebe,
    -15px -15px 30px #ffffff;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
}

/* video outlet  */
.hexagon {
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
}

.active-step {
  background-color: #720C7D;
  color: white;
}

.progress-line {
  position: absolute;
  top: 8%;
  left: 35px;
  width: 4px;
  background-color: #d1d5db;
}

.progress-bar {
  transition: height 0.3s ease-in-out;
}

.progress-line-fill {
  position: absolute;
  left: 35px;
  width: 4px;
  background-color: #720C7D;
  height: 0;
  transition: height 0.3s ease-in-out;
}

.mybg-grad {
  background-image: linear-gradient(150deg, #3800A0, #720C7D, #E61F4A);
}

@media (min-width: 768px) {
  #logo-track img {
    height: 40px;
  }
  .vid-text{
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 1024px) {
 .vid-text{
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .bg-black .sec-width {
    width: 94%;
    margin: 0 auto;
  }
 .sec-width {
    width: 95%;
    margin: 0 auto;
  }
}


@media screen and (max-width: 992px) {
  .sec-width {
    width: 95%;
    margin: 0 auto;
  }

  .services .sec-width {
    width: 94%;
    margin: 20px auto;
  }
  .feature .sec-width {
    width: 95%;
    margin: 20px auto;
  }

  .techstack .sec-width {
    width: 95%;
    margin: 0 auto;
  }

  .step-key .sec-width {
    width: 96%;
  }

  nav .sec-width {
    width: 100%;
    margin: 0 auto;
  }

  .bg-black .sec-width {
    width: 92%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }

  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }

  .marquee:before,
  .marquee:after {
    width: 5rem;
  }

  .sec-width {
    width: 92%;
    margin: 0 auto;
  }

  .video-test .sec-width {
    width: 92%;
  }
  .services .sec-width {
    width: 92%;
    margin: 20px auto;
  }
    .feature .sec-width {
    width: 92%;
    margin: 20px auto;
  }
  .icon-label {
  font-size: 11px;
  line-height: 20px;
}
}

@media screen and (max-width:768px) {
   .vid-text{
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width:640px) {
  .vid-text{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .footer li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width:560px) {
  .vid-text{
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width:414px) {
  
  .vid-text{
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 13px;
  }
 
}


