/*Colors*/
/*font*/
/* Font Weights */
.prjct-container {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 60px 80px;
}

.prgj-date {
  color: var(--dark-blue-70, rgba(38, 69, 85, 0.7));
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  padding-bottom: 16px;
}

.pg-flex {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  gap: 30px 6%;
  flex-wrap: nowrap;
}

.pg-left-side {
  width: 100%;
}

.item img {
  border-radius: 16px;
}

.crousel-outer {
  width: 320px;
}

.pg-right-side {
  width: 100%;
}

.pg-header {
  color: var(--dark-blue, #264555);
  /* Heading/L */
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.2px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.pg-subheader {
  color: var(--Medium-blue, #335363);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 36px;
}

/*Rewrited*/
.progress-container {
  max-width: 100% !important;
}

.progress-line {
  background-color: rgba(38, 69, 85, 0.2) !important;
}

.pg-lined-dt-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-top: 48px;
}

.left-dsd-pg,
.right-dsd-pg {
  display: flex;
  flex-direction: column;
  gap: 12px 0px;
}
.left-dsd-pg .lp-gd,
.right-dsd-pg .lp-gd {
  color: var(--dark-blue-70, rgba(38, 69, 85, 0.7));
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.left-dsd-pg .lp-gd-bold,
.right-dsd-pg .lp-gd-bold {
  color: #254151;
  /* Link/M */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  text-transform: uppercase;
}

.pg-btn-container {
  padding-top: 72px;
}

.owl-prev,
.owl-next {
  background-color: #66b6cc; /* Customize the color as needed */
  border-radius: 50%; /* Makes the button circular */
  width: 46px; /* Adjust size as needed */
  height: 46px; /* Adjust size as needed */
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* Color for the icons (if any) */
  font-size: 0; /* Hides any text content */
}

.owl-prev:before,
.owl-next:before {
  content: ""; /* Removes default text/icons */
  display: inline-block;
  width: 10px; /* Arrow icon size */
  height: 10px; /* Arrow icon size */
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0 !important;
}

.owl-prev:before {
  transform: rotate(135deg); /* Left arrow */
}

.owl-next:before {
  transform: rotate(-45deg); /* Right arrow */
}

.owl-carousel .owl-nav .owl-prev {
  background: url("./prev.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-color: none !important;
  background: url("./prev.svg") no-repeat;
}

.owl-carousel .owl-nav .owl-next {
  background: url("./next.svg") no-repeat;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-color: none !important;
  background: url("./next.svg") no-repeat;
}

.owl-nav {
  position: absolute;
  left: 50%;
  /* top: -10px; */
  bottom: -7.5px;
  gap: 0px 120px;
  display: flex;
  transform: translate(-50%, 0);
}

.owl-dots {
  margin-top: 74px;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #264555;
  background-color: white;
}
.owl-theme .owl-dots .owl-dot .active {
  background-color: #264555 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #264555 !important;
}

.pg-hede-about {
  padding-top: 90px;
  color: #254151;
  /* Heading/XXL */
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.container-plk {
  box-sizing: border-box;
  padding: 60px 80px;
}

.flex-about-pg {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 90px;
}

.sb-pd-header {
  color: var(--dark-blue, #264555);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  padding-bottom: 16px;
}

.between-sect {
  padding-bottom: 24px;
}

.sb-pd-sub-header {
  color: var(--Medium-blue, #335363);
  /* Body/M */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.left-side-about-pg h1,
.left-side-about-pg h2,
.left-side-about-pg h3 {
  color: var(--dark-blue, #264555);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  margin-bottom: 16px;
}
.left-side-about-pg p {
  color: var(--Medium-blue, #335363);
  /* Body/M */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 24px;
}
.left-side-about-pg ul li {
  color: var(--Medium-blue, #335363);
  /* Body/M */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 16px;
}

@media (max-width: 678px) {
  .prjct-container {
    padding: 24px 20px;
  }
  .container-plk {
    padding: 24px 20px;
  }
}
@media (max-width: 1190px) {
  .pg-flex {
    flex-direction: column;
  }
}
@media (min-width: 890px) {
  .pg-left-side {
    width: 600px;
  }
  .pg-right-side {
    width: 90%;
  }
  .crousel-outer {
    width: 400px;
  }
}
@media (min-width: 1500px) {
  .prjct-container {
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 60px 10rem;
  }
  .container-plk {
    padding: 60px 10rem;
  }
}/*# sourceMappingURL=main.css.map */