* {
  margin: 0;
  padding: 0;
}

:root {
  --body-font-family: "Montserrat", sans-serif;
  --white-color: '#fff';
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
 
}

body svg {
  display: block;
  margin: 0 auto;
  width: 300px;
}

body #megaphone {
  opacity: 1;
}

body .cls-1 {
  fill: none;
  stroke: #28353d;
  opacity: 0;
}

/* .questrial-regular {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
   */
/*---------------------------------------
  Banner Section        
-----------------------------------------*/
#Services,#service-icon,#values,#Career,#About_Us,#Contact_Us,#Introductory{
  color: #44576d !important;
}
.part-two{
  color: #44576d !important;
}

.banner {
  /* background-image: url(/img-bg/home.jpg); */
  /* overflow-x: hidden; */
  background-color: #ffffff;
  color: #fff;
  background-size: cover;
  /* background-position: center; */
  height: 100vh;
  display: flex;
  /* flex-wrap: wrap-reverse; */

  /* align-items: center; */
  /* justify-content: center; */
  /* text-align: right; */
}

#home {
  /* background-color: #dfebf7; */
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.176) 10%,
      #dfebf7 70%);
}


/* .banner .container h1 {
    color: #dfebf7;
  } */

.banner .word-change p {
  color: #dfebf7;
  /* text-align: center; */
  font-weight: bold;
  /* text-shadow: 5px 10px 20px rgb(0, 0, 0); */
}
.banner h2{
  color: #28353d !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
  }
.banner h4{
color: #28353d !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
}

.banner h1 {
  /* margin-top: 80px; */
  /* margin-left: -345px; */
  /* color: #28353d !important; */
  /* padding: 20px; */
  /* text-shadow: 1px 1px 3px rgb(0, 0, 0); */
  /* animation-name: example;
    animation-duration: 2s;
    animation-timing-function: linear; */
}

.banner h2 {
  /* margin-left: 20px; */
  /* margin-top: 140px; */
  /* color: #28353d !important; */
  /* padding: 20px; */
  /* text-shadow: 1px 2px 3px rgb(0, 0, 0); */
  /* animation-name: example; */
}

/* svg comp */

/* #Layer_1 {
    display: block;    //second home animation
    margin: 0 auto;
  } */

.first-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}



/* .slide-left {
  position: absolute;
  left: 80%;
 
  top: 50%;
  transform: translateY(-50%);
  animation: slideLeft 2s forwards;
}

.slide-right {
  position: absolute;
  right: 80%;
 
  top: 50%;
  transform: translateY(-50%);
  animation: slideRight 2s forwards;
}

@keyframes slideLeft {
  0% {
    left: 0%;
    transform: scale(0.2);
  }

  100% {
    left: 45%;
   
    transform: scale(1);
  }
}

@keyframes slideRight {
  0% {
    right: 0%;
    transform: scale(0.2);
  }

  100% {
    right: 45%;
 
    transform: scale(1);
  }
} */

.pad-on-text {
  padding-left: 9px;
}

.company-title {
  font-size: 60px;
  font-weight: 700;
}



/* word-change */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat'); */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

/* .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.word-change p {
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: left;
  overflow: hidden;
  margin-top: -40px;
  position: absolute;
}

.color-change {
  font-family: "Acme", sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  color: #ffffff !important;
  text-shadow: 1px 1px 2.5px #000000d7;
}

.word-change p span.typed-text {
  font-weight: normal;
  font-size: 2.5rem;
  color: orange;
}

.word-change p span.cursor {
  /* display: inline-block; */
  background-color: #ffffff;
  margin-left: 0.1rem;
  width: 3px;

  animation: blink 1s infinite;
}

.word-change p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ffffff;
  }

  49% {
    background-color: #ffffff;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ffffff;
  }
}



/* page 2 Introductory css */
#Introductory{
  /* height: 100vh; */
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  /* background-color: #28353d; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#Introductory .star-text{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 50px;
  margin-right: 10px;
}
.intro-box{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;

}

.intro-card{
  height: 420px;
  width: 350px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  margin-top: 10px;
  background: radial-gradient(circle,
  rgba(255, 255, 255, 0.176) 10%,
  #dfebf7 70%);
}
.intro-ttl{
  margin-top: 50px;
  font-weight: 700;
}
.intro-card p{
  font-size: 14px;
  
}
.star-text{
  font-size: 8px;
  /* z-index: 1; */
  /* margin-top: -100px; */
  /* position: absolute; */
}

.intro-card span {
  font-weight: 600;
}
.inrto-heading{
  font-weight: 600;
  /* margin-top: 20px; */
  padding: 5px;
}
/* --------part two css ----------- */

/* in parttwo row have extra margin on rightside */
.Extraspace {
  margin-right: 0px !important;
}



.rounded-card {
  /* background: #e7eaf6; */
  height: 380px;
  border-radius: 20px;
  background-color: #dfebf7;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;

}

.rounded-card:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.24);
  transition: all .3s;
  transform: scale(1.1);
  background-color: #dfebf7;
}

.part-two {
  /* height: 100%; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /* background-color: #dfebf7; */
  flex-wrap: wrap;
  padding-top: 50px;
  /* padding-bottom: 75px; */
}

.arrow-icon{
  position: fixed;
  bottom: 12px;
  right: 10px;
  padding: 1px 5px;
  background-color: #dfebf7;
  color: #28353d;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.61);
}
.part-two {
  /* padding-top: 100px !important; */
  /* padding-bottom: 60px !important; */
}

/* .rounded-card{
    transition: all 0.3s;
}
.rounded-card:hover{
    transform: scale(1.10);
} */

/* ----------section 2 css --------*/
/*service-card-margin8*/

.whitecard {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px;
  /* box-shadow: 1px 2px 2px black ; */
  /* background-color: #aac7d7 !important; */
}

.whitecard:hover {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.589) !important;
  transform: scale(1.05);
  transition: all .3s;
}

/* service icon css */

#service-icon img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}

/* SECTION - HOME */


#service-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
  /* grid-template-columns: 45% 50%;
    place-items: center;
    gap: 50px; */
  /* background: rgb(67, 69, 112); */
  /* background-color: #dfebf7; */
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.176) 10%,
      #dfebf7 70%);
  overflow: hidden;
  /* height: 100vh; */
  /* padding-right: 80px;
  padding-left: 40px; */
  /* padding: 75px 50px; */
  /* padding: 30px; */
}
.srvc-text-box{
  /* margin-left: 30px; */
}
.description {
  color: #28353d;
  /* padding: 0 50px; */
}

.description>h1 {
  font-family: "Tilt Neon", sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.3rem);
  line-height: 1.1;
  /* margin-bottom: 30px; */
}

.gradient-text {
  font-family: "Tilt Neon", sans-serif;
  /* background-image: linear-gradient(
      90deg,
      rgb(118, 167, 63) 0%,
      rgb(51, 143, 118) 40%,
      rgb(55, 141, 167) 50%,
      rgb(117, 152, 242) 70%,
      rgb(144, 118, 236) 100%
    ); */
  color: #28353d;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
}

.description>p {
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  /* margin-bottom: 30px; */
}







.users-color-container {
  /* display: grid;

  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px; */
padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Allows items to wrap to the next row */
  gap: 20px;
}

.item {
  /* margin: auto; */
  /* max-width: 200px; */
  /* aspect-ratio: 1/1; */
  /* height: 120px; */
  flex: 0 0 20%;
  height: 120px;
  width:120px;
  /* border: .1px solid rgb(0, 0, 0); */
  /* border: 0; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.354),
    inset 2px 3px 5px rgba(0, 0, 0, 0.144);
  /* animation: fadeIn 0.5s linear forwards;
  animation-delay: calc(0.3s * var(--i));
  opacity: 0; */
}

/* .service-box img{
      width: 10%;
  } */

.item:nth-child(1) {
  background-color: #44576d;
  /* background-color: #67d7e1; */
  border-radius: 50% 50% 0 50%;

}



.item:nth-child(2) {
  border-radius: 50%;
  height: 130px;
  width: 100px;
}

.item:nth-child(3) {
  background-color: #768a95;
  /* background-color: #6cc164; */
background-image: url(/img-bg/technologies/kafka.png);
background-position: center;
background-size: 70%;
background-repeat: no-repeat;
  border-radius: 50% 50% 0 0;
}

.item:nth-child(4) {
  border-radius: 0 50% 0 0%;
  background-image: url(/img-bg/technologies/python.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.item:nth-child(5) {
  border-radius: 0 50% 50% 0;
  background-image: url(/img-bg/technologies/java.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.item:nth-child(6) {
  background-color: #aac7d7;
  /* background-color: #8071a8; */
  border-radius: 0 50% 50% 50%;
  background-image: url(/img-bg/technologies/docker.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.item:nth-child(7) {
  border-radius: 50% 50% 0 50%;
  background-image: url(/img-bg/technologies/react.png);
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-color: #28353d;
 
}

.item:nth-child(8) {
  background-color: #e6e6e6;
  /* background-color: #fe7519; */
  border-radius: 50% 0 0 50%;
  background-image: url(/img-bg/technologies/azure.png);
background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.item:nth-child(9) {
  background-color: #e6e6e6;
  /* background-color: #f5bec3; */
  border-radius: 0% 0% 0% 50%;
  background-image: url(/img-bg/technologies/kubernete.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.item:nth-child(10) {
  border-radius: 50%;
  background-image: url(/img-bg/technologies/node.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  height: 130px;
  width: 100px;
}

.item:nth-child(11) {
  background-color: #758c99;
  /* background-color: #fcd659; */
  border-radius: 0% 0 50% 50%;
  background-image: url(/img-bg/technologies/aguler.png);
  background-position: center;
  background-size: 62%;
  background-repeat: no-repeat;
}

.item:nth-child(12) {
  border-radius: 0% 50% 50% 50%;
  /* background-color: #28353d; */
  
}



/* @keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
} */


/* ----------section 3 css --------*/
/* value-page-3 */

.hidecolor {
  background-color: transparent !important;
}

.hidecard {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#values p {
  /* padding-bottom: initial !important; */
  margin-bottom: 0% !important;
}
.main-title-pg3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.whitebox {
  /* background-color: #dfebf7; */
  padding-bottom: 20px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.176) 10%,
      #dfebf7 70%);
  /* margin-top: 40px; */
  /* border-radius: 10px; */
}


.value {
  /* height: 100vh; */
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 70px;
  /* padding-left: 70px;
  padding-right: 70px; */
  /* padding: 100px; */
}
.pad-left-right{
  padding-left: 70px;
  padding-right: 70px;
}

.xyz{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  height: 300px;
}


/* .card-text{
  text-align: left;
} */
/* --------section 4 css--------- */
/* career-page-4 */
.career form {
  padding: 0 !important;
}

.contentbox .btn {
  padding: 3px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-right: 15px !important;
  background-color: #aac7d7;
  border-radius: 20px !important;
}

/*work from home part css*/
.work-from-home {
  /* background-color: #a6dbe1; */
  /* display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
}





/* section 5 css */
/* page 5 */

#About_Us {
  /* height: 100vh; */
  /* padding-top: 20; */
}

/* row */

.alignment {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.alignment .img {
  display: flex;
  justify-content: center;
  align-items: center;

}

.main-title-pg5 {
  color: #44576d !important;
  margin-top: 30px;
}

.first-box-pd-pg-5 {
  color: #28353d;
}

.ab-pg5-pad {
  /* padding: 30px; */
  /* margin-top: -80px !important; */
}

/* ---------section 6 css------- 
page-6*/

/* row extrapadding */
.extrapadrow {
  --bs-gutter-x: 0;
  padding: 10px;

}
.contact{
  /* height: 100vh; */
}
.address-area{
  margin-top: 1rem;
}
/* .img-bg img{
    z-index: -99 !important;
}
.contact-box{
    z-index: 9999 !important;
} */
.main-box-pg6 {
  background-image: url(/img-bg/bg-img/contactff.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 65%;
  /* margin-left: -50px; */

}

#Contact_Us button {
  background-color: #28353d;
  color: white;
  padding: 2px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  border: 0 !important;
  outline: hidden !important;
  transition: 0.3s;

/* float: right; */
}

@keyframes bounce {
  0% {
      transform: scale(1);
  }
  30% {
      transform: scale(1.2);
  }
  50% {
      transform: scale(0.9);
  }
  70% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.submit-btn:active {
  animation: bounce 0.4s ease;
}



#Contact_Us button:hover {
  background-color: #aac7d7;
  color: #28353d;
}

#Contact_Us {
  padding-top: 88px;
}

#Contact_us p {
  font-size: medium;
}

.pg6-contact-box {
  margin-left: -20px;
}

/* ----------navbar css------------- */


.navbar {
  /* padding:0 !important ; */
  /* background-color: orange !important; */
  /* background-color: #003366 !important; */
  background-color: transparent !important;
  
  /* background: rgb(170,199,215);
background: linear-gradient(90deg, rgb(170, 199, 215) 0%, rgb(223, 235, 247) 43%); */
  backdrop-filter: blur(5px);
  /* box-shadow: 2px 5px 15px #00000013; */
  --bs-navbar-padding-y: 0 !important;
}


/* .navbar .navbar-nav{
    margin-left: 450px;
} */
.nav-item a {
  color: #28353d !important;
  margin-left: 20px;
  padding-bottom: 1px !important;
  padding-top: 1px !important;
  font-weight: 600;
transition: all background-color 1s ease;

}
.nav-item a.active{

  background-color: #aac7d7  !important;
  transform: scale(1.1);
border-radius: 5px;
/* transition: all .5s; */
}

.nav-item a:hover {
 
  color: #28353d !important;
  border-radius: 5px;
  background-color: #aac7d7  !important;
  /* border-bottom: .3px solid #758c99; */
  transition: all .1s;
  scale: 1.2;
}





.nav-item .btn:hover {
  color: #28353d !important;
  border-bottom: .5px solid rgb(255, 255, 255);

}

.nav-item .btn {
  color: #28353d !important;
  margin-top: -5px !important;
  font-weight: 600;

}

.navbar-brand {
  padding: 0 !important;
  margin-left: 30px;
}


/* ------------footer css----------- */
footer p {

  font-size: small;
  padding-top: 15px;
}

.ft-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer {
  width: 100%;
  /* height: 50px; */
  background-color: #aac7d7;
  /* background-color: #dfebf7; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 position: relative;
 bottom: 0px;
}

.lastrowpad {
  --bs-gutter-x: 0;

}

.icons {
  padding: 15px;
}

.btn {
  border: transparent !important;
  padding: 0 !important;
  margin: 0 !important;

}




/* media queries for mobile phones*/
@media only screen and (max-width:600px) {

  .description{
    padding: 20px !important;
  }
  .arrow-icon{
    /* bottom: 180px; */
    bottom: 11px;
    z-index: 999;

  }
  #Introductory .star-text{
    margin-bottom: 0;
    
  }
  #Contact_Us{
    padding-top: 20px;
  }
  .btn-box{
    align-items: center;
    text-align: center;
  }
  .rounded-card{
    /* --bs-card-spacer-y: 0rem; 
    --bs-card-spacer-x: 0rem; */
    /* padding: 20px; */
    padding: 10px;
    /* height: 400px; */
  }
  .pad-on-text {
    padding-left: 14px;
    padding-right: 14px;
  }
  /* nav icon */

  .fa {
    padding: 12px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    /* box-shadow: 2px 4px 5px rgb(0, 0, 0); */
  }

  /* .main-title{
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 15px;
  } */
  
  .ds {

    font-size: 1.5rem;
    margin-right: -14px;
    padding: .8%;
  }

  .mail-icon {
    font-size: 22px;
  }

  .banner h1 {
    /* margin-top: -120px; */
    /* margin-left: 24px; */
    margin-right: -90px;
  }

  .banner h4 {
    /* margin-left: -125px; */
    /* margin-top: 110px; */
text-align: center;
font-size: 15px;
  }

  .banner h2 {
    /* margin-left: -125px; */
    margin-top: 110px;
text-align: center;
font-size: 22px;
  }

  .item {
    height: 80px;
    width: 80px;
  }

  .item:nth-child(2),
  .item:nth-child(10) {
    border-radius: 50%;
    height: 80px;
    width: 80px;
  }

  .description {
    /* margin-top: -139px; */
    padding: 0 0px;
  }

  #service-icon {
    height: 100vh;
    /* padding-right: 50px;
    padding-left: 50px; */
    /* margin-left: -15px; */
  }


  .value {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pad-left-right{
    padding-left: 20px;
    padding-right: 5px;
  }

  .main-title-pg5, .main-title{
    text-align: center !important;
  }
.xyz{
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}
  .pg6-contact-box {
    margin-left: 0px;
    padding-top: 50px;
  }

  .main-box-pg6 {
    background-size: 100%;
    /* padding: 10px; */
    /* margin-top: 500px !important; */
  }

  .contentbox {
    margin-top: 230px;
    /* padding: 30px; */
  }

  #exampleModal {
    padding: 20px;
  }

  .word-change p {
    margin-top: 50px;
    /* margin-left: 55px; */
    /* text-align: center; */
  }

  .alignment {
    margin-top: 25px;
  }
  /* .word-change  .cursor {
        margin-top: 250px;
    } */
    /* About_Us{
      padding-top: 50px;
      padding-bottom: 0px;
    } */

    .section-padding{
      padding-top: 50px;
      padding-bottom: 0;
    }

    .address-area{
      margin-top: 1.5rem;
    }
   
  .mobpad {
    padding: 15px;
  }

  .nav-item a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
  }

  .navbar-toggler {
    /* background-color: #aac7d7 !important; */
    border: 0;
    border-radius: 10px;
    color: #768a95 !important;
  }

  .navbar-brand img {
    margin-left: -20px !important;
  }

  .main-title-pg5 {
    margin-top: -10px;
  }

  .first-box-pd-pg-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .ftr-pad {
    padding: 0;
    margin: 0;
    font-size: 1rem;
  }
}


@media only screen and (max-width:376px){

/* service icon css */

  .item {
    height: 60px;
    width: 80px;
  }

  .item:nth-child(2),
  .item:nth-child(10) {
    border-radius: 50%;
    height: 60px;
    width: 80px;
  }

  #service-icon {
    /* padding-right: 50px;
    padding-left: 50px; */
    margin-left: 0px;
  }

  .description {
    margin-top: 0px;
    padding: 0 0px;
    /* margin-left: -31px; */
  }

  .users-color-container{
    /* padding: 10px; */
    /* margin-top: 80px; */
  }
  .srvc-text-box{
    padding: 0px;
    /* margin-top: 80px; */
  }
  .gradient-text{
    font-size: 1.8rem;
  }

  .description h1{
    font-size: 1.8rem;
  }

  .description p{
    font-size: 1rem;
  }

  /* for align text copyright */
  .fw-light{
    padding-left: 4px;
    padding-right: 4px;
  }
}


@media only screen and (max-width:320px){

  .users-color-container{
    gap: 18px;
  }

  #service-icon{
    /* padding-left: 15px;
    padding-right: 20px; */
  }

  .rounded-card{
    height: 440px;
    padding: 0%;
  }
  
  #Introductory{
    /* padding: 15px; */
  }
}