@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

:root {
  --red-primary: rgba(220, 0, 0);
  --red-secondary: rgba(133, 0, 0);
  --yellow-primary: rgba(255, 219, 137);
  --yello-secondary: rgba(255, 246, 195);
  --dark: rgba(50, 50, 50);
  --dark-hover: rgba(50, 50, 50, 0.65);
  --white: rgba(255, 255, 255);
  --navbar: rgb(240 240 240);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

main {
  padding-top: 4rem;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(213, 175, 128, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(133, 0, 0, 0.85);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(220, 0, 0);
}

.tooltip_templates {
  display: none;
}

.padding-margin {
  margin-inline: 10rem;
}

.amg-vismis {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.amg-vismis .vismis-item {
  width: 50%;
  background: rgba(146, 0, 0);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 1rem;
}
.amg-vismis .vismis-item span.title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255);
}
.amg-vismis .vismis-item p {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255);
}

.margin-b-2 {
  margin-block: 2rem;
}

.padding-5 {
  padding: 5rem;
}

/* Fonts */
.dancing-font {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.shadow-red {
  box-shadow: rgba(133, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.shadow-dark {
  box-shadow: rgba(50, 50, 50, 0.25) 1.95px 1.95px 2.6px;
}

.dflex {
  display: flex;
}

.align-center {
  align-items: center;
}

.g-8 {
  gap: 8px;
}

.amg-product-circle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

.element.product {
  position: relative;
  border-radius: 0.5rem;
  width: 25%;
  flex: 0 0 25%;
  height: 350px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.element.product .img-wrap {
  height: 100%;
  position: relative;
}

.element.product img {
  filter: drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.5));
}
.element.product:hover:before {
  background: none;
}

.element.product:hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.element.product:hover img {
  transform: scale(1.05);
}

.element.product:hover .product-title {
  border-radius: 0.5rem;
}

.element.product:hover span {
  color: #fff;
}

.element.product .product-title {
  background: rgba(220, 0, 0, 0.85);
  width: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 10px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}

.element.product .product-title .col-8 {
  width: 80%;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.element.product .product-title .col-4 {
  width: 20%;
  text-align: right;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.element.product img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

/* Input Type Radio */
input[type="radio"] {
  accent-color: red;
  margin: 0px;
  padding: 0px;
}

/* Navbar */
.amg-nav-sm {
  display: none;
}
.amg-nav {
  width: 100%;
  height: 55px;
  background-color: var(--navbar);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 2;
  top: 0;
  padding: 2rem;
  padding-inline: 1rem;
  /* padding-inline: 10rem; */
}

.amg-nav .amg-nv-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amg-nav .amg-nv-item .amg-nv-logo {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.amg-nav .amg-nv-item .amg-nv-logo img {
  width: 65px;
  height: 100%;
  margin-right: 12px;
}

.amg-nav .amg-nv-item .amg-nv-logo span {
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
}

.amg-nav .amg-nv-item .amg-nv-bullets {
  color: var(--dark);
  width: 8rem;
  margin-inline: 5px;
  display: flex;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.amg-nav .amg-nv-item .amg-nv-bullets:hover {
  color: var(--dark-hover);
  cursor: pointer;
}

.amg-nav .amg-nv-item .amg-nv-bullets.active {
  width: 8rem;
  margin-inline: 5px;
  display: flex;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-radius: 8rem;
  color: var(--white);
  background-color: var(--red-primary);
}

.amg-nav .amg-nv-item .amg-nv-contact {
  color: var(--dark);
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.amg-nav .amg-nv-item .amg-nv-contact span {
  margin-right: 14px;
  font-size: 14px;
  font-weight: 500;
}

.amg-nav .amg-nv-item .amg-nv-contact:hover {
  color: var(--dark-hover);
  cursor: pointer;
}

/* End Navbar */
/* Main */
/* Home Slider */
.amg-homeslide {
  width: 100%;
}
.amg-homeslide .amg-homeslide-img {
  height: 590px;
  position: relative;
}
.amg-homeslide .amg-homeslide-img img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 5rem;
  flex-direction: column;
  background: rgba(50, 50, 50, 0.5);
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
  font-size: 24px;
  margin: 0;
  color: rgba(255, 255, 255);
  font-weight: 500;
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
  font-size: 32px;
  margin: 0;
  color: var(--white);
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
  font-size: 16px;
  color: var(--white);
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
  margin-top: 1rem;
  text-decoration: none;
  width: max-content;
  background: var(--red-primary);
  border-radius: 8px;
  text-align: center;
  color: var(--white);
  padding: 11px;
  padding-inline: 1.25rem;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
  background-color: transparent;
  border: 1px solid var(--red-primary);
  color: var(--red-primary);
}
main {
  padding-bottom: 6rem;
}
/* Why Us Card */
.amg-why-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  gap: 10px;
}
.amg-why-us-card {
  width: 35%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 18px;
  border: 1px solid rgba(220, 0, 0, 0.35);
  transition: all 0.3s ease-in;
}
.amg-why-us-card i {
  font-size: 3rem;
  color: var(--red-primary);
  margin-bottom: 12px;
}
.amg-why-us-card span {
  color: var(--dark);
}
.amg-why-us-card span:first-of-type {
  font-size: 14px;
}
.amg-why-us-card span:last-of-type {
  font-size: 12px;
}
.amg-why-us-card {
  pointer-events: none;
}
.amg-why-us-card:hover {
  cursor: pointer;
  color: var(--white);
  background-color: var(--red-primary);
}
.amg-why-us-card:hover span {
  color: var(--white);
}
.amg-why-us-card:hover i {
  color: var(--white);
}
/* Who We Are */
.amg-wwa {
  width: 650px;
  height: 250px;
  margin-top: 2rem;
  border-radius: 8px;
}
.amg-wwa .amg-wwa-abs {
  position: relative;
  width: 650px;
  display: flex;
  z-index: 0;
}
.amg-wwa img {
  width: 650px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}
.amg-wwa .slogan {
  position: absolute;
  left: 2rem;
  top: 2rem;
  padding: 1rem;
  background: rgba(220, 0, 0, 0.5);
  border-radius: 5px 20px 5px;
}
.amg-wwa .slogan span {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255);
}
.amg-wwa .amg-wwa-desc {
  background-color: var(--red-primary);
  width: 350px;
  height: max-content;
  top: 3rem;
  left: 100%;
  position: absolute;
  z-index: -1;
  padding: 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.amg-wwa .amg-wwa-desc h4 {
  margin: 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
}
.amg-wwa .amg-wwa-desc span {
  margin: 0px;
  font-size: 14px;
  padding: 0;
  font-weight: normal;
  color: var(--white);
}
.amg-wwa-longdesc {
  margin-top: 2rem;
  display: flex;
  align-items: start;
}
.amg-wwa-longdesc .amg-wwa-title {
  color: var(--red-primary);
  font-weight: bold;
  font-size: 20px;
  width: 35%;
  flex: 0 0 auto;
}
.amg-wwa-longdesc .amg-wwa-textdesc p,
.amg-wwa-longdesc .amg-wwa-textdesc ul li {
  font-size: 14px;
  text-align: justify;
  color: var(--dark);
  padding: 0px;
  margin: 0px;
}
.amg-exports {
  background-color: var(--red-secondary);
  padding: 1.5rem;
  margin-inline: 10rem;
  border-radius: 8px;
  margin-top: 2rem;
}
.amg-exports .longtext p {
  margin: 0px;
  margin-top: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: normal;
}
.amg-exports .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.amg-exports .longtext p a {
  text-decoration: underline;
  text-decoration-color: var(--white);
  color: var(--white);
}
/* Footer */
.amg-footer {
  width: 100%;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  padding-block: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  justify-content: center;
}
.amg-footer .amg-footer-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.amg-footer .amg-footer-link .amg-footer-link-item {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.amg-footer .amg-footer-link .amg-footer-link-item:hover {
  color: var(--white);
  cursor: pointer;
}
.amg-footer .amg-footer-copyright {
  margin-top: 1rem;
  color: var(--white);
  font-size: 14px;
}
/* Diversity */
.amg-dac {
  margin-top: 2rem;
}
.amg-dac .amg-dac-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--red-primary);
}
.amg-dac .amg-dac-desc {
  color: var(--dark);
}
.amg-dac .amg-dac-desc {
  font-size: 16px;
}
/* Manufacture */
.amg-manuf {
  width: 100%;
  height: 250px;
  position: relative;
}
.amg-manuf img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.amg-manuf .spans {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  background-color: rgba(50, 50, 50, 0.35);
}
.amg-manuf .amg-manuf-desc {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 16px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.amg-manuf .amg-manuf-desc h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin: 0px;
}
.amg-manuf .amg-manuf-desc p {
  font-size: 16px;
  text-align: center;
  width: 75%;
  color: var(--white);
}
.amg-product-home {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amg-product-home .amg-product-item {
  width: 33.33333%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.amg-product-home .amg-product-item img {
  width: 100%;
  height: 404px;
  object-fit: cover;
}
.amg-product-home .amg-product-item .title-btn {
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 2rem;
  background-color: rgba(50, 50, 50, 0.35);
}
.amg-product-home .amg-product-item .title-btn span {
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
}
.btn-more {
  margin-top: 14px;
  background-color: transparent;
  border: 1px solid var(--white);
  padding: 8px;
  width: 150px;
  border-radius: 8px;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.amg-product-home .amg-product-item:hover .title-btn {
  background-color: rgba(50, 50, 50, 0.65);
  cursor: pointer;
}
.btn-more:hover {
  background-color: var(--white);
  color: var(--red-primary);
  cursor: pointer;
  font-weight: 700;
}
.amg-locate-maps {
  height: 450px;
}
.amg-locate-maps iframe {
  width: 100%;
}
/* Products Page */
.amg-products-index {
  width: 100%;
  height: 450px;
  max-height: 500px;
  position: relative;
}
.amg-products-index img {
  width: 100%;
  height: 450px;
  max-height: 500px;
  object-fit: cover;
}
.amg-products-index .amg-product-capt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.amg-products-index .amg-product-capt h4 {
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 1rem;
}
.amg-products-index .amg-product-capt p {
  width: 75%;
  margin: 0px;
  font-size: 18px;
  text-align: center;
}

/* Process Paragraph */
.parap-wrapper {
  padding-block: 1rem;
  padding-inline: 8rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.parap-wrapper .col-2 {
  width: 16.66666%;
  flex: 0 0 auto;
}

.parap-wrapper .col-8 {
  width: 66.66664%;
  flex: 0 0 auto;
}
.parap-wrapper {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.parap-wrapper h4 {
  margin: 0px;
  text-decoration: underline;
  text-decoration-color: rgba(195, 1, 1);
  color: rgba(25, 25, 25);
}
.parap-wrapper p {
  font-size: 15px;
  color: rgba(25, 25, 25, 0.85);
}
.parap-wrapper .row-noflip,
.parap-wrapper .row-flip {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.parap-wrapper .col-8 {
  margin-top: 4rem;
}
.parap-wrapper .overlapping-img {
  width: 100%;
  padding-inline: 0.5rem;
  position: relative;
}
.parap-wrapper .overlapping-img .img1 img {
  position: relative;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.parap-wrapper .overlapping-img img {
  transition: all 0.3s ease-in-out;
}
.parap-wrapper .overlapping-img img:hover {
  cursor: pointer;
  z-index: 10;
  transform: scale(1.15);
}
.parap-wrapper .overlapping-img .img2 {
  position: absolute;
  right: 10%;
  top: 35%;
}
.parap-wrapper .overlapping-img .img2 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

/* Product Detail */
.detail-product {
  width: 100%;
  height: 100%;
  position: relative;
}
.detail-product img {
  height: 295px;
  object-fit: cover;
}
.detail-product .detail-product-desc {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
  padding-top: 6rem;
  background-color: rgba(50, 50, 50, 0.5);
  /* justify-content: center; */
}
.detail-product .detail-product-desc h4 {
  font-size: 26px;
  font-weight: bold;
  color: var(--white);
  margin: 0;
}
.detail-product .detail-product-desc hr {
  outline: none;
  display: flex;
  justify-content: start;
  width: 120px;
  margin: 0px;
  margin-block: 8px;
  border-radius: 8px;
  border-top: 2px solid var(--white);
}
.detail-product .detail-product-desc p {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: var(--white);
}

/* Process */
.amg-process-img {
  width: 100%;
  height: 650px;
  position: relative;
}
.amg-process-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.amg-process-img .float-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amg-process-img .float-red p {
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  background-color: rgba(220, 0, 0, 0.35);
  padding: 18px;
  border-radius: 8px;
}
.amg-process-list {
  display: flex;
  align-items: center;
  margin-block: 1rem;
  justify-content: space-evenly;
}
.amg-process-list .amg-process-data {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.amg-process-list .amg-process-data:hover img {
  transform: scale(1.15);
  filter: brightness(80%);
  cursor: pointer;
  border-radius: 8px;
}
.amg-process-list .amg-process-data img {
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amg-process-list .amg-process-data .title-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amg-process-detail {
  margin-block: 2rem;
}
.amg-process-detail .amg-pr-dt-title {
  position: relative;
  padding-block: 2rem;
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.amg-process-detail .amg-pr-dt-title h4 {
  margin: 0;
  font-size: 32px;
  color: var(--dark);
}
.amg-process-detail .amg-pr-dt-title p {
  text-align: center;
  width: 75%;
  font-size: 18px;
  color: var(--dark);
}
.amg-process-detail .float-text {
  width: 100%;
  position: relative;
  margin-block: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.amg-process-detail .float-text hr {
  outline: none;
  width: 75%;
  border-top: 1px solid rgba(50, 50, 50, 0.35);
}
.amg-process-detail .float-text span {
  position: absolute;
  background-color: var(--white);
  padding-inline: 12px;
  font-weight: 600;
  font-size: 16px;
  color: var(--dark);
}
.amg-process-detail .amg-pr-dt-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.amg-process-detail .amg-pr-dt-img img {
  width: 350px;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.amg-process-detail .amg-pr-dt-img img:hover {
  filter: brightness(80%);
  cursor: pointer;
}

/* Company */
.amg-company-subtitle {
  width: 100%;
  position: relative;
  height: 300px;
}
.amg-company-subtitle .amg-company-subs {
  background: var(--red-primary);
  border-radius: 6px;
  color: var(--white);
  padding: 15px;
  display: block;
  width: 450px;
  font-size: 20px;
}
.amg-company-subtitle span {
  display: block;
  width: 50%;
}
.amg-company-subtitle .amg-company-capt {
  width: 75%;
  position: absolute;
  right: 0;
  top: -15px;
  background-color: var(--white);
  border-radius: 8px;
}
.amg-company-subtitle .amg-company-capt p {
  font-size: 16px;
  padding: 15px;
  margin: 0px;
  line-height: 1.6;
  text-align: justify;
  color: var(--dark);
}
.amg-company-subtitle .amg-company-capt ul {
  font-size: 16px;
  color: var(--dark);
  margin-block: 0px;
}
.amg-company-img {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 2rem;
}
.amg-company-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.amg-company-img .float-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amg-company-img .float-red p {
  width: 35%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  background-color: rgba(220, 0, 0, 0.35);
  border-radius: 8px;
  padding: 35px;
}
.amg-company-text {
  margin-block: 2rem;
}
.amg-company-text p {
  font-size: 14px;
  color: var(--dark);
  text-align: justify;
}
.amg-company-certificate {
  width: 100%;
  height: 100%;
  margin-block: 3rem;
  position: relative;
}
.amg-company-certificate hr {
  outline: none;
  border-top: 1px solid rgba(50, 50, 50, 0.35);
  width: 75%;
}
.amg-company-certificate .amg-certificate-title {
  position: absolute;
  top: -15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.amg-company-certificate .amg-certificate-title span {
  display: block;
  padding-inline: 10px;
  background-color: var(--white);
  color: var(--dark);
  font-weight: 600;
}
.amg-company-certificate .amg-certificate-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.amg-company-certificate .amg-certificate-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.amg-company-certificate .amg-certificate-img img:hover {
  filter: brightness(90%);
  cursor: pointer;
}

/* Contact Us */
.amg-contact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  color: var(--white);
}
.amg-contact .amg-contact-information {
  background-color: var(--red-secondary);
  padding: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.amg-contact .amg-contact-information,
.amg-contact .amg-contact-form {
  width: 50%;
}

.amg-contact .amg-contact-information p {
  width: 75%;
  margin: 0px;
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 600;
}

.amg-contact .amg-contact-information span {
  font-size: 14px;
  font-weight: normal;
}

.amg-contact .amg-contact-form {
  background-color: var(--white);
}

.amg-contact .amg-contact-form .amg-contact-form-input {
  padding-inline: 1rem;
  padding-block: 5px;
}

.amg-contact .amg-contact-form .amg-contact-form-input .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.amg-contact .amg-contact-form .amg-contact-form-input textarea {
  width: 100%;
  border: 1px solid var(--red-primary);
  border-radius: 8px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  padding: 10px;
  resize: none;
}

.amg-contact
  .amg-contact-form
  .amg-contact-form-input
  input:not([type="radio"]) {
  border: 1px solid var(--red-primary);
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
}

.amg-contact .amg-contact-form .amg-contact-form-input select {
  outline: none;
}

.amg-contact .amg-contact-form .amg-contact-form-submit {
  padding: 1rem;
  width: 100%;
}
.amg-contact .amg-contact-form .amg-contact-form-submit button {
  background: var(--red-primary);
  font-family: "Poppins", sans-serif;
  padding: 10px;
  border: none;
  border-radius: 8px;
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  width: 100%;
}
/* End Main */

/* 320px Screen */
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .amg-nav,
  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .wrap-flex {
    flex-direction: column;
  }
  .wrap-flex div {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .amg-nav-sm {
    width: 100%;
    height: 25px;
    background-color: var(--navbar);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0;
    padding-block: 2rem;
    padding-inline: 1rem;
  }

  .amg-nav-sm .amg-nav-start {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav {
    width: max-content;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav i {
    font-size: 25px;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo img {
    width: 35px;
    height: 100%;
    margin-right: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo span {
    font-weight: 600;
    font-size: 12px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-contact {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      to bottom,
      var(--red-primary),
      var(--red-secondary)
    );
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show {
    opacity: 1;
    visibility: visible;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets {
    height: 40px;
    width: 75%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets:hover {
    background-color: var(--white);
    cursor: pointer;
    padding: 8px;
    color: var(--red-primary);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x {
    width: 75%;
    height: 35px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x i {
    font-size: 25px;
    color: var(--red-primary);
  }

  /* Process */
  .parap-wrapper {
    padding: 0px;
    margin-top: -2rem;
  }
  .parap-wrapper .col-8 {
    margin-top: 5rem;
  }
  .parap-wrapper .col-8 {
    width: 100%;
  }
  .parap-wrapper .col-2 {
    width: 100%;
  }
  .parap-wrapper .row-flip {
    flex-direction: column-reverse;
  }

  /* HomeSlide */
  .amg-homeslide .amg-homeslide-img {
    height: 320px;
    position: relative;
  }
  .amg-homeslide .amg-homeslide-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background: rgba(50, 50, 50, 0.35);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255);
    font-weight: normal;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
    font-size: 20px;
    margin: 0;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    font-size: 12px;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    width: 100% !important;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
    margin-top: 1rem;
    text-decoration: none;
    width: max-content;
    background: var(--red-primary);
    border-radius: 8px;
    text-align: center;
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
    background-color: transparent;
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
  }
  .owl-carousel .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    padding-right: 1rem;
  }
  .owl-carousel .owl-dots {
    left: 0 !important;
    bottom: 8px !important;
    padding-left: 1rem;
  }
  .amg-wwa-longdesc {
    flex-direction: column;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 18px !important;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .amg-wwa-longdesc .amg-wwa-textdesc p,
  .amg-wwa-longdesc .amg-wwa-textdesc ul li {
    font-size: 14px;
    text-align: justify;
    color: var(--dark);
    padding: 0px;
    margin: 0px;
  }
  .padding-margin {
    padding-inline: unset;
    margin-inline: 1rem;
  }

  main {
    padding-bottom: 8rem !important;
  }

  /* Why Us */
  .amg-why-us {
    flex-direction: column;
  }
  .amg-why-us-card {
    width: 100%;
    padding: 10px;
  }

  /* Who We Are */
  .amg-wwa {
    width: 100%;
    margin-inline: unset !important;
  }
  .amg-wwa img {
    width: 100%;
    margin: 0;
  }
  .amg-wwa .amg-wwa-abs {
    flex-direction: column;
    width: 100%;
  }
  .amg-wwa .amg-wwa-abs .slogan {
    top: 65%;
  }
  .amg-vismis {
    flex-direction: column;
  }
  .amg-vismis .vismis-item {
    width: 100%;
  }
  .amg-wwa .amg-wwa-desc {
    left: 0;
    z-index: 0;
    max-width: 282px;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 20px;
  }
  .amg-wwa-longdesc .amg-wwa-textdesc p {
    font-size: 14px;
    text-align: justify;
    color: var(--dark);
  }
  .amg-dac .amg-dac-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--red-primary);
  }
  .amg-dac .amg-dac-desc {
    color: var(--dark);
  }
  .amg-dac .amg-dac-desc {
    font-size: 14px;
  }
  /* Exports Card */
  .amg-exports {
    padding: 1rem;
    margin-top: 1rem;
  }

  /* Manufacture Card */
  .amg-manuf .amg-manuf-desc h4 {
    font-size: 16px;
    margin: 0px;
  }
  .amg-manuf .amg-manuf-desc p {
    font-size: 10px;
    margin: 0px;
    margin-top: 10px;
  }

  /* Product List */
  .amg-product-home {
    flex-direction: column;
    padding-block: 2rem !important;
  }
  .amg-product-circle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
  }

  .element.product {
    position: relative;
    border-radius: 0.5rem;
    width: 100%;
    flex: 0 0 100%;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .element.product:hover:before {
    background: none;
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.1);
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.05);
  }

  .element.product:hover .product-title {
    border-radius: 0.5rem;
  }

  .element.product:hover span {
    color: #fff;
  }

  .element.product .product-title {
    background: rgba(220, 0, 0, 0.85);
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .element.product .product-title .col-8 {
    width: 80%;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .element.product .product-title .col-4 {
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }

  .element.product img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .amg-product-home .amg-product-item {
    width: 100%;
  }
  .amg-product-home .amg-product-item img {
    height: 350px;
  }
  .amg-product-home .amg-product-item .title-btn span {
    text-align: center;
  }
  .amg-footer .amg-footer-link .amg-footer-link-item {
    font-size: 12px;
  }
  .amg-footer .amg-footer-copyright {
    font-size: 8px;
    font-weight: 600;
  }

  /* Products */
  .amg-products-index {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .amg-products-index .amg-product-capt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .amg-products-index img {
    height: 320px;
  }
  .amg-products-index .amg-product-capt h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1rem;
  }
  .amg-products-index .amg-product-capt p {
    width: 80%;
    margin: 0px;
    font-size: 12px;
    text-align: center;
  }
  .detail-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-product .detail-product-desc {
    position: relative;
    background-color: rgba(50, 50, 50, 0.85);
    padding: 1rem;
  }
  .detail-product img {
    height: 200px;
  }
  .detail-product .detail-product-desc h4 {
    font-size: 24px;
  }
  .detail-product .detail-product-desc p {
    width: 100%;
    font-size: 14px;
  }

  /* Process */
  .amg-process-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .amg-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amg-process-img .float-red {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amg-process-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
  }
  .amg-process-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
  .amg-process-list .amg-process-data {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 95%;
    margin-bottom: 10px;
  }
  .amg-process-list .amg-process-data .title-btn {
    top: 75px;
  }
  /* Quilting */
  .amg-process-detail {
    margin-block: 0;
  }
  .amg-process-detail .amg-pr-dt-title {
    position: relative;
    padding-block: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amg-process-detail .amg-pr-dt-title h4 {
    margin: 0;
    font-size: 32px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-title p {
    text-align: justify;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: var(--dark);
  }
  .amg-process-detail .float-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .amg-process-detail .float-text hr {
    outline: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.35);
  }
  .amg-process-detail .float-text span {
    position: absolute;
    background-color: var(--white);
    padding-inline: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 1rem;
  }
  .amg-process-detail .amg-pr-dt-img img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .amg-process-detail .amg-pr-dt-img img:hover {
    filter: brightness(80%);
    cursor: pointer;
  }

  /* Company */
  .amg-company-subtitle {
    width: 100%;
    margin: 0;
    height: 450px;
  }
  .amg-company-subtitle .amg-company-subs {
    background: var(--red-primary);
    border-radius: 6px;
    color: var(--white);
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0;
    margin-block: 1rem;
    font-size: 16px;
  }
  .amg-company-subtitle span {
    display: block;
    width: 100%;
  }
  .amg-company-subtitle .amg-company-capt {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: max-content;
    background-color: var(--white);
    border-radius: 8px;
    /* margin-bottom: 5rem; */
  }
  .amg-company-subtitle .amg-company-capt p {
    font-size: 12px;
    /* padding: 15px; */
    margin: 0px;
    line-height: 1.6;
    text-align: justify;
    color: var(--dark);
  }
  .amg-company-subtitle .amg-company-capt ul {
    font-size: 12px;
    color: var(--dark);
    margin-block: 0px;
  }
  .amg-company-img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 2rem;
  }
  .amg-company-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .amg-company-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    padding: 25px;
  }
  .amg-company-text p {
    font-size: 14px;
  }

  /* Contact Us */
  .amg-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
  }
  .amg-contact .amg-contact-information,
  .amg-contact .amg-contact-form {
    width: 100%;
  }
  .amg-contact .amg-contact-information {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
  }
  .amg-contact .amg-contact-information p {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
  }
  .amg-contact .amg-contact-information span {
    font-size: 12px;
    font-weight: normal;
  }

  .sm-column {
    flex-wrap: wrap;
  }
}

/* 375px Screen */
@media only screen and (min-width: 321px) and (max-width: 375px) {
  body {
    width: 100%;
  }
  .amg-nav,
  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .wrap-flex {
    flex-direction: column;
  }
  .wrap-flex div {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .amg-nav-sm {
    width: 100%;
    height: 25px;
    background-color: var(--navbar);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0;
    padding-block: 2rem;
    padding-inline: 1rem;
  }

  .amg-nav-sm .amg-nav-start {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav {
    width: max-content;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav i {
    font-size: 25px;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo img {
    width: 35px;
    height: 100%;
    margin-right: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo span {
    font-weight: 600;
    font-size: 12px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-contact {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      to bottom,
      var(--red-primary),
      var(--red-secondary)
    );
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show {
    opacity: 1;
    visibility: visible;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets {
    height: 40px;
    width: 75%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets:hover {
    background-color: var(--white);
    cursor: pointer;
    padding: 8px;
    color: var(--red-primary);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x {
    width: 75%;
    height: 35px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x i {
    font-size: 25px;
    color: var(--red-primary);
  }

  /* Process */
  .parap-wrapper {
    padding: 0px;
    margin-top: -2rem;
  }
  .parap-wrapper .col-8 {
    margin-top: 5rem;
  }
  .parap-wrapper .col-8 {
    width: 100%;
  }
  .parap-wrapper .col-2 {
    width: 100%;
  }
  .parap-wrapper .row-flip {
    flex-direction: column-reverse;
  }

  /* HomeSlide */
  .amg-homeslide .amg-homeslide-img {
    height: 320px;
    position: relative;
  }
  .amg-homeslide .amg-homeslide-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background: rgba(50, 50, 50, 0.35);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255);
    font-weight: normal;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
    font-size: 20px;
    margin: 0;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    font-size: 12px;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    width: 100% !important;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
    margin-top: 1rem;
    text-decoration: none;
    width: max-content;
    background: var(--red-primary);
    border-radius: 8px;
    text-align: center;
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
    background-color: transparent;
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
  }
  .owl-carousel .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    padding-right: 1rem;
  }
  .owl-carousel .owl-dots {
    left: 0 !important;
    bottom: 8px !important;
    padding-left: 1rem;
  }
  .padding-margin {
    padding-inline: unset;
    margin-inline: 1rem;
  }
  .amg-wwa-longdesc {
    flex-direction: column;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 18px !important;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .amg-vismis {
    flex-direction: column;
  }
  .amg-vismis .vismis-item {
    width: 100%;
  }
  main {
    padding-bottom: 6rem;
  }
  /* Why Us */
  .amg-why-us {
    flex-direction: column;
  }
  .amg-why-us-card {
    width: 100%;
    padding: 10px;
  }

  /* Who We Are */
  .amg-wwa {
    width: 100%;
    margin-inline: unset !important;
  }
  .amg-wwa img {
    width: 100%;
    margin: 0;
  }
  .amg-wwa .amg-wwa-abs {
    flex-direction: column;
    width: 100%;
  }
  .amg-wwa .amg-wwa-abs .slogan {
    top: 65%;
  }
  .amg-wwa .amg-wwa-desc {
    left: 0;
    z-index: 0;
    max-width: 282px;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 20px;
  }
  .amg-wwa-longdesc .amg-wwa-textdesc p {
    font-size: 14px;
    text-align: justify;
    color: var(--dark);
  }
  .amg-dac .amg-dac-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--red-primary);
  }
  .amg-dac .amg-dac-desc {
    color: var(--dark);
  }
  .amg-dac .amg-dac-desc {
    font-size: 14px;
  }
  /* Exports Card */
  .amg-exports {
    padding: 1rem;
    margin-top: 1rem;
  }

  /* Manufacture Card */
  .amg-manuf .amg-manuf-desc h4 {
    font-size: 16px;
    margin: 0px;
  }
  .amg-manuf .amg-manuf-desc p {
    font-size: 10px;
    margin: 0px;
    margin-top: 10px;
  }

  /* Product List */
  /* Product List */
  .amg-product-home {
    flex-direction: column;
    padding-block: 2rem !important;
  }
  .amg-product-circle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
  }

  .element.product {
    position: relative;
    border-radius: 0.5rem;
    width: 100%;
    flex: 0 0 100%;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .element.product:hover:before {
    background: none;
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.1);
  }

  .element.product:hover span {
    text-shadow: 1px 1px rgba(146, 146, 146);
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.05);
  }

  .element.product:hover .product-title {
    border-radius: 0.5rem;
  }

  .element.product:hover span {
    color: #fff;
  }

  .element.product .product-title {
    background: rgba(220, 0, 0, 0.85);
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .element.product .product-title .col-8 {
    width: 80%;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .element.product .product-title .col-4 {
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }

  .element.product img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }

  .amg-product-home .amg-product-item {
    width: 100%;
  }
  .amg-product-home .amg-product-item img {
    height: 350px;
  }
  .amg-product-home .amg-product-item .title-btn span {
    text-align: center;
  }
  .amg-footer .amg-footer-link .amg-footer-link-item {
    font-size: 12px;
  }
  .amg-footer .amg-footer-copyright {
    font-size: 8px;
    font-weight: 600;
  }

  /* Products */
  .amg-products-index {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .amg-products-index .amg-product-capt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .amg-products-index img {
    height: 320px;
  }
  .amg-products-index .amg-product-capt h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1rem;
  }
  .amg-products-index .amg-product-capt p {
    width: 80%;
    margin: 0px;
    font-size: 12px;
    text-align: center;
  }
  .detail-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-product .detail-product-desc {
    position: relative;
    background-color: rgba(50, 50, 50, 0.85);
    padding: 1rem;
  }
  .detail-product img {
    height: 200px;
  }
  .detail-product .detail-product-desc h4 {
    font-size: 24px;
  }
  .detail-product .detail-product-desc p {
    width: 100%;
    font-size: 14px;
  }

  /* Process */
  .amg-process-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .amg-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amg-process-img .float-red {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amg-process-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
  }
  .amg-process-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
  .amg-process-list .amg-process-data {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 10px;
  }
  .amg-process-list .amg-process-data .title-btn {
    top: 75px;
  }
  /* Quilting */
  .amg-process-detail {
    margin-block: 0;
  }
  .amg-process-detail .amg-pr-dt-title {
    position: relative;
    padding-block: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amg-process-detail .amg-pr-dt-title h4 {
    margin: 0;
    font-size: 32px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-title p {
    text-align: justify;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: var(--dark);
  }
  .amg-process-detail .float-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .amg-process-detail .float-text hr {
    outline: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.35);
  }
  .amg-process-detail .float-text span {
    position: absolute;
    background-color: var(--white);
    padding-inline: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 1rem;
  }
  .amg-process-detail .amg-pr-dt-img img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .amg-process-detail .amg-pr-dt-img img:hover {
    filter: brightness(80%);
    cursor: pointer;
  }

  /* Company */
  .amg-company-subtitle {
    width: 100%;
    margin: 0;
    height: 400px;
  }
  .amg-company-subtitle .amg-company-subs {
    background: var(--red-primary);
    border-radius: 6px;
    color: var(--white);
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0;
    margin-block: 1rem;
    font-size: 16px;
  }
  .amg-company-subtitle span {
    display: block;
    width: 100%;
  }
  .amg-company-subtitle .amg-company-capt {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: max-content;
    background-color: var(--white);
    border-radius: 8px;
    /* margin-bottom: 5rem; */
  }
  .amg-company-subtitle .amg-company-capt p {
    font-size: 12px;
    /* padding: 15px; */
    margin: 0px;
    line-height: 1.6;
    text-align: justify;
    color: var(--dark);
  }
  .amg-company-subtitle .amg-company-capt ul {
    font-size: 12px;
    color: var(--dark);
    margin-block: 0px;
  }
  .amg-company-img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 2rem;
  }
  .amg-company-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .amg-company-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    padding: 25px;
  }
  .amg-company-text p {
    font-size: 14px;
  }

  /* Contact Us */
  .amg-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
  }
  .amg-contact .amg-contact-information,
  .amg-contact .amg-contact-form {
    width: 100%;
  }
  .amg-contact .amg-contact-information {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
  }
  .amg-contact .amg-contact-information p {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
  }
  .amg-contact .amg-contact-information span {
    font-size: 12px;
    font-weight: normal;
  }

  .sm-column {
    flex-wrap: wrap;
  }
}

/* 425px Screen */
@media only screen and (min-width: 376px) and (max-width: 425px) {
  body {
    width: 100%;
  }
  .amg-nav,
  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .wrap-flex {
    flex-direction: column;
  }
  .wrap-flex div {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .amg-nav-sm {
    width: 100%;
    height: 25px;
    background-color: var(--navbar);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0;
    padding-block: 2rem;
    padding-inline: 1rem;
  }

  .amg-nav-sm .amg-nav-start {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav {
    width: max-content;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav i {
    font-size: 25px;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo img {
    width: 35px;
    height: 100%;
    margin-right: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo span {
    font-weight: 600;
    font-size: 12px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-contact {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      to bottom,
      var(--red-primary),
      var(--red-secondary)
    );
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show {
    opacity: 1;
    visibility: visible;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets {
    height: 40px;
    width: 75%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets:hover {
    background-color: var(--white);
    cursor: pointer;
    padding: 8px;
    color: var(--red-primary);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x {
    width: 75%;
    height: 35px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x i {
    font-size: 25px;
    color: var(--red-primary);
  }

  /* Process */
  .parap-wrapper {
    padding: 0px;
    margin-top: -2rem;
  }
  .parap-wrapper .col-8 {
    margin-top: 5rem;
  }
  .parap-wrapper .col-8 {
    width: 100%;
  }
  .parap-wrapper .col-2 {
    width: 100%;
  }
  .parap-wrapper .row-flip {
    flex-direction: column-reverse;
  }

  /* HomeSlide */
  .amg-homeslide .amg-homeslide-img {
    height: 320px;
    position: relative;
  }
  .amg-homeslide .amg-homeslide-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background: rgba(50, 50, 50, 0.35);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255);
    font-weight: normal;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
    font-size: 20px;
    margin: 0;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    font-size: 12px;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    width: 100% !important;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
    margin-top: 1rem;
    text-decoration: none;
    width: max-content;
    background: var(--red-primary);
    border-radius: 8px;
    text-align: center;
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
    background-color: transparent;
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
  }
  .owl-carousel .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    padding-right: 1rem;
  }
  .owl-carousel .owl-dots {
    left: 0 !important;
    bottom: 8px !important;
    padding-left: 1rem;
  }
  .padding-margin {
    padding-inline: unset;
    margin-inline: 1rem;
  }
  .amg-wwa-longdesc {
    flex-direction: column;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 18px !important;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  main {
    padding-bottom: 8rem;
  }
  /* Why Us */
  .amg-why-us {
    flex-direction: column;
  }
  .amg-why-us-card {
    width: 100%;
    padding: 0px;
  }

  /* Who We Are */
  .amg-wwa {
    width: 100%;
    margin-inline: unset !important;
  }
  .amg-wwa img {
    width: 100%;
    margin: 0;
  }
  .amg-wwa .amg-wwa-abs {
    flex-direction: column;
    width: 100%;
  }
  .amg-wwa .amg-wwa-abs .slogan {
    top: 65%;
  }
  .amg-vismis {
    flex-direction: column;
  }
  .amg-vismis .vismis-item {
    width: 100%;
  }
  .amg-wwa .amg-wwa-desc {
    left: 0;
    z-index: 0;
    max-width: 282px;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 20px;
  }
  .amg-wwa-longdesc .amg-wwa-textdesc p {
    font-size: 14px;
    text-align: justify;
    color: var(--dark);
  }
  .amg-dac .amg-dac-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--red-primary);
  }
  .amg-dac .amg-dac-desc {
    color: var(--dark);
  }
  .amg-dac .amg-dac-desc {
    font-size: 14px;
  }
  /* Exports Card */
  .amg-exports {
    padding: 1rem;
    margin-top: 1rem;
  }

  /* Manufacture Card */
  .amg-manuf .amg-manuf-desc h4 {
    font-size: 16px;
    margin: 0px;
  }
  .amg-manuf .amg-manuf-desc p {
    font-size: 10px;
    margin: 0px;
    margin-top: 10px;
  }

  /* Product List */
  /* Product List */
  .amg-product-home {
    flex-direction: column;
    padding-block: 2rem !important;
  }
  .amg-product-circle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
  }

  .element.product {
    position: relative;
    border-radius: 0.5rem;
    width: 100%;
    flex: 0 0 100%;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .element.product:hover:before {
    background: none;
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.1);
  }

  .element.product:hover span {
    text-shadow: 1px 1px rgba(146, 146, 146);
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.05);
  }

  .element.product:hover .product-title {
    border-radius: 0.5rem;
  }

  .element.product:hover span {
    color: #fff;
  }

  .element.product .product-title {
    background: rgba(220, 0, 0, 0.85);
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .element.product .product-title .col-8 {
    width: 80%;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .element.product .product-title .col-4 {
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }

  .element.product img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }

  .amg-product-home .amg-product-item {
    width: 100%;
  }
  .amg-product-home .amg-product-item img {
    height: 350px;
  }
  .amg-product-home .amg-product-item .title-btn span {
    text-align: center;
  }
  .amg-footer .amg-footer-link .amg-footer-link-item {
    font-size: 12px;
  }
  .amg-footer .amg-footer-copyright {
    font-size: 8px;
    font-weight: 600;
  }

  /* Products */
  .amg-products-index {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .amg-products-index .amg-product-capt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .amg-products-index img {
    height: 320px;
  }
  .amg-products-index .amg-product-capt h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1rem;
  }
  .amg-products-index .amg-product-capt p {
    width: 80%;
    margin: 0px;
    font-size: 14px;
    text-align: center;
  }
  .detail-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-product .detail-product-desc {
    position: relative;
    background-color: rgba(50, 50, 50, 0.85);
    padding: 1rem;
  }
  .detail-product img {
    height: 200px;
  }
  .detail-product .detail-product-desc h4 {
    font-size: 24px;
  }
  .detail-product .detail-product-desc p {
    width: 100%;
    font-size: 14px;
  }

  /* Process */
  .amg-process-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .amg-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amg-process-img .float-red {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amg-process-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
  }
  .amg-process-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
  }
  .amg-process-list .amg-process-data {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 10px;
  }
  .amg-process-list .amg-process-data .title-btn {
    top: 75px;
  }
  /* Quilting */
  .amg-process-detail {
    margin-block: 0;
  }
  .amg-process-detail .amg-pr-dt-title {
    position: relative;
    padding-block: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amg-process-detail .amg-pr-dt-title h4 {
    margin: 0;
    font-size: 32px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-title p {
    text-align: justify;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: var(--dark);
  }
  .amg-process-detail .float-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .amg-process-detail .float-text hr {
    outline: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.35);
  }
  .amg-process-detail .float-text span {
    position: absolute;
    background-color: var(--white);
    padding-inline: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 1rem;
  }
  .amg-process-detail .amg-pr-dt-img img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .amg-process-detail .amg-pr-dt-img img:hover {
    filter: brightness(80%);
    cursor: pointer;
  }

  /* Company */
  .amg-company-subtitle {
    width: 100%;
    margin: 0;
    height: 350px;
  }
  .amg-company-subtitle .amg-company-subs {
    background: var(--red-primary);
    border-radius: 6px;
    color: var(--white);
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0;
    margin-block: 1rem;
    font-size: 16px;
  }
  .amg-company-subtitle span {
    display: block;
    width: 100%;
  }
  .amg-company-subtitle .amg-company-capt {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: max-content;
    background-color: var(--white);
    border-radius: 8px;
    /* margin-bottom: 5rem; */
  }
  .amg-company-subtitle .amg-company-capt p {
    font-size: 12px;
    /* padding: 15px; */
    margin: 0px;
    line-height: 1.6;
    text-align: justify;
    color: var(--dark);
  }
  .amg-company-subtitle .amg-company-capt ul {
    font-size: 12px;
    color: var(--dark);
    margin-block: 0px;
  }
  .amg-company-img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 2rem;
  }
  .amg-company-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .amg-company-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    padding: 25px;
  }
  .amg-company-text p {
    font-size: 14px;
  }

  /* Contact Us */
  .amg-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
  }
  .amg-contact .amg-contact-information,
  .amg-contact .amg-contact-form {
    width: 100%;
  }
  .amg-contact .amg-contact-information {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
  }
  .amg-contact .amg-contact-information p {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
  }
  .amg-contact .amg-contact-information span {
    font-size: 12px;
    font-weight: normal;
  }

  .sm-column {
    flex-wrap: wrap;
  }
}

/* 768px Screen */
@media only screen and (min-width: 426px) and (max-width: 768px) {
  body {
    width: 100%;
  }
  .amg-nav,
  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  /* Product List */
  .amg-product-home {
    flex-direction: column;
    padding-block: 2rem !important;
  }
  .amg-product-circle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
  }

  .element.product {
    position: relative;
    border-radius: 0.5rem;
    width: 33.33333%;
    flex: 0 0 33.33333%;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .element.product:hover:before {
    background: none;
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.1);
  }

  .element.product:hover span {
    text-shadow: 1px 1px rgba(146, 146, 146);
  }

  .element.product .product-title {
    background: rgba(220, 0, 0, 0.85);
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .element.product .product-title .col-8 {
    width: 80%;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .element.product .product-title .col-4 {
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }

  .element.product img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }

  .amg-nav-sm {
    width: 100%;
    height: 25px;
    background-color: var(--navbar);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
    top: 0;
    padding-block: 2rem;
    padding-inline: 1rem;
  }

  .amg-nav-sm .amg-nav-start {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav {
    width: max-content;
  }

  .amg-nav-sm .amg-nv-sm-item.trigger-nav i {
    font-size: 25px;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo {
    display: flex;
    align-items: center;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo img {
    width: 35px;
    height: 100%;
    margin-right: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-logo span {
    font-weight: 600;
    font-size: 12px;
  }

  .amg-nav-sm .amg-nv-sm-item .amg-nv-contact {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--dark);
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
      to bottom,
      var(--red-primary),
      var(--red-secondary)
    );
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show {
    opacity: 1;
    visibility: visible;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets {
    height: 40px;
    width: 75%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: none;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-bullets:hover {
    background-color: var(--white);
    cursor: pointer;
    padding: 8px;
    color: var(--red-primary);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x {
    width: 75%;
    height: 35px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
  }

  .amg-nav-sm .amg-nv-sm-item.nav-openable.show .amg-nv-x i {
    font-size: 25px;
    color: var(--red-primary);
  }

  /* Process */
  .parap-wrapper {
    padding: 0px;
    margin-top: -2rem;
  }
  .parap-wrapper .col-8 {
    margin-top: 5rem;
  }
  .parap-wrapper .col-8 {
    width: 100%;
  }
  .parap-wrapper .col-2 {
    width: 100%;
  }
  .parap-wrapper .col-2 .img2 {
    top: 0px;
  }
  .parap-wrapper .row-flip {
    flex-direction: column-reverse;
  }

  /* HomeSlide */
  .amg-homeslide .amg-homeslide-img {
    height: 320px;
    position: relative;
  }
  .amg-homeslide .amg-homeslide-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background: rgba(50, 50, 50, 0.35);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255);
    font-weight: normal;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
    font-size: 20px;
    margin: 0;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    font-size: 12px;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    width: 75% !important;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
    margin-top: 1rem;
    text-decoration: none;
    width: max-content;
    background: var(--red-primary);
    border-radius: 8px;
    text-align: center;
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
    background-color: transparent;
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
  }
  .owl-carousel .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    padding-right: 1rem;
  }
  .owl-carousel .owl-dots {
    left: 0 !important;
    bottom: 8px !important;
    padding-left: 1rem;
  }
  .padding-margin {
    padding-inline: unset;
    margin-inline: 1rem;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 18px !important;
    /* width: 35%; */
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  main {
    padding-bottom: 5rem;
  }
  /* Why Us */
  .amg-why-us {
    flex-direction: column;
  }
  .amg-why-us-card {
    width: 100%;
    padding: 0px;
  }

  /* Who We Are */
  .amg-wwa {
    width: 100%;
    margin-inline: unset !important;
  }
  .amg-wwa img {
    width: 100%;
    margin: 0;
  }
  .amg-wwa .amg-wwa-abs {
    flex-direction: column;
    width: 100%;
  }
  .amg-wwa .amg-wwa-abs .slogan {
    top: 5%;
    width: max-content;
    left: 45%;
  }
  .amg-wwa .amg-wwa-desc {
    left: 0;
    z-index: 0;
    max-width: 282px;
  }
  .amg-wwa-longdesc .amg-wwa-title {
    color: var(--red-primary);
    font-weight: bold;
    font-size: 20px;
  }
  .amg-wwa-longdesc .amg-wwa-textdesc p {
    font-size: 14px;
    text-align: justify;
    color: var(--dark);
  }
  .amg-dac .amg-dac-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--red-primary);
  }
  .amg-dac .amg-dac-desc {
    color: var(--dark);
  }
  .amg-dac .amg-dac-desc {
    font-size: 14px;
  }
  /* Exports Card */
  .amg-exports {
    padding: 1rem;
    margin-top: 1rem;
  }

  /* Manufacture Card */
  .amg-manuf .amg-manuf-desc h4 {
    font-size: 18px;
    margin: 0px;
  }
  .amg-manuf .amg-manuf-desc p {
    font-size: 14px;
    margin: 0px;
    margin-top: 10px;
  }

  /* Product List */
  .amg-product-home {
    flex-direction: column;
    padding-block: 2rem !important;
  }
  .amg-product-circle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
  }

  .element.product {
    position: relative;
    border-radius: 0.5rem;
    width: 50%;
    flex: 0 0 50%;
    height: 350px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  .element.product:hover:before {
    background: none;
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.1);
  }

  .element.product:hover span {
    text-shadow: 1px 1px rgba(146, 146, 146);
  }

  .element.product:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  .element.product:hover img {
    transform: scale(1.05);
  }

  .element.product:hover .product-title {
    border-radius: 0.5rem;
  }

  .element.product:hover span {
    color: #fff;
  }

  .element.product .product-title {
    background: rgba(220, 0, 0, 0.85);
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .element.product .product-title .col-8 {
    width: 80%;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }

  .element.product .product-title .col-4 {
    width: 20%;
    text-align: right;
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }

  .element.product img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
  }

  .amg-product-home .amg-product-item {
    width: 50%;
  }
  .amg-product-home .amg-product-item img {
    height: 350px;
  }
  .amg-product-home .amg-product-item .title-btn span {
    text-align: center;
  }
  .amg-footer .amg-footer-link .amg-footer-link-item {
    font-size: 12px;
  }
  .amg-footer .amg-footer-copyright {
    font-size: 8px;
    font-weight: 600;
  }

  /* Products */
  .amg-products-index {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .amg-products-index .amg-product-capt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .amg-products-index img {
    height: 320px;
  }
  .amg-products-index .amg-product-capt h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1rem;
  }
  .amg-products-index .amg-product-capt p {
    width: 80%;
    margin: 0px;
    font-size: 14px;
    text-align: center;
  }
  .detail-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-product .detail-product-desc {
    position: relative;
    background-color: rgba(50, 50, 50, 0.85);
    padding: 1rem;
  }
  .detail-product img {
    height: 200px;
  }
  .detail-product .detail-product-desc h4 {
    font-size: 24px;
  }
  .detail-product .detail-product-desc p {
    width: 100%;
    font-size: 14px;
  }

  /* Process */
  .amg-process-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .amg-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amg-process-img .float-red {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amg-process-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
  }
  .amg-process-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-block: 1rem;
    gap: 10px;
  }
  .amg-process-list .amg-process-data {
    position: relative;
    height: 350px;
    overflow: hidden;
  }
  .amg-process-list .amg-process-data .title-btn {
    top: 100px;
  }
  /* Quilting */
  .amg-process-detail {
    margin-block: 0;
  }
  .amg-process-detail .amg-pr-dt-title {
    position: relative;
    padding-block: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amg-process-detail .amg-pr-dt-title h4 {
    margin: 0;
    font-size: 32px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-title p {
    text-align: justify;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: var(--dark);
  }
  .amg-process-detail .float-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .amg-process-detail .float-text hr {
    outline: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.35);
  }
  .amg-process-detail .float-text span {
    position: absolute;
    background-color: var(--white);
    padding-inline: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 1rem;
  }
  .amg-process-detail .amg-pr-dt-img img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .amg-process-detail .amg-pr-dt-img img:hover {
    filter: brightness(80%);
    cursor: pointer;
  }

  /* Company */
  .amg-company-subtitle {
    width: 100%;
    margin: 0;
    height: 250px;
  }
  .amg-company-subtitle .amg-company-subs {
    background: var(--red-primary);
    border-radius: 6px;
    color: var(--white);
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0;
    margin-block: 1rem;
    font-size: 16px;
  }
  .amg-company-subtitle span {
    display: block;
    width: 100%;
  }
  .amg-company-subtitle .amg-company-capt {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: max-content;
    background-color: var(--white);
    border-radius: 8px;
    /* margin-bottom: 5rem; */
  }
  .amg-company-subtitle .amg-company-capt p {
    font-size: 12px;
    /* padding: 15px; */
    margin: 0px;
    line-height: 1.6;
    text-align: justify;
    color: var(--dark);
  }
  .amg-company-subtitle .amg-company-capt ul {
    font-size: 12px;
    color: var(--dark);
    margin-block: 0px;
  }
  .amg-company-img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 4rem;
  }
  .amg-company-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .amg-company-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    padding: 25px;
  }
  .amg-company-text p {
    font-size: 14px;
  }

  /* Contact Us */
  .amg-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
  }
  .amg-contact .amg-contact-information,
  .amg-contact .amg-contact-form {
    width: 100%;
  }
  .amg-contact .amg-contact-information {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
  }
  .amg-contact .amg-contact-information p {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
  }
  .amg-contact .amg-contact-information span {
    font-size: 12px;
    font-weight: normal;
  }

  .sm-column {
    flex-wrap: wrap;
  }
}

/* 1024px Screen */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    width: 100%;
  }
  .amg-nav .amg-nv-item .amg-nv-bullets {
    width: 6rem;
  }
  .amg-nav .amg-nv-item .amg-nv-logo span {
    font-size: 12px;
  }
  .amg-nav .amg-nv-item .amg-nv-logo img {
    width: 45px;
  }
  .amg-nav .amg-nv-item .amg-nv-bullets.active {
    font-size: 12px;
  }
  .amg-nav .amg-nv-item .amg-nv-bullets {
    font-size: 12px;
  }
  /* Navbar */
  .amg-nav {
    padding-inline: 3rem;
  }

  /* HomeSlide */
  .amg-homeslide .amg-homeslide-img {
    height: 320px;
    position: relative;
  }
  .amg-homeslide .amg-homeslide-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    background: rgba(50, 50, 50, 0.35);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h5 {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255);
    font-weight: normal;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt h4 {
    font-size: 20px;
    margin: 0;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt span,
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    font-size: 12px;
    color: var(--white);
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt p {
    width: 75% !important;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a {
    margin-top: 1rem;
    text-decoration: none;
    width: max-content;
    background: var(--red-primary);
    border-radius: 8px;
    text-align: center;
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .amg-homeslide .amg-homeslide-img .amg-homeslide-capt a:hover {
    background-color: transparent;
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
  }
  .owl-carousel .owl-nav {
    right: 0 !important;
    bottom: 0 !important;
    padding-right: 1rem;
  }
  .owl-carousel .owl-dots {
    left: 0 !important;
    bottom: 8px !important;
    padding-left: 1rem;
  }
  .padding-margin {
    padding-inline: unset;
    margin-inline: 3rem;
  }

  /* Why Us */
  .amg-why-us {
    flex-direction: row;
    gap: 10px;
  }
  .amg-why-us-card {
    width: 50%;
    padding: 5px;
  }

  /* Who We Are */
  .amg-wwa {
    width: 100%;
    margin-inline: unset !important;
  }
  .amg-wwa img {
    width: 100%;
    margin: 0;
  }
  .amg-wwa .amg-wwa-abs {
    flex-direction: column;
    width: 100%;
  }
  .amg-wwa .amg-wwa-abs .slogan {
    top: 5%;
    width: max-content;
    left: 58%;
  }
  .amg-wwa .amg-wwa-desc {
    left: 0;
    z-index: 0;
    max-width: 282px;
  }
  /* Exports Card */
  .amg-exports {
    padding: 1rem;
    margin-top: 1rem;
  }

  /* Manufacture Card */
  .amg-manuf .amg-manuf-desc h4 {
    font-size: 18px;
    margin: 0px;
  }
  .amg-manuf .amg-manuf-desc p {
    font-size: 14px;
    margin: 0px;
    margin-top: 10px;
  }

  /* Product List */
  .amg-product-home {
    flex-direction: row;
  }
  .amg-product-home .amg-product-item {
    width: 50%;
  }
  .amg-product-home .amg-product-item img {
    height: 350px;
  }
  .amg-product-home .amg-product-item .title-btn span {
    text-align: center;
  }
  .amg-footer .amg-footer-link .amg-footer-link-item {
    font-size: 12px;
  }
  .amg-footer .amg-footer-copyright {
    font-size: 8px;
    font-weight: 600;
  }

  /* Products */
  .amg-products-index {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .amg-products-index .amg-product-capt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
  }
  .amg-products-index img {
    height: 320px;
  }
  .amg-products-index .amg-product-capt h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1rem;
  }
  .amg-products-index .amg-product-capt p {
    width: 80%;
    margin: 0px;
    font-size: 18px;
    text-align: center;
  }
  .detail-product {
    display: flex;
    flex-direction: column-reverse;
  }
  .detail-product .detail-product-desc {
    position: relative;
    background-color: rgba(50, 50, 50, 0.85);
    padding: 1rem;
  }
  .detail-product img {
    height: 200px;
  }
  .detail-product .detail-product-desc p {
    width: 100%;
  }

  .element.product {
    width: 50%;
    flex: 0 0 auto;
  }

  /* Process */
  .amg-process-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .amg-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .amg-process-img .float-red {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .amg-process-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
  }
  .amg-process-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-block: 1rem;
    gap: 10px;
  }
  .amg-process-list .amg-process-data {
    position: relative;
    height: 350px;
    overflow: hidden;
  }
  .amg-process-list .amg-process-data .title-btn {
    top: 100px;
  }
  /* Quilting */
  .amg-process-detail {
    margin-block: 0;
  }
  .amg-process-detail .amg-pr-dt-title {
    position: relative;
    padding-block: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .amg-process-detail .amg-pr-dt-title h4 {
    margin: 0;
    font-size: 32px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-title p {
    text-align: justify;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: var(--dark);
  }
  .amg-process-detail .float-text {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .amg-process-detail .float-text hr {
    outline: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.35);
  }
  .amg-process-detail .float-text span {
    position: absolute;
    background-color: var(--white);
    padding-inline: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark);
  }
  .amg-process-detail .amg-pr-dt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 1rem;
  }
  .amg-process-detail .amg-pr-dt-img img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  }
  .amg-process-detail .amg-pr-dt-img img:hover {
    filter: brightness(80%);
    cursor: pointer;
  }

  /* Company */
  .amg-company-subtitle {
    width: 100%;
    margin: 0;
    height: 250px;
  }
  .amg-company-subtitle .amg-company-subs {
    background: var(--red-primary);
    border-radius: 6px;
    color: var(--white);
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0;
    margin-block: 1rem;
    font-size: 16px;
  }
  .amg-company-subtitle span {
    display: block;
    width: 100%;
  }
  .amg-company-subtitle .amg-company-capt {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    height: max-content;
    background-color: var(--white);
    border-radius: 8px;
    /* margin-bottom: 5rem; */
  }
  .amg-company-subtitle .amg-company-capt p {
    font-size: 12px;
    /* padding: 15px; */
    margin: 0px;
    line-height: 1.6;
    text-align: justify;
    color: var(--dark);
  }
  .amg-company-subtitle .amg-company-capt ul {
    font-size: 12px;
    color: var(--dark);
    margin-block: 0px;
  }
  .amg-company-img {
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 4rem;
  }
  .amg-company-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .amg-company-img .float-red p {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    padding: 25px;
  }

  /* Contact Us */
  .amg-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
  }
  .amg-contact .amg-contact-information,
  .amg-contact .amg-contact-form {
    width: 100%;
  }
  .amg-contact .amg-contact-information {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
  }
  .amg-contact .amg-contact-information p {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 600;
  }
  .amg-contact .amg-contact-information span {
    font-size: 12px;
    font-weight: normal;
  }

  .sm-column {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1366px) {
  .amg-nav {
    padding-inline: 4rem;
  }
}

@media only screen and (max-width: 575px) {
  .element.product {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
}
