html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.heading {
  text-align: center;
}

.para {
  width: 90%;
  margin: auto;
  /* border: 2px solid red; */
  /* min-height: 20rem; */
  font-size: 1.5rem;
  /* font-weight: bold; */
  text-align: justify;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(33, 120, 192, 0.292) 0px 0.0625em 0.0625em, rgba(50, 90, 221, 0.502) 0px 0.125em 0.5em, rgba(16, 199, 219, 0.555) 0px 0px 0px 1px inset;
  /* box-shadow: 10px 10px 40px #3333334f, inset -10px -10px 40px #ffffff3e; */
}

.c-box {
  width: 90%;
  margin: auto;
  margin-top: 10rem;
  min-height: 30rem;
  /* border: 2px solid red; */
  display: grid;
  align-items: center;
  justify-content: space-evenly;
  grid-template-columns: auto auto auto;
  column-gap: 3rem;
}

.c-box a {
  text-align: justify;
  padding: 0 .5rem;
  width: 35rem;
  height: 30rem;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;

  /* box-shadow: 10px 10px 40px #3333334f, inset -10px -10px 40px #ffffff3e; */
  box-shadow: rgba(33, 120, 192, 0.292) 0px 0.0625em 0.0625em, rgba(50, 90, 221, 0.502) 0px 0.125em 0.5em, rgba(16, 199, 219, 0.555) 0px 0px 0px 1px inset;
  /* border: 2px solid red; */
}

.c-box a img {
  position: absolute;
  margin-top: 1rem;
  width: 8rem;
  height: 8rem;
  /* border-radius: 50%; */
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.c-head {
  margin-top: 10rem;
  font-size: 2.1rem;
  text-align: center;

}

.c-box a p {
  font-size: 1.5rem;
  padding: .5rem;
}

.tech {
  min-height: 35rem;
  /* border: 2px solid red; */
  display: grid;
  align-items: center;
  justify-content: space-evenly;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 2rem;
  grid-template-rows: 2;
  /* flex-wrap: wrap; */
}

.tech-box {
  width: 16rem;
  height: 10rem;
  padding-top: 1rem;
  /* border: 2px solid green; */
  position: relative;
  top: 4rem;
  margin-bottom: 4rem;
  border-radius: 50%;
  background: rgba(3, 40, 97, 0.8);
  perspective: 500px;
  transform-style: preserve-3d;
  /* transform: skewX(30deg);
   */
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

.tech-box img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  z-index: 11;
  object-fit: cover;
  position: absolute;
  /* transform: skewX(-30deg); */
  border-top: 5px outset black;
  border-left: 5px outset black;
  border-right: 5px inset white;
  border-bottom: 5px inset white;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(250, 247, 247, 0.7);
  /* box-shadow: rgba(33, 120, 192, 0.292) 0px 0.0625em 0.0625em, rgba(50, 90, 221, 0.502) 0px 0.125em 0.5em, rgba(16, 199, 219, 0.555) 0px 0px 0px 1px inset; */
  animation: float 1s ease-in-out infinite alternate;
  /* Adjust float animation */
}

@keyframes float {
  from {
    transform: translate(-50%, -50%) translateY(0);
  }

  to {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

.tech-box p {
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  bottom: 10%;
  width: 100%;
  /* transform: skewX(-30deg); */
  color: #111;
  bottom: -3.5rem;
  filter: drop-shadow(1px, 1px, 2px);
  font-weight: bold;
}

.logo-slider {
  margin-top: 2rem;
  height: 20rem;
  background-color: #fff;
  overflow: hidden;
  padding: 2rem 0;
  white-space: nowrap;
  /* background-color: gainsboro; */
  /* border: 2px solid blue; */
}

.l-slide {
  display: inline-block;
  animation: 12s move infinite linear;
}

.l-slide img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  margin: 0 5rem;
  /* border: 2px solid red; */
}

.client img {
  border-radius: 0;
}

@keyframes move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.review {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.5rem;
}

.batch-btn {
  padding: 1rem 2rem;
  /* background-color: red; */
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  color: white;
  border: none;
  outline: none;
  border-radius: .3rem;
  background-image: linear-gradient(to right top, #08087e, #00328d, #004788, #005679, #00636b, #006367, #006263, #00625f, #005660, #00495e, #003c59, #082f4f);
}

.topic {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* margin-top: -.5rem; */
  border-bottom: outset 2px rgb(221, 213, 213);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 80%;
  margin: auto;
  background-color: transparent;
}

.topic span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1rem 5rem;
  font-size: 2.1rem;
  /* border: 1px solid blue; */
}

.but {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: bold;
}

.t-one {
  width: 100%;
  margin: auto;
  display: none;
}

.t-one div {
  border-top: solid 1px gainsboro;
}

.t-one div p {
  text-align: left;
  padding: .5rem 1rem .5rem 5rem;
  font-size: 1.5rem;
}

.cont-tab {
  /* border: 1px solid gray; */
  padding: 1rem;
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-radius: .5rem;
  /* box-shadow: 2px 2px 2px rgba(232, 227, 227, 0.4); */
  box-shadow: rgba(33, 120, 192, 0.292) 0px 0.0625em 0.0625em, rgba(50, 90, 221, 0.502) 0px 0.125em 0.5em, rgba(16, 199, 219, 0.555) 0px 0px 0px 1px inset;
}

.cont-tab .addrs {
  width: 100%;
  height: 100%;
  /* border: 2px solid red; */
}

.cont-tab td {
  width: 50%;
  /* border: 2px solid black; */
  height: 8rem;
  position: relative;
}

.cont-tab td input {
  position: absolute;
  width: 90%;
  height: 6rem;
  top: 0;
  left: 3rem;
  padding-left: 4rem;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  background: none;
}

.cont-tab td textarea {
  width: 90%;
  height: 20rem;
  padding-left: 3rem;
  padding-top: 3rem;
  resize: none;
  margin-left: 3rem;
  background: none;
}

.cont-tab td i {
  position: absolute;
  z-index: 1;
  left: 4rem;
  top: 25%;
  font-size: 2rem;
}

.submit {
  /* width: 80%; */
  font-size: 1.5rem;
  padding: 1rem 2rem;
  position: absolute;
  top: 50%;
  left: 8.4rem;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  color: white !important;
  letter-spacing: .1rem;
  border-radius: .5rem;
  background-image: linear-gradient(to right top, #031f6b, #002973, #00347a, #003d80, #004786, #004e88, #005489, #005a8a, #005e86, #006181, #00647b, #066675);
}

.submit .fa-check {
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  left: 11%;
  transform: translate(-50%, -50%);
}

.cont-tab td span {
  position: absolute;
  right: 3rem;
  bottom: 0;
  color: red;
  font-size: 1.5rem;
}

.cont-tab .contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid blue; */
}

.cont-tab .addrs {
  /* border: 2px solid green; */
  height: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.cont-tab .addrs p {
  padding-left: 4rem;
  width: 65% !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem !important;
}

.cont-tab .addrs p .loc-i,
.cont-tab .contact-box .loc-i {
  position: absolute;
  left: -3rem;
  top: 35%;
  font-size: 2.5rem;
  font-weight: bold;
  color: #5789b4;
  letter-spacing: .4rem;
  z-index: 1;
}

.cont-tab .contact-box>.loc-i {
  top: 30%;
}

.cont-tab .addrs p a,
.cont-tab .contact-box a {
  font-size: 1.5rem;
  /* border: 1px solid red; */
  margin-bottom: .5rem;
  display: block;
  letter-spacing: .1rem;
}

.cont-tab .contact-box p,
.cont-tab .addrs p {
  width: 50%;
  min-height: 6rem;
  /* border: 1px solid brown; */
  border-radius: 1rem;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 1.5rem !important;
  background-color: white;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(33, 120, 192, 0.292) 0px 0.0625em 0.0625em, rgba(50, 90, 221, 0.502) 0px 0.125em 0.5em, rgba(16, 199, 219, 0.555) 0px 0px 0px 1px inset;
}

.cont-tab .contact-box p {
  flex-direction: column;
  align-items: flex-start;
}


.cont-tab .contact-box p i {
  cursor: pointer;
  /* font-size: 1.5rem; */
}

.cont-tab .contact-box p:hover,
.cont-tab .addrs p:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: .3s;
}



.live {
  /* border: 2px solid red; */
  width: 100%;
  height: 45rem;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 2;
  align-items: center;
  gap: 3rem;
  padding-top: 2.5rem;
  justify-content: space-evenly;
  overflow-y: hidden;
  transition: .5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cont-box {
  position: relative;
  width: 54rem;
  height: 30rem;
  background: #6fa0fa;
  border-radius: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.live-box {
  width: 50rem;
  height: 25rem;
  position: absolute;
  background-color: #0dd6be;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: .3s linear;
  border-radius: 1rem;
  overflow: hidden;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.live-box img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}


.detls {
  width: 100%;
  height: 50%;
  position: absolute;
  font-size: 1.4rem;
  bottom: 0;
  padding: 4%;
  padding-top: 0;
  transition: .3s;
  /* background: rgba(8, 107, 199, 0.9); */
  color: white;
  text-align: justify;
  opacity: 0;
}

.nm {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}

.cont-box:hover .live-box {
  top: 5%;
}

.cont-box:hover .detls {
  opacity: 1;
}

.cont-box:hover .nm {
  display: none;
}



.v-site {
  text-decoration: none;
  font-size: 2rem;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-shadow: -1px 1px 1px #7a7a7a;
}

.more-btn {
  position: absolute;
  padding: .5rem 1rem;
  border: none;
  outline: none;
  background-color: #00347a;
  color: white;
  border-radius: .2rem;
  right: 1rem;
  bottom: 0;
}

@media screen and (max-width:998px) {
  .c-box {
    width: 90%;
    grid-template-columns: auto;
    row-gap: 3rem;
  }

  .c-box a {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 45%;
  }

  .live {
    grid-template-columns: auto;
  }
}

@media screen and (max-width:600px) {
  .c-box {
    grid-template-columns: auto;
    row-gap: 3rem;
  }

  .topic {
    width: 90%;
  }

  .cont-tab {
    width: 95%;
    font-size: 1.5rem;
  }

  .cont-tab .addrs p {
    width: 75% !important;
  }

  .tech-box p {
    bottom: -4rem;
  }

  .c-box {
    min-height: 50rem;
  }


}



/* New Css  */
.list-box {
  overflow: scroll;
  padding: 2rem;
  scrollbar-width: none;
}

.list-box>span {
  /* border: 1px solid black; */
  border-radius: 10px;
  cursor: pointer;
  background-color: white;
  font-family: Inter, sans-serif !important;
  box-shadow: 0px 0px 5px 1px black;
}

.list-box-active {
  background-color: navy !important;
  color: white;
}

.additonal-card {
  border-radius: 4px;
  background: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.696) 0px 30px 40px -12px; */
  box-shadow: 0px 0px 10px 1px black;
  transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  cursor: pointer;
}

.additonal-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 14px 18px rgba(0, 0, 0, 0.893);
}

.additonal-card img {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .additonal-card img {
    width: 25%;
  }
  .additonal-card p {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 468px) {
  .additonal-card p {
    font-size: 3rem !important;
  }
}

/* services section */
.services-section,
.tech-section,
.digit-mark {
  background-color: #d7e7ff;
}

.project,
.courses {
  background-color: #ffffff;
}

.service-heading h2,
.project h1,
.tech-heading h1,
.courses .section-heading h1 {
  font-family: Inter, sans-serif !important;
  font-weight: bold;
  font-size: 2rem;
}

.service-heading h2::after {
  content: "";
  width: 120px;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  display: inline-block;
  margin: 12px 10px;
}

.service-item {
  background-color: white;
  box-shadow: 0 0 5px rgb(10, 10, 10);
  border-radius: 10px;
  &:hover {
    transform: translateY(-10px);
  }
}

.service-item .img-container {
  width: 60px;
}
.service-item>div>h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .service-item>div>h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .service-item>div>h2 {
    font-size: 3rem;
  }
}


.services-section .service-heading h1 {
  font-size: 4rem;
}

.services-section .service-heading p {
  font-size: 3rem;
}


/* Custom Software Section */
.cust-software-box{
  transition: 0.3s;
  cursor: pointer;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  background-size: cover;
}
.cust-software-box:hover{
  scale: 1.1;
  z-index: 9999;
  box-shadow: 0px 0px 8px 1px black;
}


/* Testimonials Css  */

.testimonials-wrap {
  padding: 40px 0;
}
.heading-section {
  text-align: center;
}
.sub-heading {
  font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
  height: inherit !important;
  display: flex !important;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 750px) {
  .testimonial-box .name{
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 600px) {
  .testimonial-box {
    display: block !important;
  }

  .testimonial-box .user-img {
    margin-left: 30%;
  }
  .testimonial-box .name{
    font-size: 1rem;
  }
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.position {
  color: black;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  position: relative;
  /* display: grid;
  grid-template-columns: auto auto; */
  align-items: center;
  height: 5rem;
}
.carousel-testimonial .owl-nav .owl-next{
  position: absolute;
  left: 50%;
  padding: 0 12px !important;
}
.bi-chevron-left::before{
  color: navy;
  font-size: 2rem;
  border: 1px solid navy;
  padding: 0.5rem;
  border-radius: 50%;
  font-weight: bolder;
}
.bi-chevron-right::before{
  color: navy;
  font-weight: bolder;
  font-size: 2rem;
  border: 1px solid navy;
  padding: 0.5rem;
  border-radius: 50%;
}
.carousel-testimonial .owl-nav .owl-prev {
  position: absolute;
  left: 45%;
  padding: 0 12px !important;
}

@media screen and (max-width: 650px) {
  .carousel-testimonial .owl-nav .owl-prev {
    left: 35%;
  }
  .carousel-testimonial p {
    font-size: 2.5rem !important;
  }
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}


/* Button CSS */
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  /* background: #a370f0; */
  background: rgb(1, 1, 165);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em navy;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

@media screen and (max-width: 768px) {
  .cssbuttons-io-button {
    font-size: 10px;
    height: 2.5em;
    padding-left: 1em;
    padding-right: 3em;
  }

  .cssbuttons-io-button .icon {
    height: 2em;
    width: 2em;
  }

  .cssbuttons-io-button .icon svg {
    width: 1em;
  }
}

@media screen and (max-width: 480px) {
  .cssbuttons-io-button {
    font-size: 7px;
    padding-left: 0.8em;
    padding-right: 2.8em;
  }

  .cssbuttons-io-button .icon {
    height: 1.8em;
    width: 1.8em;
  }

  .cssbuttons-io-button .icon svg {
    width: 0.9em;
  }
  .tech-parent{
    overflow: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
}

.accordion-body {
  font-size: 1.5rem;
}
.accordion-button{
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .accordion-button{
    font-size: 2rem;
  }
  .accordion-body {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .accordion-button{
    font-size: 2.5rem;
  }
  .accordion-body {
    font-size: 2rem;
  }
}
