/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
/* Theme Color */
:root {
  --clr-primary: #858BBD;
  --clr-secondary: #F3FDFF;
  --clr-heading: #1E1E1E;
  --clr-black: #000000;
  --clr-white: #ffff;
  --clr-text: #808080;
  --clr-tertiary: #FFDE62;
  --clr-white-600: #fcfcfc;

  --ff-primary: "Albra Display", sans-serif;
  --ff-body: "Manrope", sans-serif;

  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-primary);
  --swiper-pagination-color: var(--clr-primary);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;
}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section {
  position: relative;
  z-index: 1;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-text);
  overflow: hidden;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--ff-body);
  color: var(--clr-text);
  font-weight: 400;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
  font-weight: 400;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}



.form-control:focus {
  box-shadow: inherit;
}

/* Utility Classes */
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  top: 0;
  left: 0;
}
.sravaa__img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.shubot__banner-cont h1 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;

}
.shubot__header-btn{margin-left: 25px;}
.shubot__banner{
  position: relative;
  padding: 190px 0 150px;
 background: linear-gradient(108deg, #020024 32%, #090979 79%, #000 100%);
  width: 100%;
}
.shubot__banner-cont h1 span {
  color: #fff; 
}
.shubot__banner-cont li{margin-right: 10px;}
.shubot__btn{
  display: inline-flex;
  background-color: #05dbfd;
  border: 1px solid #05dbfd;
  color: #000;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  min-height: 45px;
}
.shubot__btn.border{
  background: transparent;
  color: #fff;
}
.shubot__btn:hover{
  background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
  color: #fff; transition: all 0.3s ease-in-out;
}
.shubot__banner-cont p {
  font-size: 16px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 30px;
  align-items: center;
}
.shubot__banner::before{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 40%;
background: #020115;
content: '';
clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.shubot__marquee .marquee {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    display: block;
    transform-origin: 50% 100%;
    transition: transform 0.25s;
}

.shubot__marquee .marquee .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    color: white;
    font-size: 8rem;
    white-space: nowrap;
}

.shubot__marquee .marquee .inner > * {
    padding: 0 1rem;
}
.shubot__marquee{
   position: relative;
 background: #f6f3fe;
 z-index: 2;
}
.custom-pad{padding: 100px 0;}
.shubot__marquee::before{
 position:absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 50%;
 background: linear-gradient(108deg, #020024 32%, #090979 79%, #000);
 content: '';
}
.shubot__marquee li{
  font-size: 19px;
  color: #000;
  font-weight: 600;
  display: inline-flex !important;
  gap: 12px;
  display: flex;
  width: fit-content;
  align-items: center;
}
    .marquee-container {
      display: inline-flex;
      flex-direction: column;
      width: 100%;
    }

    .marquee-track {
      display: flex;
      gap: 25px;
      width: 100%;
   
    }

    .marquee-left {
      animation: marquee-left 30s linear infinite;
      
    }

    .marquee-right {
      animation: marquee-right 30s linear infinite;
    }

    .scroll-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-right: 30px;
      min-width: 200px;
      text-align: center;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .scroll-card img {
      width: 100%;
      border-radius: 8px;
    }

    .scroll-card:hover {
      transform: scale(1.1);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    @keyframes marquee-left {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(100%);
      }
    }

    @keyframes marquee-right {
      0% {
        transform: translateX(100%);
      }
       
      100% {
        transform: translateX(-100%);
      }
    }
.shubot__marquee-1{
  padding: 15px 0;
  background: #05dbfd;
   transform: rotate(-3deg);
   overflow: hidden;
}
.shubot__marquee-2{
  padding: 15px 0;
 background: #06054f;
 transform: rotate(-3deg);
 overflow: hidden;
}
    /* .marquee-container:hover .marquee-left,
    .marquee-container:hover .marquee-right {
      animation-play-state: paused;
    } */
.shubot__marquee-2 li{color: #fff;}
.shubot__marquee-2 li img{filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7466%) hue-rotate(54deg) brightness(128%) contrast(98%);}

.shubot__header-nav{
  display: flex;
   flex-wrap: wrap;
   width: 100%;
   justify-content: space-between;
}
.shubot__header-nav .navbar-brand{
  width: 120px;
}
.shubot__header.fixed-top{
      background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
}
.shubot__header{
  position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 99;
 padding: 15px 0;
}
.shubot__header-nav .navbar-nav{
  justify-content: end;
  gap: 10px;
}
.shubot__header-nav .navbar-nav .nav-link{
    font-family: var(--ff-primary);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.shubot__about{
  position: relative;
  width: 100%;
  background: #f6f3fe;
}

   .circle {
      position: relative;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: conic-gradient(#4caf50 calc(var(--percent) * 1%), #ddd 0);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      font-weight: bold;
      color: #333;
    }

    .circle::after {
      content: attr(data-percent) '%';
      position: absolute;
    }
    .circle {
      --value: 0; /* dynamic value */
      --color: #05dbfd; /* default color */
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: conic-gradient(var(--color) calc(var(--value) * 0.5%), #ddd 0);
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .circle::before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #f4f4f4; /* inner background to create border effect */
    }

    .circle span {
      position: absolute;
      font-size: 22px;
      font-weight: 600;
      color: #000;
    }
.shubot__about-img{
  position: relative;
  width: 100%;
}
.shubot__about-img img{margin: 0 auto;   }
.shubot__about-img1{
    position: absolute;
    top: 34%;
    left: 21%;
     -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.shubot__about-img2{
    position: absolute;
    top: 34%;
    right: 0%;
     -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.shubot__about-img3{
    position: absolute;
   bottom: 0;
    left: 2%;
     -webkit-animation: mover 2s infinite  alternate;
    animation: mover2 2s infinite  alternate;
}
@keyframes mover {
  
      0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
   
}
.shubot__about-cont{
  position: relative;
  padding-left: 20px;
  width: 100%;
}
.shubot__hedding h6{
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
      font-weight: 500;
    color: #fff;
 text-transform: uppercase;
 border-radius: 30px;
background: linear-gradient(108deg, #020024 32%, #090979 79%, #000 100%);
 width: fit-content;
 display: block;
 margin-bottom: 15px;
}
.shubot__hedding h2{
  font-size: 48px;
  font-weight: 700;
  color:#06054f ;
  text-transform: capitalize;
  line-height: 56px;
  margin-bottom: 20px;
}
.shubot__about-cont-wrap{
  display: flex;
  width: 100%;
  margin: 25px 0;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.shubot__about-box{width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shubot__about-box p{flex: 1; padding-left: 10px; font-size: 22px;
  font-weight: 700;
  color:#06054f ;}
  .shubot__project-wrap{display: flex; gap: 20px;margin-top: 25px;}
  
.shubot__project-box{
 
    background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
    width: calc(2 * calc(1 / 5 * 100%));
    padding: 0 8px;
    position: relative;
    transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    border-radius: 10px;
    height: 400px;
    overflow: hidden;
}
.shubot__project-box span{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color:  #020024;
  position: relative;
  z-index: 99;
}
.shubot__project-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.shubot__project-img img{width: 100%;}
.shubot__project-box.active .shubot__project-img{display: block;}
.shubot__project-box h5{
display: flex;
    gap: 10px;
    align-items: center;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    writing-mode: sideways-lr;
    transform: unset;
    text-transform: capitalize;
    position: absolute;
    left: 40%;
    bottom: 11px;
}
   .shubot__project-box.active {
        width: calc(10 * calc(1/10 * 100%));
        transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    }
 .shubot__project-box-cont{
  display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    justify-content: end;
    opacity: 0;

 } 
 .shubot__project-box.active h5{display: none;}
  .shubot__project-box-cont span{margin-bottom: 20px;}
    .shubot__project-box.active .shubot__project-box-cont{opacity: 1;}
  .shubot__project-box-cont h6{
   font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
  } 
  .shubot__project-box-cont a{
   position: relative;
   z-index: 99;
    color: #fff; font-size: 18px;
    width: fit-content;
    margin-top: 12px;
  }

   .shubot__project-box-cont p{
   position: relative;
   z-index: 99;
    color: #fff; }
.shubot__choose{
  position: relative;
  width: 100%;
  background: #f6f3fe;
}
.shubot__choose .shubot__content {margin-bottom: 30px;}
.shubot__choose h6{margin:  0 auto 15px;}
.shubot__choose-box h4{
   font-size: 24px;
    color: #020024;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.shubot__choose-box{
  position: relative;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
border: 1px solid #05dbfd;
height: 100%;
overflow: hidden;
}
.shubot__choose-icon{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shubot__choose-icon img{width: 40px;}

.shubot__choose-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
}
.shubot__choose-img img{margin: 0 auto;}
.shubot__cta{
  position: relative;
  width: 100%;
}
.shubot__cta-bg img{
  width: 100%;
    border-radius: 15px 15px 0 0;
}

.shubot__cta-wrap{
  position: relative;
  width: 100%;
}
.shubot__cta-wrap-box{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
  border-radius: 0 0 15px 15px ;
  padding: 30px 40px;
  justify-content: center;
}
.counter__box h3{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.counter__box{width: 25%;text-align: center;border-left: 1px solid #fff;}
.counter__box p{color: #fff;}
.counter__box:first-child{border-left: inherit;}

.round-text {
  position: absolute;
    /* z-index: -1; */
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
    padding: 10px;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    top: -43%;
    right: 0;

}

.brand-wrap,
.home-section {
    position: relative;
    display: flex;
}

.round-text svg {
    width: 125px;
    height: 125px;
    -webkit-animation: 9s ease-out infinite spin;
    animation: 9s ease-out infinite spin;
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
.shubot__email-marquee{transform: inherit;background: #05dbfd;}

.shubot__marquee.email-marquee::before{display: none;}

.shubot__contact{
    position: relative;
    width: 100%;
}
.shubot__contact-left{
    position: relative;
}
.shubot__contact-left .shubot__hedding-content{
    width: 70%;
    margin-bottom: 50px;
}
.shubot__contact-left ul{
    border-top: 1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 0 25px;
}
.shubot__contact-left ul li{
 padding: 30px 0;
 width: 46%;
}
.shubot__contact-left ul li h6{
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    width: fit-content;
    line-height: 24px;
    border-bottom: 1px solid #1C1C1C;
    margin-bottom: 10px;
}
.shubot__contact-left ul li a{
    font-size: 16px;
   line-height: 20px;
   color: #454545;
   margin-bottom: 10px;
   display: block;
}

.shubot__contact-left ul li:last-child{
    width: 100%;
     border-top: 1px solid #D9D9D9;
     display: block;
     padding-bottom: 0;
}
.shubot__contact-form{
    position: relative;
    width: 90%;
    box-shadow: 0px 4px 7.9px 0px #00000021;

  border-radius: 15px;
  padding: 30px;
  margin-left: auto;
  background: linear-gradient(to bottom, #020024 45%, #090979 100%, #000 100%);
    background-size: cover
}
.shubot__contact-form  label{
     font-size: 14px;
   color: #fff;
   margin-bottom: 8px;
}
.shubot__contact-form .form-group {
    margin-bottom: 15px;
}
.shubot__contact-form .form-control:focus{box-shadow: inherit;}
.shubot__contact-form .form-control{
    background: #393E41;
    backdrop-filter: blur(70px);
    border-radius: 10px;
    border: none;
   
    padding: 10px;
    color: #fff;
    font-size: 14px;
    height: 52px;
    outline: none;
}
.shubot__contact-form textarea.form-control{height: 140px;resize: none;}
.shubot__contact-form .custom-button{margin-bottom: 20px; cursor: pointer; background: none;}
.shubot__contact-form .custom-button input{
    height: 52px;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
 
}

.shubot__features{
  position: relative;
  width: 100%;
}
.shubot__features h6{margin: 0 auto 20px;}
.shubot__features-wrap{
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.shubot__features-img{
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.shubot__features-img img{
  width: 100%;
}
.shubot__features-wrap ul{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
gap: 20px;

}
.shubot__features-wrap ul li{
  width: 40%;
  padding: 0 130px 0 0;
  text-align: right;
}
.shubot__features-wrap ul li:nth-child(even){
  padding: 0 0 0 130px;
  text-align: left;
}
.shubot__features-wrap ul li h4{
    font-size: 24px;
    color: #020024;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.shubot__footer{
  position: relative;
  width: 100%;
  background: linear-gradient(108deg, #020024 32%, #090979 79%, #000 100%);
 }
 .shubot__footer-left{
   position: relative;
   width: 100%;
 }
 .shubot__footer-logo{
   width: 200px;
   margin-bottom: 20px;
 }
 .shubot__footer-left p{color: #fff;}
 
 .footer__social-icon{
   position: relative;
   width: 100%;
   margin-top: 20px;
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
 }
 .footer__social-icon li a{
   width: 50px;
   height: 50px;
   border-radius: 5px;
   border: 1px solid #fff;
   color: #fff;
   font-size: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .shubot__footer-left{
  padding-right: 35px;
 }
 .shubot__footer-box h4{
  font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    width: fit-content;
  border-bottom: 2px solid #fff ;
  padding-bottom: 10px;
 }
 .shubot__footer-manu{column-count: 2;}
 .shubot__footer-manu li{
   margin-bottom: 10px;
 }
 .shubot__footer-manu li a{
   font-size: 16px;
     color: #fff;
     font-weight: 400;
     line-height: 22px;
 }
.shubot__footer-contact p{
  display: flex; gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;

}
.shubot__footer-contact li{margin-bottom: 12px;}

.shubot__footer-contact a{
  display: flex; gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;

}
.shubot__footer-box form{
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.shubot__footer-box .form-control{
  position: relative;
  width: 100%;
  height: 55px;
  padding: 10px 110px 10px 10px;
}
.shubot__footer-box .shubot__btn{
  position: absolute;
    right: 5px;
    top: 6px;
}

.shubot__footer-bottom{
  position: relative;
  width: 100%;
  background: #0090a7;
  padding: 30px 0;
}
.shubot__footer-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shubot__footer-wrap p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.shubot__footer-wrap p a{
  font-weight: 600;
  color: #fff;
}
.shubot__footer-wrap ul{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.shubot__footer-wrap ul li{
  padding-left: 15px;
  border-left: 1px solid #fff;
}
.shubot__footer-wrap ul li:first-child{
  padding-left:0;
  border: none;
}
.shubot__footer-wrap ul li a{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.shubot__footer-box .wpcf7-spinner{
  position: absolute;
}

.shubot__modal h5{
  font-size: 24px;
  color: #06054f;
  font-weight: 700;
  margin-bottom: 10px;
}
.shubot__modal .modal-img{width: 100%;}
.shubot__modal .modal-img img{width: 100%;}