@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-x: clip;
}

:root {
  --des-text: #272727;
  --des-secondary: #8f8f8f;
  --primary-color: #006ff1;
  --primary-heading: #050505;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cont {
  width: 100%;
  height: 41px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 41px 140px;
  max-width: 1600px;
}

.header-logo {
  width: 206px;
  height: auto;
}

main {
  /* padding-bottom: 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.only-mobile {
  display: none;
}

.mobile-nav {
  display: none;
}

.nav-links {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  list-style: none;
  column-gap: 25px;
}

.nav-links li {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
}

.nav-links li a {
  color: var(--des-text);
  text-decoration: none;
  font-weight: 500;
}

.hero-container {
  height: 1154px;
  max-width: 1600px;
  width: 100%;
  padding: 41px 140px;
  position: relative;
}

.hero-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60%;
  column-gap: 139px;
}

.hero-heading-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 39%;
  margin-bottom: -68px;
  position: relative;
  z-index: 999;
}

.hero-content-one {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 42px;
}

.hero-heading-container h1:nth-child(1) {
  width: 100%;
  font-size: 235px;
  padding: 20px 0;
  max-width: 1200px;
  font-weight: 500;
  line-height: 154px;
  text-align: center;
  text-transform: uppercase;
  text-align: start;
  color: #006ff1;
}

.hero-heading-container h1:nth-child(2) {
  padding: 20px 0;
  width: 100%;
  max-width: 1200px;
  font-size: 235px;
  font-weight: 500;
  line-height: 154px;
  text-align: center;
  text-transform: uppercase;
  text-align: end;
  color: #006ff1;
}

.hero-image-one {
  width: 357px;
  height: 361px;
}

.hero-image-two {
  width: 357px;
  height: 361px;
}

.hero-image-two {
  width: 100%;
  height: auto;
}

.content-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 229px;
  row-gap: 39px;
}

.content-one p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  width: 100%;
  color: var(--des-text);
}

.content-one button {
  width: 100%;
  height: 62px;
  background: #006ff1;
  border: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
}

.hero-content-two {
  width: 424px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero-content-two p {
  font-size: 68px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  color: #f0f0f0;
}

.service-banner {
  width: 100%;
  height: 157px;
  padding: 41px 95px;
  display: flex;
  flex-direction: row;
  column-gap: 21px;
  align-items: center;
  justify-content: center;
  background: #006ff1;
  color: #ececec;
}

.service-banner h2:nth-child(1),
.service-banner h2:nth-child(3),
.service-banner h2:nth-child(5) {
  font-size: 50px;
  font-weight: 300;
  line-height: 65px;
  text-align: left;
}

.horizontal-break {
  width: 2px;

  height: 100%;
  background: #0055b9;
}

.about-section {
  width: 100%;
  padding: 41px 140px;
  display: flex;
  flex-direction: row;
  margin-top: 110px;
  max-width: 1600px;
  overflow-x: clip;
}

.about-content-container {
  width: 50%;
  transform: translateX(-150%);
}

.about-content-container h1 {
  font-size: 88px;
  font-weight: 500;
  line-height: 92px;
  text-align: left;
  text-transform: uppercase;
  color: var(--primary-heading);
}

.about-content-container h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-bottom: 15px;
  color: var(--primary-heading);
}

.about-content-container p {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  max-width: 490px;
  color: var(--des-text);
}

.about-image-container {
  width: 50%;
}

.about-image {
  width: 100%;
  height: auto;
}

.portfolio-section {
  padding: 100px 140px;
  padding-bottom: 200px;
  max-width: 1600px;
  width: 100%;
  overflow-x: clip;
}

.portfolio-section-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  margin-bottom: 82px;
  height: 194px;
}

.portfolio-section-heading h2 {
  font-size: 235px;
  font-weight: 500;
  line-height: 154px;
  text-align: center;
  color: var(--primary-heading);
}

.portfolio-section-heading h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  padding-bottom: 20px;
  color: var(--primary-heading);
}

.portfolio-section-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: var(--des-text);
}
.portfolio-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 15px;
}

.portfolio-heading p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: var(--primary-heading);
}

.portfolio-heading p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: var(--primary-heading);
}

.portfolio-details p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  max-width: 564px;
  color: var(--des-text);
}

.portfolio-section-heading div:nth-child(2) {
  max-width: 334px;
}

.portfolio-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 73px;
}

.portfolio-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.portfolio-cta button {
  width: 275px;
  height: 62px;
  background: #006ff1;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  display: flex;
  column-gap: 11px;
  align-items: center;
  justify-content: center;
}

.portfolio-image-one {
  width: 100%;
  margin-bottom: 30px;
}
.portfolio-image-two {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.portfolio-image-three {
  width: 100%;
  height: 478px;
  margin-bottom: 30px;
}

.portfolio-row-one {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  column-gap: 25px;
}

.portfolio-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-info button {
  width: 275px;
  height: 62px;
  background: #006ff1;
  border: 0;
  color: white;

  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
}

/* process section start */

.process-section {
  padding-top: 80px;
  padding: 41px 140px;
  max-width: 1600px;
  width: 100%;
  overflow-x: clip;
}

.process-header h1 {
  font-size: 235px;
  font-weight: 500;
  line-height: 154px;
  text-align: center;
  text-align: center;
  color: var(--primary-heading);
}

.process-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 90px;
  align-items: flex-start;
  column-gap: 60px;
}

.process-image {
  width: 50%;
  height: auto;
}

.our-process-section h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  margin-bottom: 15px;
  color: var(--primary-heading);
}
.our-process-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 30px;
  color: var(--des-text);
}

.process-step-min-card {
  width: 547px;
  height: 99px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dcdcdc;
  padding: 0px 0 0px 52px;
  position: relative; /* Added for positioning dropdown */
}

.process-card-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.process-step-min-card p {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  color: var(--des-text);
}

.toggle-button {
  width: 100px;
  height: 98px;
  background: #000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
}

.dropdown-content {
  display: none; /* Initially hidden */
  position: absolute;
  top: 100%; /* Adjust based on your layout */
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
}

/* New accordian */

.our-process-section {
  width: 100%;
}

.our-process-steps {
  width: 50%;
}

.process-row-1 {
  width: 50%;
}
.process-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 64px;
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;

  row-gap: 16px;
}

.accordion h1 {
  font-size: 32px;
  text-align: center;
}

.accordion-item {
  margin-top: 0px;

  border: 1px solid #dcdcdc;
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item-title {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  flex-direction: row-reverse;
  align-items: center;
  text-transform: uppercase;
}

.accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  border-top: 1px solid #dcdcdc;
  padding: 10px 20px 20px;
  max-height: 0px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.accordion-item.active .accordion-item-desc {
  display: block;
  max-height: 700px; /* Adjust this value based on the content */
  padding: 10px 20px 20px;
}

.accordion-item.active .icon {
  content: "-";
  font-size: 30px;
  background: #000;
  color: white;
}

.accordion-item .icon {
  font-size: 20px;
  /* margin-left: 14px; */
  width: 100px;
  height: 98px;
  background: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-left: 1px solid #dcdcdc;
  user-select: none;
}

/* process section end */

/* Choose section start */
.choose-section {
  padding: 0px 140px;
  padding-top: 100px;
  padding-bottom: 0;
  max-width: 1600px;
  width: 100%;
  overflow-x: clip;
}

.header-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 67px;
}

.header-container h1 {
  font-size: 88px;
  font-weight: 500;
  line-height: 92px;
  text-align: left;
  max-width: 620px;
  text-transform: uppercase;
  color: var(--primary-heading);
}

.choose-content {
  width: 346px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
}

.choose-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: var(--primary-heading);
}

.choose-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: var(--des-text);
}

.why-blueblocks-gallery {
}

.choose-image-one {
  width: 100%;
  height: 615px;
  object-fit: cover;
  margin-bottom: 23px;
  z-index: 9999;
}

.choose-card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
}

.choose-card {
  width: 368px;
  border: 0.5px solid #ababab;
  opacity: 0;
  transform: translateY(-100px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  height: 540px;
}

.choose-card img {
  width: 368px;
  z-index: 9999;
}

.choose-card-content {
  padding: 46px 40px;
}

.choose-card-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: var(--primary-heading);
}

.choose-card-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: var(--des-text);
}

.choose-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-cta button {
  width: 275px;
  height: 62px;
  background: #006ff1;
  border: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  display: flex;
  column-gap: 11px;
  align-items: center;
  justify-content: center;
}

/* Choose section end */
/* Newsletter section */

.newsletter-section {
  padding: 0 140px;
  padding-top: 76px;
  padding-bottom: 236px;
  max-width: 1600px;
  width: 100%;
  position: relative;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 157px;
  overflow-x: clip;
}

.newsletter-main-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.background-grid-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -999;
  top: 0;
  left: 0;
}

.newsletter-heading p {
  font-size: 88px;
  font-weight: 500;
  line-height: 92px;
  text-align: left;
  text-transform: uppercase;
  max-width: 476px;
  color: var(--primary-heading);
}

.form-input-container label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a;
}

.subscribe-form {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}

.form-input-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 134px;
  /* align-self: end; */
  justify-content: flex-end;
  row-gap: 35px;
  width: 300px;
}

.subscribe-form button {
  width: 70px;
  height: 70px;
  background: #fc7d08;
  border: 0;
  border-radius: 100%;
}
.subscribe-form button i {
  transform: rotate(-45deg);
  color: #ffff;
  font-size: 30px;
}

.subscribe-form input {
  border: 0;
  border-bottom: 1px solid #5f5c5cee;
  width: 100%;
  padding: 15px 2px;
  font-size: 20px;
  color: #8d8d8d;
}

.subscribe-form input:focus {
  outline: none;
}

/* Newsletter section end */

/* Footer section start */

.footer-section {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container {
  color: #ffff;
  padding: 91px 140px;
  max-width: 1600px;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo {
  width: 256px;
  height: auto;
}

.footer-content-two {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.footer-content-one p {
  width: 351px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.active-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 21px;
  width: 300px;
}

.active-link-container p {
  font-size: 25px;
  font-weight: 600;
  line-height: 31.5px;
  text-align: left;
  text-transform: uppercase;
}

.active-link-container li {
  list-style: none;
}

.active-link-container li a {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.address-container {
  max-width: 229px;
}

.address-container-header {
  font-size: 25px;
  font-weight: 600;
  line-height: 31.5px;
  text-align: left;
  text-transform: uppercase;
}

.address-container p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  padding: 21px 0;
}

/* Footer section end */

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* Header section start  */

  .nav-links {
    column-gap: 10px;

    column-gap: 14px;
  }

  .nav-links li {
    font-size: 14px;
  }

  .header-cont {
    width: 100%;
    height: 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 54px 65px;
  }

  /* Header section End */

  /* Hero section start 1024 */

  .hero-container {
    padding: 41px 65px;
    height: 850px;
  }

  .hero-heading-container h1:nth-child(1),
  .hero-heading-container h1:nth-child(2) {
    font-size: 176px;
    line-height: 100px;
  }

  .hero-heading-container {
    margin-bottom: -60px;
  }

  .hero-image-one {
    width: 246px;
    height: auto;
  }

  .hero-image-two {
    width: 246px;
    height: auto;
  }

  .hero-content-container {
    column-gap: 83px;
  }

  .hero-content-two p {
    font-size: 47px;
    line-height: 53px;
  }

  .hero-content-one {
    column-gap: 23px;
  }

  .content-one button {
    height: 54px;
  }

  /* Hero section end */

  /* service banner start 1024 */

  .service-banner {
    padding: 45px 41px;
  }

  .service-banner h2:nth-child(1),
  .service-banner h2:nth-child(3),
  .service-banner h2:nth-child(5) {
    font-size: 35px;
    column-gap: 16px;
  }
  /* service banner end 1024 */

  /* About us start */

  .about-section {
    width: 100%;
    padding: 41px 65px;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    column-gap: 55px;
  }

  .about-content-container h1 {
    font-size: 61px;
    line-height: 64px;
  }

  .about-content-container p {
    font-size: 14px;

    line-height: 20px;
  }

  .about-content-container h3 {
    padding-bottom: 9px;
  }

  .about-description-container {
    margin-top: 43px;
  }

  .about-image {
    width: 440px;
    height: auto;
  }

  /* About us end */

  /* portfolio section start 1024 */

  .portfolio-section {
    padding: 41px 65px;
    padding-bottom: 100px;
  }

  .portfolio-section-heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--des-text);
  }

  .portfolio-section-heading div:nth-child(2) {
    max-width: 273px;
  }

  .portfolio-details p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }

  .portfolio-section-heading h2 {
    font-size: 180px;
  }

  .portfolio-image-one {
    width: 435px;
    margin-bottom: 15px;
  }

  .portfolio-image-two {
    width: 435px;
    margin-bottom: 15px;
  }

  .portfolio-section-heading h3 {
    padding-bottom: 7px;
  }

  .portfolio-section-heading {
    align-items: flex-end;
  }

  .portfolio-container {
    row-gap: 32px;
  }

  .portfolio-image-three {
    width: 100%;
    height: 452px;
    margin-bottom: 15px;
    object-fit: fill;
  }

  .portfolio-cta {
    margin-top: 30px;
  }

  .portfolio-cta button {
    width: 260px;
    height: 55px;
  }

  /* portfolio section end 1024 */

  /* process section start 1024  */
  .process-section {
    padding-top: 80px;
    padding: 41px 65px;
  }

  .process-header h1 {
    font-size: 180px;
  }

  .process-image {
    width: 50%;
    height: auto;
  }

  .process-step-min-card {
    width: 480px;
    height: 81px;

    padding: 0px 0 0px 27px;
  }

  .process-row-2 {
    column-gap: 41px;
  }

  .process-step-min-card div {
    width: 100px;
    height: 81px;
  }

  .our-process-section p {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .accordion-item .icon {
    width: 68px;
    height: 68px;
  }

  .accordion-item-desc {
    font-size: 12px;
  }

  .process-content-container {
    column-gap: 30px;
  }

  /* process section end 1024  */

  /* choose section start 1024 */

  .choose-section {
    padding: 41px 65px;
    padding-top: 100px;
  }

  .header-container h1 {
    font-size: 79px;
    line-height: 84px;
    max-width: 549px;
  }

  .choose-content {
    width: 304px;
  }

  .header-container {
    column-gap: 42px;
  }

  .choose-card-content {
    padding: 31px 22px;
  }

  .choose-card img {
    width: 280px;
  }

  .choose-card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }

  .choose-content p {
    font-size: 14px;
    line-height: 20px;
  }

  /* choose section end 1024 */

  /* Newsletter section start */

  .newsletter-section {
    padding: 0 65px;
    padding-top: 30px;
    padding-bottom: 180px;
    position: relative;
    object-fit: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 100px;
  }

  .newsletter-heading p {
    font-size: 75px;
    font-weight: 500;
    line-height: 92px;
    text-align: left;
    text-transform: uppercase;
    max-width: 400px;
    color: var(--primary-heading);
  }

  /* Newsletter section end */

  /* Footer section start 1024*/

  .footer-container {
    background-color: #000000;
    color: #ffff;
    padding: 91px 65px;
  }

  .footer-content-one p {
    width: 323px;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }

  .active-link-container li a {
    font-size: 14px;
    padding-bottom: 9px;
  }

  .active-link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 21px;
    width: 181px;
  }

  .address-container p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 21px 0;
  }
  /* Footer section End 1024 */
}

@media only screen and (min-width: 1340px) and (max-width: 1439px) {
  /* Header section start  */

  .nav-links {
    column-gap: 10px;

    column-gap: 14px;
  }

  .nav-links li {
    font-size: 14px;
  }

  .header-cont {
    width: 100%;
    height: 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 54px 160px;
  }
  /* Header section End */

  /* Hero section start 1024 */

  .hero-container {
    padding: 41px 160px;
    height: 900px;
  }

  .hero-heading-container h1:nth-child(1),
  .hero-heading-container h1:nth-child(2) {
    font-size: 198px;
    line-height: 117px;
  }

  .hero-heading-container {
    margin-bottom: -60px;
  }

  .hero-image-one {
    width: 281px;

    height: auto;
  }

  .hero-image-two {
    width: 320px;
    height: auto;
  }

  .hero-content-container {
    column-gap: 83px;
    height: 70%;
    /* justify-content: space-between; */
  }

  .hero-content-two {
    width: 343px;
  }

  .hero-content-two p {
    font-size: 55px;
    line-height: 56px;
    margin-top: 20px;
  }

  .hero-content-one {
    column-gap: 23px;
  }

  .content-one button {
    height: 54px;
  }

  /* Hero section end */

  /* service banner start 1024 */

  .service-banner {
    padding: 45px 41px;
  }

  .service-banner h2:nth-child(1),
  .service-banner h2:nth-child(3),
  .service-banner h2:nth-child(5) {
    font-size: 50px;
    column-gap: 16px;
  }
  /* service banner end 1024 */

  /* About us start */

  .about-section {
    width: 100%;
    padding: 41px 160px;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    column-gap: 55px;
  }

  .about-content-container h1 {
    font-size: 65px;
    line-height: 70px;
  }

  .about-image {
    width: 100%;
    height: auto;
  }

  /* About us end */

  /* portfolio section start 1024 */

  .portfolio-section {
    padding: 90px 160px;
    padding-bottom: 100px;
  }

  .portfolio-section-heading div:nth-child(2) {
    max-width: 273px;
  }

  .portfolio-section-heading h2 {
    font-size: 212px;
    line-height: 179px;
  }

  .portfolio-image-one {
    width: 100%;
    margin-bottom: 15px;
  }

  .portfolio-image-two {
    width: 100%;
    margin-bottom: 15px;
  }
  .portfolio-section-heading h3 {
    padding-bottom: 7px;
  }

  .portfolio-section-heading {
    align-items: flex-end;
  }

  .portfolio-container {
    row-gap: 32px;
  }

  .portfolio-image-three {
    width: 100%;
    height: 452px;
    margin-bottom: 15px;
    object-fit: fill;
  }

  .portfolio-cta {
    margin-top: 30px;
  }

  .portfolio-cta button {
    width: 260px;
    height: 55px;
  }

  /* portfolio section end 1024 */

  /* process section start 1024  */
  .process-section {
    padding-top: 80px;
    padding: 41px 160px;
  }

  .process-header h1 {
    font-size: 212px;
    line-height: 179px;
  }
  .process-image {
    width: 50%;
    height: auto;
  }

  .accordion-item .icon {
    width: 80px;
    height: 80px;
  }

  .process-content-container {
    column-gap: 64px;
  }

  .process-step-min-card {
    width: 480px;
    height: 81px;

    padding: 0px 0 0px 27px;
  }

  .process-step-min-card div {
    width: 100px;
    height: 81px;
  }

  .our-process-section p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  /* process section end 1024  */

  /* choose section start 1024 */

  .choose-section {
    padding: 41px 160px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .header-container h1 {
    font-size: 79px;
    line-height: 84px;
    max-width: 549px;
  }

  .choose-content {
    width: 329px;
  }

  .header-container {
    column-gap: 42px;
  }

  .choose-card-content {
    padding: 39px 24px;
  }

  .choose-card img {
    width: 100%;
  }

  .choose-card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }

  /* choose section end 1024 */

  /* Footer section start 1024*/

  .footer-container {
    background-color: #000000;
    color: #ffff;
    padding: 91px 160px;
  }
  /* Footer section End 1024 */
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* common */
  .only-mobile {
    display: block;
  }
  /* Header section start  */

  .nav-container {
    display: none;
  }

  .header-cont {
    padding: 40px 35px;
  }

  .header-logo {
    width: 99px;
    height: auto;
  }
  /* Header section End  */

  /* Hero section starts */

  .hero-container {
    max-height: 695px;
    padding: 31px 14px;
  }

  .hero-heading-container h1:nth-child(1) {
    font-size: 70px;
    line-height: 30px;
  }

  .hero-heading-container h1:nth-child(2) {
    font-size: 70px;
    line-height: 30px;
  }
  .hero-heading-container {
    height: 163px;
  }

  .hero-content-container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 27px;
    height: 100%;
  }

  .hero-image-one {
    width: 188px;
    height: 188px;
  }

  .hero-image-two {
    width: 233px;
    height: 228px;
  }

  .hero-content-two {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .hero-content-two p {
    font-size: 29px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #f0f0f0;
    width: 233px;
  }

  .hero-content-one {
    column-gap: 28px;
    align-items: flex-end;
  }

  .content-one p {
    font-size: 10px;
    line-height: 15px;
    width: 100%;
  }

  .content-one {
    width: 115px;
    align-items: start;
    row-gap: 15px;
  }

  .content-one button {
    height: 31px;
    width: 95px;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  /* Hero section ends */

  /* Service Section start */

  .service-banner h2:nth-child(1),
  .service-banner h2:nth-child(3),
  .service-banner h2:nth-child(5) {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }

  .service-banner {
    width: 100%;
    height: 33px;
    padding: 20px 35px;
    margin-top: 33px;
  }

  .service-banner {
    column-gap: 6px;
  }

  /* Service Section End */

  /* About section start  */

  .about-section {
    width: 100%;
    padding: 0px 35px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .about-description-container {
    margin-top: 35px !important;
    text-align: center;
  }

  .about-content-container p {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    max-width: 318px;
  }

  .about-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-content-container h1 {
    font-size: 45px;

    line-height: 51px;
    text-align: center;
    max-width: 252px;
  }
  .about-image-container {
    width: 100%;
  }

  .about-image {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  /* About section End */

  /* Portfolio section start */

  .portfolio-section {
    padding: 41px 0px;
    padding-bottom: 50px;
  }

  .portfolio-section-heading h2 {
    font-size: 115px;
    font-weight: 500;
    line-height: 154px;
    text-align: center;
  }

  .portfolio-section-heading p {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
  }

  .portfolio-section-heading h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    padding-bottom: 7px;
  }

  .portfolio-section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    height: 100%;
  }

  .portfolio-container {
    padding: 0px 35px;
    row-gap: 25px;
  }

  .portfolio-row-one {
    column-gap: 16px;
  }

  .portfolio-image-one {
    width: 100%;
    margin-bottom: 10px;
  }

  .portfolio-heading {
    margin-bottom: 8px;
  }

  .portfolio-heading p:nth-child(1) {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
  }

  .portfolio-details p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    max-width: 564px;
  }

  .portfolio-image-two {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: end;
  }

  .portfolio-image-three {
    max-height: 240px;
    margin-bottom: 10px;
  }
  .portfolio-cta button {
    width: 105px;
    height: 31px;
    font-size: 8px;
    line-height: 10.26px;
  }

  .portfolio-cta {
    margin-top: 25px;
  }

  /* Portfolio section End */

  /* Process section start */
  .process-section {
    padding-top: 80px;
    padding: 41px 35px;
  }

  .process-header h1 {
    font-size: 73px;
    font-weight: 500;
    line-height: 124px;
    text-align: center;
  }

  .our-process-section {
    width: 100%;
  }

  .process-row-1 {
    width: 100%;
  }

  .process-row-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 64px;
  }

  .our-process-section h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin-bottom: 7px;
  }

  .our-process-section p {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }

  .process-image {
    width: 100%;
    height: auto;
  }

  .process-content-container {
    flex-direction: column;
    margin-top: 25px;
  }

  .process-card-container {
    width: 100%;
    row-gap: 0px;
  }

  .process-step-min-card {
    width: 100%;
    padding: 0px 0 0px 20px;
    height: 57px;
  }

  .our-process-steps {
    width: 100%;
    margin-top: 18px;
  }

  .toggle-button {
    width: 57px;
    height: 57px;
  }

  .process-step-min-card p {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.9px;
    text-align: left;

    color: var(--des-text);
  }

  .accordion-item .icon {
    font-size: 20px;

    width: 64px;
    height: 64px;
  }

  .accordion-item-desc {
    display: none;
    font-size: 12px;
    line-height: 18px;
  }

  /* Process section end */

  /* Choose section start */

  .choose-section {
    padding: 0px 35px;
  }

  .header-container h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 51px;
    text-align: center;
    max-width: 620px;
    text-transform: uppercase;
    color: #000000;
    max-width: 252px;
  }

  .header-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 67px;
  }

  .choose-card-container {
    flex-direction: column;
    row-gap: 21px;
  }

  .choose-card {
    width: 100%;
  }

  .choose-card img {
    width: 100%;
  }

  .choose-image-one {
    content: url("./assets/choose-section-image1-small.png");
    height: 312px;
    object-fit: contain;
  }

  .choose-card-content {
    padding: 27px 40px;
  }

  .choose-card-content h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 20px;
  }

  .choose-card-content p {
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }

  .choose-content {
    display: none;
  }

  /* Choose section End */

  /* Newsletter section start */

  .newsletter-section {
    padding: 0 35px;
    row-gap: 50px;
  }

  .choose-cta button {
    width: 85px;
    height: 31px;
    background: #006ff1;
    border: 0;
    color: white;
    margin-top: 35px;
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
  }

  .newsletter-heading p {
    font-size: 45px;
    font-weight: 500;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    max-width: 240px;
  }

  .newsletter-form {
    width: 100%;
  }
  .newsletter-main-container {
    flex-direction: column;
    width: 100%;
  }
  .form-input-container {
    width: 236px;
    row-gap: 16px;
  }
  .subscribe-form {
    width: 100%;
    column-gap: 0px;
    justify-content: space-between;
    margin-top: 50px;
  }

  /* Newsletter section End */

  /* Footer section Start */

  .footer-container {
    padding: 57px 35px;
    column-gap: 40px;
    margin-top: 52px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-content-one p {
    width: 154px;
    margin-top: 15px;

    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;
  }

  .footer-content-two {
    flex-direction: column-reverse;
    row-gap: 33px;
  }

  .active-link-container {
    width: auto;
    align-items: start;
    row-gap: 9px;
  }

  .address-container-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;
    text-transform: uppercase;
  }

  .address-container p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding: 21px 0;
  }

  .active-link-container p {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;
    text-transform: uppercase;
  }

  .active-link-container li a {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 10px;
  }

  /* Footer section End */

  .mobile-nav {
    height: 100vh;
    width: 100%;
    background: #ffffff;
    right: -100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: right 1s ease-in-out;
    padding: 30px;
  }

  .mobile-nav-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-nav-header .logo img {
    width: 150px;
    height: auto;
  }

  .mobile-nav-header i {
    font-size: 20px;
  }

  .mobile-nav .mobile-nav-list {
    transition: opacity 1s ease-in-out;
  }

  .mobile-nav.expanded {
    height: 100vh;
    right: 0%;
    transition: right 1s ease-in-out;
  }

  .mobile-nav.expanded .mobile-nav-list {
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  .mobile-nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .mobile-active-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .mobile-active-links a {
    color: var(--des-text);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }

  .hamburger {
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
  }

  .hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .bar {
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
  }

  .hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .footer-section {
    margin-top: 50px;
  }
}
