@font-face {
  font-family: BeVietnam;
  src: url("assets/font/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  font-family: "BeVietnam", sans-serif;
}

body {
  box-sizing: border-box;
  font-size: 62.5%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.banner-text {
  font-size: 6em;
}

.section-heading {
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  color: #427dc0;
}

section {
  scroll-margin-top: 5rem;
}

/* ***************************************************************************************************************** */

.home-container {
  background-color: #f4f4f4;
}

.home-heading {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.home-box .card {
  height: 100%;
  padding: 10px;
  background-color: white;
  font-size: 2em;
  font-weight: bold;
  /* padding-top: 120px; */
  position: static;
  border-radius: 10px;
}

.home-footer {
  font-size: 2em;
}

.tick_img {
  height: 2em;
  width: 2em;
}
.make_img {
  height: 4em;
  width: 4em;
  margin: 0 auto;
}

/* **************************************************** ABOUT US ************************************************************* */
.aboutus-container {
  background-image: url("assets/images/gradient.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aboutus-subheading {
  font-size: 2em;
  max-width: 800px;
  margin: 0 auto;
}

.aboutus-box .card {
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  font-size: 2em;
}

/* **************************************************** PRODUCTS ************************************************************* */

.products-masterbatches-container,
.products-polymer-container {
  background: linear-gradient(180deg, #ffecec 0%, #b6d1ff 100%);
}

.slide-heading {
  font-size: 4em;
}

.carousel-indicators {
  position: relative;
  max-width: 2000px;
  background-color: white;
  margin: 0;
}

.carousel-indicators [data-bs-target] {
  border: 0;
  height: 20px;
  width: 20px;
  background-color: #f5f5f5;
  margin-right: 10px;
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #dce8ff;
  height: 25px;
  width: 25px;
  margin: -2px 0px;
  margin-right: 10px;
}

.petra-batch-img {
  border-radius: 20px;
  height: 10em;
  width: auto;
}

.slide-left-content {
  border-right: 1px solid black;
}

.slide-right-content {
  padding: 0 5em;
  font-size: 2em;
}

.products-polymer-list {
  font-size: 2em;
  left: 10px;
}

.products-polymer-list li {
  list-style: none;
}

.products-polymer-list li::before {
  content: "\25B8";
  padding-right: 20px;
}

.products-polymer-gif {
  max-width: 100%;
}

.applications-img {
  max-width: 100%;
  border-bottom: 1px solid black;
}

.applications-text {
  font-size: 2em;
}

.applications-box {
  border-bottom: 1px solid black;
}

.applications-footer {
  font-style: italic;
  font-size: 2em;
}

.contactus-container {
  background-color: #c1c1c1;
}
.contactus-content {
  font-size: 3em;
}

.contactus-form {
  width: 80%;
  margin: 0 auto;
}

.contactus-input-field {
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  border-radius: 30px;
  padding: 15px;
  font-size: 1.5em;
}

.submitbtn {
  border: 2px solid rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  border-radius: 20px;
}

.submitbtn:hover {
  border: 2px solid rgba(0, 0, 0, 1);
  transition: 0.5s ease;
  background-color: #373737;
  color: #e2e2e2;
}

.footer {
  background-color: #373737;
  color: white;
}

.footer-text {
  font-size: 1.5em;
}

@media screen and (max-width: 965px) {
  .banner-text {
    font-size: 4em;
  }
  .slide-header {
    flex-direction: column-reverse;
  }
  .petra-batch-img {
    height: 50%;
    width: 50%;
    margin: 0 auto;
  }
  .slide-heading {
    width: 100%;
  }
  .slide-left-content {
    width: 100%;
    border: 0;
    padding-bottom: 2em;
    border-bottom: 1px solid black;
  }
  .slide-right-content {
    padding: 0;
    padding-top: 2em;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    font-size: 2em;
  }
}

@media screen and (max-width: 525px) {
  .banner-text {
    font-size: 3em;
  }

  .home-heading,
  .slide-heading {
    font-size: 2.5em;
  }

  .home-footer {
    text-align: center;
  }
  .section-heading {
    font-size: 3em;
  }
  .petra-batch-img {
    height: 60%;
    width: 60%;
    margin: 0 auto;
  }

  .applications-text {
    font-size: 3em;
  }
  .contactus-form {
    width: 100%;
  }
}
