@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

html {
  scroll-behavior: smooth;
}

.top-section {
  background-color: #ecf3f1;
  height: calc(100vh - 66px);
  display: flex;
  align-items: center;
}

.img-phone {
  width: 100%;
}

.dm-heading-one {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: calc(12px + 1.7vw);
  line-height: 90px;
  color: #4c4d66;
}

.dm-heading-one-first-word {
  font-weight: 400;
}

.dm-paragraph-one {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;

  color: #737491;
}

.dm-work-image {
  margin-top: 90px;
  width: 100%;
  border-radius: 10px;
}

.dm-heading-two {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  color: #4c4d66;
}

.dm-paragraph-two {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #737491;
}

.shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
    0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.dm-paragraph-tree {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #737491;
  font-size: 14px;
}

.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #737491;
}

.second-section {
  margin-top: 100px;
}



.dm-heading-tree {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  line-height: 139.5%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  color: #4c4d66;
}

.dm-paragraph-four {
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #737491;
  font-size: 16px;
}

.dm-work-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #4c4d66;
  margin-top: 80px;
}

.dm-work-pharagraph {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #737491;
  font-size: 16px;
  line-height: 28px;
}

.btn-outline-success {
  background: #ffffff;
  border: 1px solid #448c74;
  border-radius: 12px;
}
.dm-work-btn-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #448c74;
}

.project-social-icons {
  display: inline;
}

.social-icons {
  margin-left: 20px;
  cursor: pointer;
}

.carousel-item {
  align-items: center;
  justify-content: center;
}

.carousel-item img {
  height: 80px;
  width: 120px;
}

.icons-slider {
  margin-top: 90px;
  padding: 50px 48px;
  border: 1px solid #eeeeee;
  color: #eeeeee;
  border-radius: 30px;
}

.carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #565664;
}

.carousel .carousel-indicators button.active {
  background-color: #448c74;
}

.carousel-indicators {
  bottom: -60px;
}

.contact-us-section {
  background-color: #ecf3f1;
}

.contact-us-heading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: #4c4d66;
  margin-bottom: 20px;
}

.contact-us-sub-heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737491;
  text-align: center;
  margin-bottom: 50px;
}

.form-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #4c4d66;
  margin: 0 0 5px 0;
}

.invalid-feedback {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

.form-control,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #4c4d66;
  border-radius: 12px;
}

.form-control:focus {
  border: 1px solid #448c74;
}

.form-control::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #737491;
  font-size: 0.9em;
}

.form-control:focus {
  border: 1px solid #448c74;
}

.contact-us-section {
  margin-top: 130px;
  padding: 50px 0;
}

#map {
  height: 478px;
  width: 100%;
}

.primary-button {
  font-family: "Inter", "sans-serif";
  font-size: 12px;
  font-weight: 600px;
  background-color: #448c74;
  color: #fff;
  border-radius: 12px;
  border: 1px solid #448c74;
  padding: 10px 30px;
}

.primary-button:hover,
.primary-button:disabled {
  background-color: #5aa78d !important;
  color: #fff !important;
  border: 1px solid #5aa78d !important;
}

.primary-button:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

/* Max width media queries */
@media only screen and (max-width: 1199px) {
  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 60px;
  }

  .img-phone {
    width: 450px;
  }

  .dm-work-image {
    width: 445px;
  }

  .dm-work-pharagraph {
    width: 360px;
  }
}

@media only screen and (max-width: 991px) {
  .top-section {
    height: calc(60vh - 82px);
  }

  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 50px;
  }

  .dm-heading-two {
    text-align: center;
  }

  .img-phone {
    width: 330px;
  }

  .dm-heading-tree {
    font-size: 22px;
  }

  .dm-work-image {
    width: 600px;
  }

  .dm-work-image-warpper {
    text-align: center;
  }

  .work-warpper {
    text-align: center;
  }

  .dm-work-paragraph-wrapper {
    display: flex;
    justify-content: center;
  }

  .dm-work-pharagraph {
    width: 600px;
  }

  button {
    padding: 3px;
  }

  .dm-work-heading {
    font-size: 20px;
  }

  .dm-work-btn-text {
    font-size: 12px;
  }

  .offset-md-1 {
    margin-left: 0.333333%;
  }

  .project-social-icons {
    margin-top: 20px;
    display: block;
  }

  .social-icons:first-child {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
  }
  .top-section {
    height: calc(100vh - 66px);
  }

  .dm-paragraph-one {
    text-align: center;
  }

  .img-phone {
    width: 516px;
  }

  .dm-work-image-warpper {
    display: flex;
    justify-content: center;
  }

  .dm-work-image {
    width: 100%;
  }

  .dm-work-paragraph-wrapper {
    display: flex;
    justify-content: center;
  }

  .send-message-button {
    text-align: center;
  }
  .map-column {
    margin-top: 50px;
  }

  .contact-us-section {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .dm-header-content {
    height: calc(78vh);
  }

  .dm-paragraph-two {
    padding: 10px;
  }

  .img-phone-wrapper {
    text-align: center;
  }

  .img-phone {
    width: 100%;
  }

  .dm-work-image {
    width: 100%;
  }

  .dm-work-pharagraph {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-paragraph-one {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-word-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-paragraph-four {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-sub-class {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 426px) {
  .dm-work-image {
    width: 320px;
  }

  .img-phone {
    width: 360px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 377px) {
  .img-phone {
    width: 290px;
  }
}
