/* ========== Universal Start ========= */
@font-face {
  font-family: "interextrabold";
  src: url('../fonts/static/Inter_18pt-ExtraBold.ttf');
}

@font-face {
  font-family: "intermedium";
  src: url('../fonts/static/Inter_18pt-Medium.ttf');
}

body {
  font-family: 'intermedium', sans-serif;
}

@font-face {
  font-family: "interbold";
  src: url('../fonts/static/Inter_18pt-SemiBold.ttf');
}


.secondheadtext {
  font-family: 'interbold', sans-serif;
}

html {
  font-size: 62.8%;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #AAA;
  background-image: -webkit-linear-gradient(5deg, #009cff 53%, #009cff 99%)
}


.aniline {
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, #009cff, #00c3ff, #009cff);
  background-size: 200% 100%;
  animation: animate 2s linear infinite;
  margin: auto;
}

@keyframes animate {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.anilinewhite {
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, #d1f0fa, #00c3ff, #a3e8ff);
  background-size: 200% 100%;
  animation: animate2 2s linear infinite;
  margin: auto;
}

@keyframes animate2 {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}
/* ========= Universal End ========= */
/* ======= Home ========= */
.homerelative {
  position: relative;
}

.headtext {
  position: absolute;
  left: 5rem;
  top: 50%;
  font-size: 6.5rem;
  transform: translate(0%, -50%);
  color: #fff;
  line-height: 9.5rem;
}
.hometext span {
  opacity: 0;
  display: inline-block;
}
.home-head {
  opacity: 0;
  display: inline-block;
}
.innersection .container {
  margin: auto;
  max-width: 90%;
}

/* ========== Home ========= */
/* ======= automation ========= */
.inneraboutmanthan .accordion-item{
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #fff;
}

.inneraboutmanthan .accordion-button[aria-expanded="true"]{
  background-color: #fff !important;
  border-top-left-radius: 0.9rem;
  color: #009cff !important;
  border-top-right-radius: 0.9rem;
} 
.inneraboutmanthan .accordion-button:focus{
  box-shadow: none !important;
  border-bottom: 0.1rem solid #fff !important;
}

.inneraboutmanthan .accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/Blue-arrow-in.png);
  filter: invert(0);
  transform: rotate(90deg)
}

.inneraboutmanthan .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../imgs/Black-arrow-in.png);
  filter: invert(1);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.inneraboutmanthan{
  background: #009cff;
}
.inneraboutmanthan button.accordion-button{
 color: #fff !important;
}
.inneraboutmanthan .accordion-item{
  background: transparent !important;
}
.inneraboutmanthan .accordion-button{
  background: transparent !important;
}
/* .inneraboutmanthan .accordion-header{
  border: 1px solid #fff;
}
.inneraboutmanthan .accordion-body{
  border: 1px solid #fff;
} */
.inneraboutmanthan .accordion-body p {
  color: #fff;
}

.inneraboutmanthan h2 {
  font-size: 4rem;
  color: #fff;
}

.dmcontent{
  width: 100%;
}

.dmcontent p {
  font-size: 1.5rem;
}

.dmcontent ul {
  font-size: 1.5rem;
  text-align: justify;
}
.dmcontent ul li::marker {
color: #009cff;
}
#accordionExample2 {
  width: 100%;
}
/* ======= automation ========= */
/* ============DM Start============== */
.innerdm h2 {
  font-size: 4rem;
  color: #009cff;
}
#accordionExample {
  width: 100%;
}


button.accordion-button {
  font-size: 1.7rem;
  color: #009cff !important;
}

.accordion-body p {
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed) {
  background-color: #009cff !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border-bottom: none !important;
}
.accordion-button:focus{
 
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/Black-arrow-in.png);
  filter: invert(1);
  transform: rotate(90deg)
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../imgs/Blue-arrow-in.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}


/* ============DM End============== */
/* ============About  Start============== */
.inneraboutus {
  background: #009cff;
  color: #fff !important;
}

.inneraboutus h2 {
  font-size: 4rem;
  color: #fff;
}
.add-img-color{
  width: 15rem !important;
}
.aboutus {
  font-size: 1.5rem;
}

/* ============About  End============== */
/* ============= Client Logo =============== */
.innerclientlogo h2 {
  font-size: 4rem;
  color: #009cff;
}
/* =========== Client Logo =========== */
/* ========== Footer Start ========= */
.innerfooter {
  background: linear-gradient(280deg, rgb(0, 156, 255) 8%, rgb(0, 156, 255) 100%);
  background-size: 100% 50%;
  background-position: bottom;
  background-repeat: no-repeat;
}


/* ========== Form Start ========= */
label.error {
  position: absolute;
  bottom: -1.7rem;
  left: 1rem;
}

.input-group-space input {
  background-color: #f9fafb;
  height: 5rem;
}

label.error {
  color: red;
}

.input-group input {
  width: 100% !important;
  border-radius: 1.5rem !important;
  color: #000;
  border: 0.15rem solid #b7b7b7;
  font-size: 1.5rem;
  padding: 1rem 2rem;
}

.buttonoverlay2 {
  position: absolute;
  height: 100%;
  left: 0rem;
  width: 0%;
  background: #009cff;
  bottom: 0rem;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border-radius: 5rem;
}

.form-buttons .submit-btn:hover .buttonoverlay2,
.form-buttons .submit-btn:focus .buttonoverlay2 {
  width: 100%;
  background: #009cff;
  border-radius: 5rem;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000;
}

.submit-btn span {
  z-index: 3;
  position: relative;
  color: #fff !important;
}


.submit-btn {
  position: relative;
  /* background: rgb(6, 148, 148); */
  background: #009cff;
  padding: 1rem 3rem;
  color: #fff;
}

.input-group input::placeholder {
  color: #000;
}

.input-group-btn .submit-btn {
  padding: 1rem 5rem;
  font-size: 1.9rem;
  border-radius: 3rem;
  overflow: hidden;
  background: #009cff;
  border: 1px solid transparent;
}

.input-group {
  padding: 2rem 0rem 0rem;
}

.formcantainer {
  padding: 3rem 15rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 5rem;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
}

.input-group input::placeholder {
  color: #919191dd;
}

input:focus::placeholder {
  color: transparent !important;
}

#pricepopupnew .form-control:focus {
  border: 0.15rem solid #000;
  box-shadow: unset;
}

.formhead {
  font-size: 2.5rem;
  color: #009cff;
}

.formheadpara {
  font-size: 1.4rem;
}


.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.largercheckbox {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 20px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
}

.iti__flag-container {
  height: 5rem;
}

/* ========== Form End ========= */
/* ========== Footer Start ========= */
.largericon {
  margin: 1rem;
}

.sociallinks a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out
}

.sociallinks a img {
  transition: all 0.3s ease-in-out
}

.innerfooter h2 {
  font-size: 4rem;
  color: #009cff;
}

.pagelinks {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagelinks a {
  color: #fff;
  font-size: 1.8rem;
  margin: 0rem 2rem;
  text-decoration: none;
}

.pagelinks a p {
  margin-bottom: 0.1rem;
}

.pagelinks a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.pagelinks a:hover {
  color: #e5e5e5;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

.sociallinks a {
  pointer-events: none;
  cursor: pointer;
}

/* ========== Footer End ========= */

/* =================== */
/* Loader Wrapper */
#pageloader-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009cff;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

/* Split Doors */
.loader-door {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #009cff;
  transition: all 1.5s ease-in-out;
}

/* Loader Animation */
.loader {
  width: 48px;
  height: 48px;
  border: 10px solid #4e4e4e;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.loader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 10px solid #ffff;
  animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}


/* Main Content */
#content {
  display: none;
  text-align: center;
  padding: 50px;
  font-size: 24px;
}

.copyright {
  font-size: 1.8rem;
  color: #fff;
}