@import "./style.css";

.delta-furnitures-page .d-f-banner {
  position: relative;
}

.delta-furnitures-page .d-f-banner .hero-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  padding-bottom: 0;
  color: #0056d2;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* .delta-furnitures-page .d-f-banner::before {
  content: "";
  background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 19px;
} */
.custom-container {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.hero-t1,
.single-h2 {
  background: linear-gradient(to top, #b9b9b9 5%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-t2,
.single-h2 {
  color: #fff;
  /* font-size: 70px; */
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.delta-furnitures-page {
  overflow: hidden;
}

.delta-furnitures-page .container {
  padding: 3rem 0;
}

.delta-furnitures-page .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.delta-furnitures-page .hero-image img {
  width: 100%;
}

.delta-furnitures-page .hero-image button {
  padding: 0.5rem 3rem;
}

.delta-furnitures-page .hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.delta-furnitures-page .button-grupe button {
  background: #f2f2f2;
  color: #7e7e7e;
  text-transform: capitalize;
}

.delta-furnitures-page .d-f-banner img {
  width: 100%;
  /* border-radius: 19px; */
}

.delta-furnitures-page .view-project {
  background-color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  color: var(--link-hover);
  border: 2px solid #ffffff00;
  padding: 0.5rem 3.5rem;
  text-transform: capitalize;
  transition-duration: 400ms;
}

.delta-furnitures-page .view-project:hover {
  border-color: #fff;
  color: #fff;
  background: #ffffff00;
}

/* Text section  */
.text-section {
  background-color: #f6f6f6;
  /* background-color: var(--link-hover); */
  
  color: #000;
  padding: 3rem 0;
  border-radius: 19px;
}

.text-section .container h2 {
  font-family: var(--primary-font);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 3rem;
}

.text-section .container p {
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: justify;
}

/* Key Req  */

.key-requ-section .container {
  position: relative;
}

.g-border,
.b-border {
  width: 41px;
  z-index: 1;
  height: 41px;
  border-radius: 99%;
  border: 1px solid #7e7e7e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-ball,
.b-ball {
  width: 23px;
  height: 23px;
  border-radius: 99%;
  background-color: #7e7e7e;
}

.b-border {
  border-color: var(--link-hover);
}

.b-ball {
  background-color: var(--link-hover);
}

.blue-line-h {
  position: absolute;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.blue-line-h .line-item {
  height: 24px;
  width: 5px;
  background-color: var(--link-hover);
  border-radius: 3px;
  margin: 12.5px 0;
}

.blue-line-w .line-item {
  width: 24px;
  height: 5px;
  background-color: var(--link-hover);
  border-radius: 3px;
  margin: 0 12.5px;
}

.blue-line-w {
  display: flex;
  position: absolute;
}

.l-w-1 {
  bottom: -3.5rem;
  left: -1rem;
}

.l-w-2 {
  bottom: -116.5rem;
  left: -1rem;
}

.l-w-3 {
  bottom: -71.8rem;
  left: -1rem;
}

.l-w-3-custom {
    bottom: -131.3rem;
    left: -1rem;
}

.l-w-3-custom-2 {
    bottom: -58.8rem;
    left: -2rem;
}

.b-3 {
  margin-top: -3.2rem !important;
}

/* .g-b-1 {
    top: 0;
    left: -4.5rem;
}

.g-b-2 {
    bottom: -5rem;
    left: -4.5rem;
}

.g-b-3 {
    left: -4.5rem;
    bottom: -22rem;
} */

.k-r-s {
  top: -0.5rem;
  left: -4.35rem;
}

.st-s {
  right: -0.5rem;
  top: 2.2rem;
}

.white-item {
  background-color: #fff !important;
}

.key-requ-section .key-re-rel {
  position: relative;
}

.key-requ-section .row .k-r-top h4 {
  font-family: var(--primary-font);
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 2rem;
}

.key-requ-section .row .k-r-top .k-r-body p {
  font-family: var(--primary-font);
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: justify;
}

.key-requ-section .row .k-r-top .k-r-body ul li {
  font-family: var(--primary-font);
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-align: left;
}

.key-requ-section .k-r-2nd-text p {
  font-family: var(--primary-font);
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: justify;
}

.code-editor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-editor img {
  width: 80%;
}
/* Tech Stacks  */
.t-s-h4 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin: 2rem 0;
}

.t-s-head {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
}

.tech-stacks-section .t-s-head .t-s-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.tech-stacks-section .t-s-image img {
  width: 78px;
  height: 82px;
  margin: 10px 20px;
  object-fit: contain;
}

/* Features  */

.features-section .f-card-s {
  margin-bottom: 3rem;
  border: 1px solid var(--link-hover);
  padding: 2rem;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.features-section .f-card-s img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.features-section .f-card-s .f-card-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}

.features-section .f-card-s p {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: black;
}

/* Chart  */
#myChart {
  background: #f3f3f3;
  border-radius: 10px;
  width: 100% !important;
  height: 274px !important;
}

.strategic-dip-section .col-md-4 {
  position: relative;
}

.strategic-dip-section .t-s-head .col-md-6 {
  display: flex;
  align-items: flex-end;
}

.strategic-dip-section .f-card-s {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 1rem;
}

.strategic-dip-section .f-card-s p {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #3e3e3e;
}

.strategic-dip-section .f-card-s .f-card-date {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #3e3e3e;
}

.strategic-dip-section .t-s-head .custom-chart-js {
  width: 100%;
}

.strategic-dip-section .t-s-each {
  /* margin-top: 12rem; */
  /* margin-bottom: 20rem; */
}

.strategic-dip-section .t-s-each:first-child {
    margin-top: 12rem;
    /* margin-bottom: 20rem; */
}

.strategic-dip-section .t-s-each:last-child {
    /* margin-top: 12rem; */
    margin-bottom: 8.5rem;
}

.strategic-dip-section .t-s-each .code-editor img {
  width: 100%;
}

.strategic-dip-section .t-s-each .col-md-6 {
  margin-bottom: 3rem;
}

.t-s-each .f-card-date {
    display: none;
}

.strategic-dip-section .f-card-s .f-card-ttl {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.strategic-dip-section .t-s-last {
  margin-bottom: 0rem;
}

/* Conslusion  */
.conclusion-section,
.col-md-8 p {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: justify;
}

.conclusion-section,
.col-md-8 {
  position: relative;
}

.l-w-4 {
  top: -2.5rem;
  right: -3rem;
}

.l-w-5 {
  bottom: -3rem;
  right: -3rem;
  display: flex;
  align-items: center;
}

.con-s {
  right: -5rem;
  top: -3.5rem;
}

/* Ending  */

.ending-section .col-md-8 .e-l-div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3rem;
}

.ending-section .col-md-8 .e-top {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: right;
}

.ending-section .col-md-8 .e-l-div a {
  display: flex;
  justify-content: flex-end;
}

.ending-section .col-md-8 .e-bottom {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #3e3e3e8e;
}

/* Comment Section  */

.comment-section {
  margin: 3rem 0;
}

.comment-section,
.section-h1 {
  margin-bottom: 2rem;
}
.section-h1-primary {
    color: #000 !important;
}

/* Form  */
.comment-section .form-outline .form-control {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
}

.comment-section .form-outline .form-control ~ .form-notch div {
  border: none;
}

.comment-section .form-outline .form-control ~ .form-notch .form-notch-leading {
  border-radius: 10px 0 0 10px;
  border-color: #1489e8 !important;
}

.comment-section
  .form-outline
  .form-control
  ~ .form-notch
  .form-notch-trailing {
  border-radius: 0 10px 10px 0;
  border-color: #1489e8 !important;
}

.comment-section .form-outline .form-control ~ .form-label {
  top: 10px;
  left: 1rem;
  color: rgb(0 0 0 / 35%);
}

.comment-section .form-outline .form-control:focus ~ .form-label {
  color: #3b71ca;
  top: -1px;
  left: 12px;
}

.comment-section .com-checkbox {
  margin-top: 1rem;
}

.comment-section .com-checkbox label {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #7e7e7e;
}

.comment-section .comment-button {
  display: flex;
  justify-content: flex-end;
}

.comment-section .c-comment-btn {
  background: var(--link-hover);
  color: #fff;
  border-radius: 9px;
  padding: 8px 3rem;
  text-transform: capitalize;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}
.s-d-image {
  display: none;
}
@media only screen and (max-width: 1400px) {
}

/* 1200px Start */
@media only screen and (max-width: 1200px) {
}

/* 992px Start  */
@media only screen and (max-width: 1024px) {
  .delta-furnitures-page .d-f-banner img {
    width: 100%;
    /* border-radius: 19px; */
    height: 100%;
    object-fit: cover;
  }


  .delta-furnitures-page .d-f-banner .custom-container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
  }
  .delta-furnitures-page .d-f-banner {
    height: 532px;
  }

  .blue-line-w,
  .blue-line-h {
    display: none;
  }

  .invi-col {
    display: none;
  }

  .vis-col {
    width: 100%;
  }

  .strategic-dip-section .t-s-each {
    margin-bottom: 2rem;
  }
}

/* 768px Start */
@media only screen and (max-width: 768px) {
  .features-section .section-h1 {
    text-align: center;
  }

  .company-dash-page .hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-section .f-card-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .features-section .f-card-s p {
    text-align: center;
  }

  .features-section .f-card-s {
    margin-bottom: 1rem;
  }

  .strategic-dip-section .f-card-s {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
  }

  .strategic-dip-section .col-md-4 {
    position: relative;
    margin-top: 1rem;
  }
}

/* 576px Start */
@media only screen and (max-width: 576px) {
  .comment-section,
  .section-h1 {
    margin-bottom: 2rem;
  }
  .key-requ-section .key-re-rel {
    padding: 0.5rem;
  }
  .tech-stacks-section,
  .features-section,
  .strategic-dip-section,
  .ending-section {
    padding: 0.5rem;
  }
  .ending-section .col-md-8 .e-l-div a {
    padding-right: 10px;
  }
  .comment-section .comment-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .delta-furnitures-page .hero-title {
    flex-direction: row;
  }

  .hero-t1,
  .single-h2 {
    background: linear-gradient(to top, #ffffff 5%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-dis {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .delta-furnitures-page .d-f-banner {
    height: 352px;
    /* margin: 0.5rem; */
    min-height: 448px;
  }
  .key-re-rel {
    width: 100%;
    padding: 0;
  }
  .text-section {
    padding: 0.5rem;
  }
  .text-section .container h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-section .container p {
    font-size: 18px;
    padding: 10px;
  }

  .key-requ-section .row .k-r-top .k-r-body p {
    font-size: 18px;
    padding: 10px;
  }

  .key-requ-section .row .k-r-top .k-r-body ul li {
    font-size: 18px;
    padding: 10px;
  }

  .key-requ-section .k-r-2nd-text p {
    font-size: 18px;
    padding: 10px;
  }

  .conclusion-section,
  .col-md-8 p {
    font-size: 18px;
    padding: 10px;
  }

  .t-s-last .col-md-6,
  .t-s-head,
  .t-s-last,
  .t-s-each {
    margin-bottom: 0 !important;
  }
  .t-s-each .f-card-date {
    display: flex;
  }
  .s-d-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .strategic-dip-section .t-s-each .col-md-6 {
    margin-bottom: 0;
  }
  .comment-section .g-5 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .c-form-input {
    padding: 0;
    margin: 0;
  }
}
