@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:ital,wght@1,300&family=Work+Sans:wght@300;600&display=swap");

* {
  max-width: 100%;
}

/* navbar */
.navbar {
  width: 100%;
  height: 100%;
}

.navbar #connav {
  position: fixed;
  top: 0;
  z-index: 2;
  background: linear-gradient(90deg, #3a8dde, #19428e);
  margin: 0em;
  padding: 1em 0em;
}

.navbar img {
  width: 14%;
  height: 7vh;
}

.navbar #connav #text {
  margin-left: 7em;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: rgba(230, 196, 80, 1);
}

.navbar .collapse {
  justify-content: end;
  margin-right: 5em;
}

.navbar a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

/* header */
#home1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#home1 .headline-text {
  z-index: 1;
  font-family: "Montserrat";
  font-size: 58px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  position: absolute;
  color: rgba(255, 255, 255, 1);
}

#home1 img {
  width: 100%;
  height: 100%;
}

#home1 #carouselExampleIndicators {
  width: 100%;
  height: 100%;
}

#home1 #prev {
  width: 8%;
}

#home1 #next {
  width: 8%;
}

/* specialize */
#boxs {
  background: linear-gradient(90deg, #3a8dde, #19428e);
}

#specialize {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  background-color: white;
  border-radius: 30px 30px 30px 30px;
}

#specialize .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  padding: 0em 15em;
  height: auto;
}

#specialize .col {
  width: 100%;
  height: 40vh;
  margin: 2em 0em;
  padding: 1em 1em;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  border: 1px solid grey;
  box-shadow: 10px 10px 10px #88888849;
  border-radius: 5px;
}

#specialize .text {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#specialize .col img {
  width: 10%;
}

#specialize .text img {
  margin: 0em 1em;
}

#specialize h4 {
  margin-top: 0.5em;
  font-family: "Montserrat";
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#specialize p {
  margin-top: 1em;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: rgba(115, 115, 115, 1);
}

/* specialize1 */
#specialize1 #kebijakan {
  display: flex;
  justify-content: center;
  align-items: vertical;
  flex-direction: row;
  gap: 3em;
  padding: 0em 27em;
}

#specialize1 .text1 {
  margin-top: 0em;
  padding-top: 1em;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: white;
}

#specialize1 .col img {
  width: 10%;
}

#specialize1 .text1 img {
  margin: 0em 1em;
}

#specialize1 #kebijakan .box {
  width: 100%;
  height: 40vh;
  margin: 2em 0em;
  padding: 1em 1em;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  border: 1px solid grey;
  box-shadow: 10px 10px 10px #88888849;
  background-color: white;
  border-radius: 5px;
}

#specialize1 #kebijakan .text {
  width: 100%;
  height: auto;
  overflow: visible;
  justify-content: center;
}

#specialize1 #kebijakan .text p {
  margin-top: 1em;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(115, 115, 115, 1);
}

#specialize1 h4 {
  margin-top: 0.5em;
  font-family: "Montserrat";
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#specialize1 p {
  margin-top: 1em;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: rgba(115, 115, 115, 1);
}

/* visimisi */
#visimisi1 {
  padding: 6em 12em;
  width: 100%;
  height: auto;
}

#visimisi1 #left .box {
  background: rgba(255, 255, 255, 1);
  width: 5.875em;
  height: 0.438em;
}

#visimisi1 #right .box {
  background: rgba(255, 255, 255, 1);
  width: 5.875em;
  height: 0.438em;
  display: flex;
  justify-content: end;
  align-content: end;
  text-align: end;
}

#visimisi1 h2 {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.20000000298023224px;
  color: white;
}

#visimisi1 p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  color: white;
}

#visimisi1 #left {
  display: flex;
  flex-direction: row;
}

#visimisi1 #left .col {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
}

#visimisi1 #right {
  display: flex;
  flex-direction: row;
}

#visimisi1 #right .col {
  display: flex;
  text-align: right;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
}

#visimisi1 img {
  width: 50%;
  height: 10%;
}

#visimisi1 .bg {
  width: 30%;
  height: 100%;
  right: 4.8em;
  position: absolute;
}

#visimisi1 .bg1 {
  width: 50%;
  height: 100%;
  right: 0;
  position: absolute;
}

#visimisi1 .bg2 {
  width: 30%;
  height: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#visimisi1 #prev {
  width: 8%;
}

#visimisi1 #next {
  width: 8%;
}

#visimisi3 {
  padding: 6em 12em;
  width: 100%;
  height: auto;
}

#visimisi3 #left .box {
  background: rgba(255, 255, 255, 1);
  width: 5.875em;
  height: 0.438em;
}

#visimisi3 #right .box {
  background: rgba(255, 255, 255, 1);
  width: 5.875em;
  height: 0.438em;
  display: flex;
  justify-content: end;
  align-content: end;
  text-align: end;
}

#visimisi3 h2 {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.20000000298023224px;
  color: white;
}

#visimisi3 p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  color: white;
}

#visimisi3 #left {
  display: flex;
  flex-direction: row;
}

#visimisi3 #left .col {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
}

#visimisi3 #right {
  display: flex;
  flex-direction: row;
}

#visimisi3 #right .col {
  display: flex;
  text-align: right;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  gap: 2.5em;
}

#visimisi3 img {
  width: 50%;
  height: 10%;
}

#visimisi3 #prev {
  width: 8%;
}

#visimisi3 #next {
  width: 8%;
}

/* testimoni */
#testi .swiper {
  margin-top: 80px;
  width: 100%;
  height: 100%;
}

#testi .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#testi .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#testi .swiper-wrapper {
  justify-content: left;
  position: relative;
  width: 100%;
  height: 70%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

#testi {
  background: linear-gradient(90deg, #3a8dde, #19428e);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

#testi .box {
  height: auto;
}

#testi .div {
  overflow: hidden;
  width: 1050px;
  height: 600px;
  position: relative;
}

#testi .row {
  position: absolute;
  width: 1044px;
  height: 80px;
  top: 0;
  left: 3px;
}

#testi .main-content {
  margin-top: 30px;
  position: relative;
  width: 691px;
  height: 80px;
  justify-content: center;
}

#testi .section-title {
  justify-content: center;
  position: relative;
  width: 358px;
  top: -1px;
  left: 0;
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  color: #ffffff;
  font-size: var(--h-2-font-size);
  letter-spacing: var(--h-2-letter-spacing);
  line-height: var(--h-2-line-height);
  font-style: var(--h-2-font-style);
}

#testi .paragraph {
  position: absolute;
  top: 53px;
  color: var(--light-background-color);
  white-space: nowrap;
  font-family: var(--paragraph-font-family);
  font-weight: var(--paragraph-font-weight);
  font-size: var(--paragraph-font-size);
  letter-spacing: var(--paragraph-letter-spacing);
  line-height: var(--paragraph-line-height);
  font-style: var(--paragraph-font-style);
}

#testi .row-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: absolute;
  top: 100px;
  left: 2px;
}

#testi .col-md {
  display: flex;
  flex-direction: column;
  width: 328px;
  align-items: center;
  position: relative;
}

#testi .testimonials-card {
  display: flex;
  flex-direction: column;
  width: 348px;
  align-items: center;
  padding: 25px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -10px;
  margin-right: -10px;
  background-color: var(--light-background-color);
}

#testi .card-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#testi .stars {
  position: relative;
  flex: 0 0 auto;
}

#testi .text-wrapper {
  position: relative;
  width: 159px;
  color: var(--second-text-color);
  text-align: center;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 20px;
}

#testi .div-2 {
  height: 50px;
  align-items: center;
  gap: 15px;
  display: inline-flex;
  position: relative;
}

#testi .circle {
  background-image: url(/img/testimonial-user-cover-202.png);
  position: relative;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: 50% 50%;
}

#testi .div-3 {
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  display: inline-flex;
  position: relative;
}

#testi .link {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h-6-font-family);
  font-weight: var(--h-6-font-weight);
  color: var(--primary-text-color);
  font-size: var(--h-6-font-size);
  letter-spacing: var(--h-6-letter-spacing);
  line-height: var(--h-6-line-height);
  white-space: nowrap;
  font-style: var(--h-6-font-style);
}

#testi .h {
  position: relative;
  width: fit-content;
  font-family: var(--small-font-family);
  font-weight: var(--small-font-weight);
  color: #ffffff;
  font-size: var(--small-font-size);
  letter-spacing: var(--small-letter-spacing);
  line-height: var(--small-line-height);
  white-space: nowrap;
  font-style: var(--small-font-style);
}

#testi .circle-2 {
  background-image: url(./img/testimonial-user-cover-99.png);
  position: relative;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: 50% 50%;
}

#testi .testimonials-card-wrapper {
  display: flex;
  flex-direction: column;
  width: 329px;
  align-items: center;
  position: relative;
}

#testi .testimonials-card-2 {
  display: flex;
  flex-direction: column;
  width: 348px;
  align-items: center;
  padding: 25px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -9.5px;
  margin-right: -9.5px;
  background-color: var(--light-background-color);
}

#testi .circle-3 {
  background-image: url(./img/testimonial-user-cover-86.png);
  position: relative;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 1400px) {
  /* specialize1 */
  #specialize1 #kebijakan {
    display: flex;
    justify-content: center;
    align-items: vertical;
    flex-direction: row;
    gap: 3em;
    padding: 0em 23em;
  }

  #specialize1 .text1 {
    margin-top: 0em;
    padding-top: 1em;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: white;
  }

  #specialize1 .col img {
    width: 10%;
  }

  #specialize1 .text1 img {
    margin: 0em 1em;
  }

  #specialize1 #kebijakan .box {
    width: 100%;
    height: 40vh;
    margin: 2em 0em;
    padding: 1em 1em;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    border: 1px solid grey;
    box-shadow: 10px 10px 10px #88888849;
    background-color: white;
    border-radius: 5px;
  }

  #specialize1 #kebijakan .text {
    width: 100%;
    height: auto;
    overflow: visible;
    justify-content: center;
  }

  #specialize1 #kebijakan .text p {
    margin-top: 1em;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }

  #specialize1 h4 {
    margin-top: 0.5em;
    font-family: "Montserrat";
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 82, 93, 1);
  }

  #specialize1 p {
    margin-top: 1em;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }
}

@media (max-width: 1200px) {
  /* navbar */
  .navbar {
    width: 100%;
    height: 100%;
  }

  .navbar .navbar-toggler {
    margin-right: 1em;
  }

  .navbar #connav {
    margin: 0em;
    padding: 0.5em 0em;
  }

  .navbar img {
    width: 15%;
    height: 5vh;
  }

  .navbar #connav #text {
    margin-left: 0.5em;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    color: rgba(230, 196, 80, 1);
  }

  .navbar .collapse {
    justify-content: end;
    margin-right: 0em;
  }

  .navbar a {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
  }

  .navbar .navbar-nav {
    padding: 0em 3em;
  }

  .navbar .nav-item {
    border: 0.5px solid rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0.3em 0em;
    box-shadow: 8px 8px 8px #0000002a;
  }

  /* header */
  #home1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #home1 .headline-text {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 1);
  }

  #home1 #prev {
    display: none;
  }

  #home1 #next {
    display: none;
  }

  #home1 img {
    width: 100%;
    height: 100%;
  }

  /* specialize */
  #boxs {
    background-color: rgba(0, 82, 93);
    width: 100%;
  }

  #specialize {
    width: 100%;
    height: 100%;
    margin: 2em 0em 0em 0em;
    background-color: white;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #specialize .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3em;
    padding: 2em 3em;
  }

  #specialize .col {
    width: 100%;
    height: 20vh;
    margin: 0em 0em;
    padding: 1em 2em;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    border: 1px solid grey;
    box-shadow: 10px 10px 10px #88888849;
    border-radius: 5px;
  }

  #specialize .text {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
    color: rgba(0, 82, 93, 1);
  }

  #specialize .text img {
    display: none;
  }

  #specialize .col img {
    width: 9%;
  }

  #specialize h4 {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 82, 93, 1);
  }

  #specialize p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }

  /* specialize1 */
  #specialize1 #kebijakan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0em;
    padding: 0em 8em;
    height: auto;
  }

  #specialize1 .text1 {
    margin-top: 0em;
    padding-top: 1em;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: white;
  }

  #specialize1 .text1 img {
    display: none;
  }

  #specialize1 #kebijakan .box {
    width: 100%;
    height: auto;
  }

  #specialize1 #kebijakan .text {
    width: 100%;
    height: 20vh;
    margin: 0em 0em 2em 0em;
    overflow: visible;
    justify-content: center;
  }

  #specialize1 #kebijakan .text p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }

  #specialize1 h4 {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 82, 93, 1);
  }

  #specialize1 p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }

  /* visimisi */
  #visimisi3 {
    padding: 3em 2em;
    width: 100%;
    height: auto;
  }

  #visimisi3 #left .box {
    background: rgba(255, 255, 255, 1);
    width: 3.5em;
    height: 0.3em;
  }

  #visimisi3 #right .box {
    background: rgba(255, 255, 255, 1);
    width: 3.5em;
    height: 0.3em;
    display: flex;
    justify-content: end;
    align-content: end;
    text-align: end;
  }

  #visimisi3 h2 {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.20000000298023224px;
    color: white;
  }

  #visimisi3 p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    color: white;
  }

  #visimisi3 #left {
    display: flex;
    flex-direction: column-reverse;
  }

  #visimisi3 #left .col {
    margin-top: 1em;
    margin-bottom: 3em;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    gap: 0em;
  }

  #visimisi3 #right {
    display: flex;
    flex-direction: column-reverse;
  }

  #visimisi3 #right .col {
    margin-top: 1em;
    margin-bottom: 3em;
    display: flex;
    text-align: right;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    gap: 0em;
  }

  #visimisi3 img {
    width: 50%;
    height: 10%;
  }

  #visimisi3 #prev {
    display: none;
  }

  #visimisi3 #next {
    display: none;
  }

  /* testi */
  #testi .main-content {
    display: flex;
    margin-top: 30px;
    position: relative;
    width: 691px;
    height: 80px;
    justify-content: center;
  }

  #testi .section-title {
    margin-left: 1.5em;
  }

  #testi .paragraph {
    align-items: start;
  }

  /* products */
  #boxp {
    width: 100%;
    height: 100%;
    margin: 0em 0em 0em 0em;
    background-color: white;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #boxp .text {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.10000000149011612px;
    text-align: center;
  }

  #boxp .text img {
    margin: 0em 1em;
    width: 20%;
  }

  /* @media for  products : */

  #products .title-image {
    font-size: 6px;
  }

  #products button {
    font-size: 7px;
  }

  #products .title {
    font-size: 5.5px;
  }

  /* Product Item : */

  .topTitle {
    font-size: 74px;
  }
}

@media (max-width: 800px) {
  /* specialize1 */
  #specialize1 #kebijakan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0em;
    padding: 0em 2em;
    height: auto;
  }

  #specialize1 .text1 {
    margin-top: 0em;
    padding-top: 1em;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: white;
  }

  #specialize1 .text1 img {
    display: none;
  }

  #specialize1 #kebijakan .box {
    width: 100%;
    height: auto;
  }

  #specialize1 #kebijakan .text {
    width: 100%;
    height: 25vh;
    margin: 0em 0em 3em 0em;
    overflow: visible;
    justify-content: center;
  }

  #specialize1 #kebijakan .text p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }

  #specialize1 h4 {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 82, 93, 1);
  }

  #specialize1 p {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: rgba(115, 115, 115, 1);
  }
}

/* Products : */
#boxp {
  background: linear-gradient(90deg, #3a8dde, #19428e);
}

#prod {
  border-radius: 0 0 30px 30px;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 30px 30px 0 0;
}

#prod .text {
  padding: 2em 0em 0em 0em;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#prod .text img {
  margin: 0em 1em;
}

#produ {
  background: linear-gradient(90deg, #3a8dde, #19428e);
}

#products {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 0 0 30px 30px;
}

#products h1 {
  font-family: "Montserrat", sans-serif;
  color: linear-gradient(90deg, #3a8dde, #19428e);
  font-weight: 700;
  text-align: center;
  margin: 0;
  flex-direction: column;
  margin-top: 0;
}

#products .fill-item {
  display: flex;
  border-radius: 0 0 30px 30px;
}

#products aside {
  flex: 1;
  margin-right: 1vw;
}

#products .selected-nav-wrapper {
  display: flex;
  flex-direction: row;
}

#products .products-nav-text_highlighted {
  margin-left: 0.5vw;
  margin-top: 6px;
  font-family: Work Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#products .products-nav-text {
  color: var(--Neutral-200, #c2c7d6);
  font-family: Work Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

#products .navigationBtn {
  cursor: pointer;
}

#products #itemBtn {
  margin-right: 15px;
}

#products main {
  flex: 2;
  display: flex;
}

#products .content-wrapper {
  display: flex;
  flex-direction: column;
}

#products .button-wrapper {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  margin-bottom: 30px;
}

#products .content-fill {
  display: flex;
  flex-direction: column;
}

#products .row-products {
  display: flex;
  flex-direction: row;
}

#products .product-card {
  display: block;
  flex-direction: column;
  width: fit-content;
  margin: 0.7vw;
}

#tes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#pageControl {
  display: flex;
  width: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#products .page-control-dot {
  width: 1vw;
  height: 1vw;
  cursor: pointer;
  margin-right: 0.7vw;
}

/* Product Card : */

#products .card-image {
  width: 20vw;
  height: 225px;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  position: relative;

  /* Untuk gambar : */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#products .card-image #sale {
  margin-top: 1vw;
  margin-left: 0.5vw;
  position: relative;
}

.title-image {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  bottom: 5%;
  left: 1%;
  right: 0;
  margin: 0;
  /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff; */

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

#products .card-image #drop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#products .card-desc {
  width: 20vw;
  margin-top: 0;
}

#products .title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #f9995d;
  size: 10.5px;
}

#products .sales .sales_img {
  height: 24px;
  width: 24px;
}

.sales .text {
  margin-top: 16px;
  margin-left: 4px;
}

#products .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #737373;
}

#products .sales {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #737373;
}

#products #product-next,
#products #product-back {
  cursor: pointer;
}

/* #products .price-container {
  display: flex;
  flex-direction: row;
}

#products .grayed-price {
  color: var(--muted-color, #bdbdbd);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;

  letter-spacing: 0.075px;
  text-decoration-line: strikethrough;
}

#products .current-price {
  margin-left: 4px;
  color: var(--secondary-color-1, #5aaca8);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;

  letter-spacing: 0.075px;
} */

#products button {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  border: 0;
  box-shadow: 0 0 0 1px #19428e;
  border-radius: 15px;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

/* Item : */

.section {
  width: auto;
  display: flex;
  justify-content: left;
  flex-direction: column;
}

.section-row {
  display: flex;
  flex-direction: row;
}

.section-column {
  display: flex;
  flex-direction: column;
}

.text-section {
  height: 200px;
  width: 19vw;
  margin-right: 0.3vw;
}

.topTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 74px;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1vw;

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1000px) {
  #products .products-nav-text_highlighted {
    font-size: 13px;
  }

  #products .products-nav-text {
    font-size: 13px;
  }

  #products .card-image,
  #products .card-desc {
    height: 90px;
    /* width: 30vw; */
  }

  .topTitle {
    font-size: 12px;
  }

  li {
    font-size: 6px;
  }

  #products #product-next,
  #products #product-back {
    width: 40px;
    height: 40px;
  }

  #products .page-control-dot {
    width: 2.5vw;
    height: 2.5vw;
  }

  .navigationBtn {
    width: 26px;
    height: 18px;
  }
}

/* Contact Us : */
#boxcontact {
  background: linear-gradient(90deg, #3a8dde, #19428e);
}

.frame {
  border-radius: 30px 30px 0 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.frame .div {
  display: flex;
  background-color: #ffffff;
  overflow-x: hidden;

  position: relative;
}

.frame .container {
  margin-top: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 23px;
}

.frame .contactForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame .input-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.frame .small-input-button {
  display: flex;
  flex-direction: column;
}

.col li {
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

.frame .input-row {
  margin-top: 30px;
  margin-left: 2vw;
  display: flex;
  flex-direction: row;
}

.frame .input-row input {
  margin-right: 2vw;
}

.frame .row {
  width: 1044px;
  height: 100px;
  top: 52px;
  left: 74px;
}

.frame .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame .section-title-sec {
  top: -1px;
  left: 116px;
  text-shadow: 0px 4px 4px #00000040;
  font-family: var(--h-2-font-family);
  font-weight: var(--h-2-font-weight);
  font-size: var(--h-2-font-size);
  letter-spacing: var(--h-2-letter-spacing);
  line-height: var(--h-2-line-height);
  white-space: nowrap;
  font-style: var(--h-2-font-style);

  /* text Gradient : */
  background: linear-gradient(90deg, #3a8dde, #19428e);
  -webkit-background-clip: text;
  color: transparent;
}

.frame .paragraph-sec {
  top: 59px;
  left: 0;
  font-family: var(--paragraph-font-family);
  font-weight: var(--paragraph-font-weight);
  color: var(--second-text-color);
  font-size: var(--paragraph-font-size);
  text-align: center;
  letter-spacing: var(--paragraph-letter-spacing);
  line-height: var(--paragraph-line-height);
  font-style: var(--paragraph-font-style);
}

.frame .required-yes {
  margin-bottom: 1vw;
  gap: 10px;
  top: 179px;
  display: flex;
  width: 15vw;
  align-items: center;
  padding: 10px 8px;
  left: 292px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--neutral-100);
}

.frame .p {
  display: flex;
  position: absolute;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper {
  color: #a3aac1;
}

.frame .span {
  font-weight: 700;
  color: #ec6565;
}

.frame .required-yes-2 {
  justify-content: space-between;
  top: 244px;
  display: flex;
  width: 15vw;
  align-items: center;
  padding: 10px 8px;
  left: 292px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--neutral-100);
}

.frame .ic-round-arrow-drop {
  position: relative;
  width: 20px;
  height: 20px;
}

.frame .email-wrapper {
  margin-bottom: 1vw;
  display: flex;
  width: 15vw;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
  top: 179px;
  left: 621px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--neutral-100);
}

.frame .required-no-dropdown {
  display: flex;
  width: 15vw;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;

  top: 244px;
  left: 621px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--neutral-100);
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: var(--neutral-300);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .overlap-group {
  display: flex;
  flex-direction: column;
  height: 154px;
  width: auto;
}

.frame .div-wrapper {
  width: 32vw;
  display: flex;
  height: 135px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 8px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--neutral-100);
}

.frame .indicates-a-required {
  top: 134px;
  left: 0px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .text-wrapper-3 {
  color: #c40303;
}

.frame .text-wrapper-4 {
  color: #000000;
}

.frame .text-wrapper-5 {
  color: #657199;
}

.frame .color-primary-status {
  margin-bottom: 2em;
  display: flex;
  width: 271px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  top: 505px;
  left: 460px;
  background: linear-gradient(90deg, #3a8dde, #19428e);
  border-radius: 5px;
}

.frame .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--neutralwhite);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  background-color: transparent;
  border: none;
}

.frame .vector {
  left: 1236px;
  position: absolute;
  width: 4px;
  height: 281px;
  top: 187px;
}

.frame .img {
  left: -2px;
  position: absolute;
  width: 4px;
  height: 281px;
  top: 187px;
}

@media screen and (max-width: 1000px) {
}

/* .contact-us {
  display: flex;
  flex-direction: column;
}

#contactUs {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #00525D;
  font-weight: 700;
}

.flex-container-contactUs {
  display: flex;
  align-content: center;
}

#contactParagraph {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

input {
  color: #E0E3EB;
  font-family: 'Montserrat', sans-serif;
}

input #message {
  width: 609px;
  height: 135px;
  padding: 10px 8px;
}

input[type="submit"] {
  background-color: #00525D;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
} */

/* Footer : */

#footer .container-footer {
  background: linear-gradient(90deg, #3a8dde, #19428e);
  display: flex;
  align-items: center;
}

#footer .image {
  background-color: white;
  width: 20%;
  border-radius: 17px;
  margin: 30px;
  overflow: hidden;
}

#footer .navigation {
  width: 75%;
  position: relative;
}

#footer .main {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
}

#footer .flex-container {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

#footer a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
  margin-bottom: 20px;
}

#footer a:hover {
  color: #f9995d;
}

#footer .one {
  color: #f9995d;
  font-size: 16px;
}

#footer .socialMediaIcon {
  cursor: pointer;
}

#footer .child {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: white;
  display: flex;
  justify-content: space-around;
}

#mcsFooter {
  width: 267px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#copyright {
  margin-left: 5vw;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #00525d;
  display: flex;
  padding-top: 1.2vh;
}

@media screen and (max-width: 1000px) {
  /* @media for Footer : */
  #footer .container-footer {
    background-color: #00525d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #footer .image {
    background-color: white;
    width: 60%;
    border-radius: 17px;
    margin: 30px;
    overflow: hidden;
  }

  #footer .navigation {
    width: 100%;
    position: relative;
  }

  #footer .main {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
  }

  #footer .flex-container {
    margin-left: 4vw;
    margin-top: 20px;
  }

  #footer a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
    cursor: pointer;
    margin-bottom: 0.5rem;
  }

  #footer a:hover {
    color: #f9995d;
  }

  #footer p {
    margin-bottom: 0.5rem;
  }

  #footer .one {
    color: #f9995d;
    font-size: 16px;
  }

  #footer .child {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: white;
    display: flex;
    justify-content: space-around;
  }

  #mcsFooter {
    width: 267px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .frame .required-yes,
  .frame .email-wrapper,
  .frame .required-yes-2,
  .frame .required-no-dropdown {
    width: 40vw;
  }

  .frame .overlap-group {
    width: 82vw;
  }

  .frame .div-wrapper {
    width: 100%;
  }
}
