@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap");

* {
  font-family: "SUSE", sans-serif;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

.greencoltext {
  color: #85cfd5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

/* navbar */

/* .navbarsection .container {
  display: flex;
  justify-content: end;
} */

.navbarsection {
  padding: 10px 15px;
  background: linear-gradient(90deg, #f0fdff 0%, #f1feff 46.5%, #fff0f4 100%);
}

.logoimg {
  width: 210px;
}

.greenbtnwrap a {
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
}

.redbtnwrap a {
  display: inline-block;
  align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0.5rem;
  background: #d58585;
}

/* hero section */
/* .herosection {
  background: url("../images/banner/web.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  position: relative;
  z-index: 20;
} */

/* feature section */

.featuresection {
  margin-top: -50px;
  z-index: 50;
}

.featurewrap {
  border-radius: 10px;
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  margin: 0 auto;
  width: 69.625rem;
  height: 12.6875rem;
  z-index: 50;
  position: relative;
}

.featurehead {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.featurecard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 201px;
  position: relative;
  z-index: 40 !important;
}

.ambiconwrap {
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 30px;
  overflow: hidden;
}

.sectiontitle {
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 40;
  font-size: 50px;
  line-height: 65px;
}

.ambiconwrap img {
  /* filter: invert(58%) sepia(38%) saturate(1384%) hue-rotate(317deg)
    brightness(114%) contrast(129%); */
}

/* work section */

.worksection {
  background: linear-gradient(
    180deg,
    rgba(133, 207, 213, -121.75) 0%,
    rgba(143, 245, 227, 0.11) 100%
  );
}

.tabtitletext {
  font-size: 160px;
  color: transparent;
  font-family: system-ui;
  -webkit-text-stroke: 3px #000;
  line-height: 150px;
}

.nav-link {
  margin: 20px 0;
}

.nav-pills .nav-link {
  padding: 10px 30px;
  transition: all 0.5s ease;
}

.nav-pills .nav-link:hover {
  border-radius: 0.4375rem;
  border: 1px solid #85cfd5;
  background: #fff !important;
  box-shadow: 0px 4px 50px 0px rgba(133, 207, 213, 0.25);
  /* transition: all 0.1s ease; */
}

.nav-link:hover .workheadtext {
  color: #85cfd5 !important;
}

.nav-link:hover .tabtitletext {
  -webkit-text-stroke: 3px #85cfd5 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-radius: 0.4375rem;
  border: 1px solid #85cfd5;
  background: #fff !important;
  box-shadow: 0px 4px 50px 0px rgba(133, 207, 213, 0.25);
  padding: 10px 30px;
}

.nav-link.active .workheadtext {
  color: #85cfd5;
}

.nav-link.active .tabtitletext {
  -webkit-text-stroke: 3px #85cfd5;
}

.workheadtext {
  color: #000;
  text-align: left;
  font-weight: 800;
  margin-bottom: 15px !important;
  font-size: 24px;
}

.workcontenttext {
  color: #a5a5a5;
  text-align: left;
  font-size: 18px;
  padding-right: 20px !important;
}

.tabimgwrap {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}

.tab-content {
  position: relative;
}

.redcallbtn {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.redcallbtn a {
  display: inline-block;
  color: #fff;
  border-radius: 0.75rem;
  background: #d58585;
  padding: 15px 18px;
  font-weight: 700;
  font-size: 20px;
}

.tabimgwrap img {
  border-radius: 20px;
}

/* service section */
.servicesection {
  background: linear-gradient(
    180deg,
    rgba(143, 245, 227, 0.2) 0%,
    rgba(133, 207, 213, 0.2) 100%
  );
  overflow: hidden;
}

.servicehead {
  font-size: 21px;
  line-height: 30px;
  font-weight: 800;
}

.servicecontent {
  color: #6a6a6a;
}

img.serviceimg {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
}

.pattern1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.pattern2 {
  position: absolute;
  bottom: -53%;
  left: 0;
  z-index: -1;
}

/* client section */

.clientsection {
  background: url("../images/clientbg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sthescopeiconwrap {
  position: absolute;
  top: 0;
  left: 0;
}

.ambiiconwrap {
  position: absolute;
  top: 0;
  right: 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.commaimg {
  width: 38px;
  height: 38px;
}

.customerhead {
  font-size: 30px;
  font-weight: 800;
  margin-top: 27px !important;
}

p.customerposition {
  font-size: 22px;
  margin-top: 17px !important;
}

.commentwrap {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}

p.customercomment {
  font-size: 16px;
  width: 900px;
  text-align: center;
  color: #6a6a6a;
}

/* faq section */

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 45px 25px 40px;
}

.accordion-body {
  padding: 0 20px 30px 40px !important;
  color: #6a6a6a !important;
}

.faqhead {
  font-size: 20px;
  font-weight: 800;
  color: #000 !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin: 20px 0;
  border-radius: 10px;
  border-bottom: 1px solid #c3e4e8 !important;
  border-right: 1px solid #c3e4e8 !important;
  border-left: 1px solid #c3e4e8 !important;
  border-top: none !important;
  background-color: transparent !important;
}

.accordion-header,
.accordion-button {
  background-color: transparent !important;
  /* border: 1px solid #c3e4e8; */
  border-radius: 10px;
}

.accordion-header {
  border-top: 1px solid #c3e4e8;
}

/* footer */

.footersection {
  background-color: #1b2728;
}

.accordion-button::after {
  background: url("../images/icon/plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/minus.svg") !important;
}

.ctabtnwrap a {
  position: fixed;
  bottom: 4%;
  right: 6%;
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
  z-index: 9999;
}

/* togglewrap */
.togglewrap {
  font-size: 24px;
}

/* mobilefeature */
.featureboxwrap {
  display: none;
  border-radius: 0.75rem;
  /* border: 1px solid #000; */
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.desktopbanner {
  display: block;
}

.mobilebanner {
  display: none;
}

.mobilenav {
  display: none;
  background: linear-gradient(90deg, #f0fdff 0%, #f1feff 46.5%, #fff0f4 100%);
}

.mobnavtext {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

/* media querire */

@media only screen and (max-width: 1200px) {
  .herosection {
    height: 380px;
  }

  .featurewrap {
    width: 96%;
    margin: 0 20px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
  .desktopbanner {
    display: none;
  }

  .mobilebanner {
    display: block;
  }

  .sectiontitle {
    font-size: 30px;
    line-height: 38px;
  }

  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadtop {
    padding-top: 40px;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  .herosection {
    height: 270px;
  }

  .featurewrap {
    background: transparent !important;
  }

  .featurecard {
    background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
    height: 130px;
  }

  .col-12 {
    padding: 0 20px !important;
  }

  .ambiconwrap img {
    display: none;
  }

  .featuresection {
    display: none;
  }

  .featureboxwrap {
    display: block;
    margin: 45px 10px;
  }

  .tabtitletext {
    font-size: 116px;
    line-height: 130px;
  }

  .workheadtext {
    font-size: 18px;
  }

  .navbarsection .container {
    display: flex;
    justify-content: center;
  }

  .servicecardwrap {
    padding: 15px;
  }

  .servicehead {
    font-size: 18px;
  }

  .sthescopeiconwrap,
  .ambiiconwrap {
    display: none;
  }

  .customerdatawrap {
    padding: 10px 20px;
  }

  .customerhead {
    font-size: 25px;
  }

  p.customerposition {
    font-size: 15px;
  }

  .faqheadwrap .sectiontitle .greencoltext {
    display: block;
  }

  .accordion-item {
    margin: 20px;
  }

  button.accordion-button {
    padding: 15px 20px 15px 15px;
  }

  .accordion-body {
    padding: 0 20px 17px 15px !important;
  }

  .faqhead {
    font-size: 17px;
    line-height: 28px;
    padding-right: 20px;
  }

  .footersection p {
    font-size: 12px;
  }

  .ctabtnwrap a {
    position: fixed;
    bottom: 4%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 140px;
  }

  .navbarsection {
    display: none;
  }
  .mobilenav {
    display: block;
  }

  img.serviceimg {
    width: 135px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .herosection {
    height: 180px;
  }

  .logoimg {
    width: 159px;
  }

  .featurehead {
    font-size: 16px;
  }
  .col-12 {
    padding: 0 !important;
  }

  .featurecard {
    margin-right: 23px;
  }

  .redbtnwrap {
    display: none;
  }

  .workheadtext {
    font-size: 16px;
  }

  .workcontenttext {
    font-size: 13px;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    padding: 10px 10px 10px 24px;
  }
}

@media only screen and (max-width: 400px) {
  .herosection {
    background: url("../images/banner/mob.webp");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
  }
}
