* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.a {
  text-decoration: none;
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

/* hero section  */

.website-hero {
  background: url("../images/website-development/website-herobg.png");
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0 0 0;
  overflow: visible;
  position: relative;
  max-height: 800px;
  margin-bottom: 100px;
}

.blurred-circle-purple {
  justify-self: center;
  text-align: center;
}

.website-hero h1 {
  font-family: Bricolage Grotesque;
  font-weight: _typography/--font--weight--bold;
  font-style: Bold;
  font-size: font size/56;
  line-height: line height/67_2;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}

.website-hero p {
  font-family: Space Grotesk;
  font-weight: _typography/--font--weight--regular;
  font-style: Regular;
  font-size: rounded/-18;
  line-height: line height/27;
  letter-spacing: letter/spacing--0-36;
  text-align: center;
  vertical-align: middle;
  color: #737373;
  margin-bottom: 30px;
}

.phone-wrapper {
  width: 750px;
  position: relative;
  margin: auto;
}

.pc-image {
  width: 100%;
  display: block;
}

/* Adjust these values according to your monitor */
.screen-slider {
  position: absolute;

  top: 72px;
  left: 90px;

  width: 568px;
  height: 270px;

  overflow: visible;
  border-radius: 6px;
}

.websiteSwiper,
.websiteSwiper .swiper-wrapper,
.websiteSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.websiteSwiper img {
  /* width:100%; */
  width: 568px;
  /* height: 100%; */
  height: 270px;
  /* object-fit:cover; */
  display: block;
}

.our-development-ecosystem {
  padding: 80px 0;
}

.brand-badge {
  display: inline-block;
  padding: 4px 10.5px;
  border: 1px solid #28e485;
  border-radius: 50px;
  color: #188a50;
  font-size: gap/-16;
  margin-bottom: 30px;
  width: 109px;
  height: 34px;
  margin-top: 40px;
}

.text-center h2 {
  padding-top: 0%;
  margin-bottom: 60px;
}

.section-partners-1 {
  background: linear-gradient(
    360deg,
    #7cefe5 -43.5%,
    rgba(124, 239, 229, 0.01) 87.31%
  );
  padding-bottom: 100px;
}
.partner-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgb(205 248 245) 18.99%,
    rgb(208 248 246) 19.56%,
    rgb(214 248 247) 19.15%,
    rgb(203 248 245) 19.54%,
    rgb(124 239 229 / 0%) 95.15%
  );
}

.partner-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    275deg,
    rgb(205 248 245) 18.99%,
    rgb(208 248 246) 19.56%,
    rgb(214 248 247) 19.15%,
    rgb(203 248 245) 19.54%,
    rgb(124 239 229 / 0%) 95.15%
  );
}

/* Our Website Development Services  */
.website-services {
  background: url("../images/website-development/our-website-development-services-bg.png");
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0 0 0;
  overflow: visible;
  position: relative;
  /* max-height: 800px; */
  /* margin-bottom: 100px; */
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  bottom: 30px;
}

.service-badge {
  display: inline-block;
  padding: 6px;
  border: 1px solid #1bcb73;
  border-radius: 50px;
  color: #1bcb73;
  font-size: 15px;
  width: 109px;
  height: 34px;
  text-align: center;
}

.service-heading {
  font-family: font family/Font 1;
  font-weight: _typography/--font--weight--bold;
  font-style: Bold;
  font-size: 48px;
  line-height: line height/57_6;

  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  color: #fff;
  line-height: 1.2;
}

.service-card {
  background: linear-gradient(180deg, #111827, #12306d);

  border-radius: 25px;

  padding: 25px;
  max-width: 395px;
  max-height: 312px;
  height: 312px;
  border: 1px solid rgba(0, 132, 255, 0.35);
  box-shadow: 0px 16px 24px 0px #5f00e01a;

  transition: 0.35s;
}

.service-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 25px 50px rgba(0, 100, 255, 0.3);
}

.service-card img {
  font-size: 42px;

  color: #fff;

  margin-bottom: 24px;

  display: block;
}

.service-card h4 {
  color: #fff;

  font-family: Bricolage Grotesque;
  font-weight: _typography/--font--weight--bold;
  font-style: Bold;
  font-size: font/size--24px;
  line-height: line height/28_8;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 18px;
}

.service-card p {
  color: #bfc4d3;

  font-family: Space Grotesk;
  font-weight: _typography/--font--weight--regular;
  font-style: Regular;
  font-size: gap/-16;
  line-height: line height/22_4;
  letter-spacing: 0%;
  vertical-align: middle;
}

.portfolio-section {
  background: #0a0a0a;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  position: relative;
  bottom: 30px;
}

.portfolio-badge {
  display: inline-block;
  padding: 6px;
  border: 1px solid #1bcb73;
  border-radius: 50px;
  color: #1bcb73;
  font-size: 15px;
  width: 93px;
  height: 34px;
  text-align: center;
}

#seeLessBtn {
  background-color: #0a0a0a !important;
  color: rgba(255, 255, 255, 0.653) !important;
  border: none;
}

.portfolio-heading {
  color: #fff;

  font-family: font family/Font 1;
  font-weight: _typography/--font--weight--bold;
  font-style: Bold;
  font-size: 48px;
  line-height: line height/57_6;
  letter-spacing: 0%;
  vertical-align: middle;

  line-height: 1.2;
}

.portfolio-card img {
  border-radius: 20px;

  margin-bottom: 20px;
}

.portfolio-card h3 {
  color: #fff;

  font-family: font family/Font 1;
  font-weight: _typography/--font--weight--bold;
  font-style: Bold;
  font-size: font/size--24px;
  line-height: line height/28_8;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 15px;
}

.portfolio-card p {
  color: #d4d4d4;

  font-family: font family/Font 2;
  font-weight: _typography/--font--weight--regular;
  font-style: Regular;
  font-size: rounded/-18;
  line-height: line height/27;
  letter-spacing: letter/spacing--0-36;
  vertical-align: middle;

  margin-bottom: 20px;
}

.live-btn {
  display: inline-block;

  padding: 4px 14px;

  border-radius: 48px;

  background: #262626;

  color: #fafafa;
  font-size: 16px;
  text-decoration: none;

  transition: 0.3s;
}

.live-btn:hover {
  background: #0659F5;

  color: #fafafa;

  text-decoration: none;
}

@media (max-width: 991px) {
  .service-heading,
  .portfolio-heading {
    font-size: 38px;
  }

  .service-card {
    min-height: auto;
  }
}

.website-ecosystem img {
  width: 1100px;
  height: 700px;
}

.why-choose-section {
  background: #fff;
  margin: 80px;
}

.image-wrapper {
  height: 100%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 30px; */
}

.content-wrapper {
  padding: 60px 80px;
}

.why-badge {
  display: inline-block;
  padding: 4px 10.5px;
  border: 1px solid #28e485;
  border-radius: 50px;
  color: #188a50;
  font-size: gap/-16;
  margin-bottom: 30px;
  width: 182px;
  height: 34px;
}

.content-wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
  margin-bottom: 30px;
  font-family: Bricolage Grotesque;
  font-style: Bold;
  font-size: 48px;
  vertical-align: middle;
  max-width: 500px;
  width: 500px;
}

.content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
  color: #525252;
  font-family: font family/Font 2;
  font-style: Regular;
  letter-spacing: letter/spacing--0-36;
  vertical-align: middle;
  max-width: 500px;
}

.cta-section {
  height: 320px;
  /* background: linear-gradient(358deg, #0659f5 -150.87%, rgb(255, 255, 255) 65.41%); */
  position: relative;
  background: none;
  margin: 100px;
}

/* Mobile */
@media (max-width: 991px) {
  .content-wrapper {
    padding: 40px 20px;
  }

  .content-wrapper h2 {
    font-size: 42px;
  }

  .content-wrapper p {
    font-size: 18px;
  }

  .image-wrapper img {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .website-hero {
    padding: 120px 0 50px;
    max-height: none;
  }

  .phone-wrapper {
    width: 100%;
  }

  .screen-slider {
    top: 13%;
    left: 12%;
    width: 75%;
    height: 55%;
  }

  .screen-slider img {
    width: 100%;
    height: 100%;
  }

  .service-heading,
  .portfolio-heading {
    font-size: 36px;
  }

  .content-wrapper {
    padding: 30px 20px;
  }

  .content-wrapper h2 {
    width: 100%;
    font-size: 34px;
  }

  /* .website-ecosystem img{
    width:100%;
    height:auto;
} */

  .why-choose-section {
    margin: 30px 15px;
  }

  .cta-section {
    margin: 60px 0px;
  }
}

@media (max-width: 576px) {
  .website-ecosystem img {
    width: 799px;
    height: 517px;
    position: relative;
    right: 200px;
  }
}
