body {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #333333;
  height: 100%;
}

html {
  height: 100%;
}

li,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:visited:hover {
  color: #fbbc09;
  text-decoration: none;
}

select,
input,
button {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.dm-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

section.dm-page-header {
  background-color: #f1f1f1;
  padding: 30px 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
section.dm-page-header .dm-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.dm-page-header .dm-container .title h1,
section.dm-page-header .dm-container .title h3 {
  font-size: 22px;
  font-weight: 500;
}
section.dm-page-header .dm-container .breadcrumbs ul {
  display: flex;
  align-items: center;
}
section.dm-page-header .dm-container .breadcrumbs ul li {
  margin-right: 20px;
  position: relative;
}
section.dm-page-header .dm-container .breadcrumbs ul li::after {
  content: "/";
  position: absolute;
  right: -13px;
  color: #696969;
}
section.dm-page-header .dm-container .breadcrumbs ul li a {
  white-space: nowrap;
}
section.dm-page-header .dm-container .breadcrumbs ul li:last-child {
  margin-right: 0;
}
section.dm-page-header .dm-container .breadcrumbs ul li:last-child::after {
  display: none;
}

header {
  margin-bottom: 30px;
}
header .dm-top-header {
  width: 100%;
  height: 60px;
  background-color: #222;
}
header .dm-top-header .dm-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .dm-top-header .dm-container .slogan span {
  color: #fff;
}
header .dm-top-header .dm-container .slogan span:first-child {
  display: block;
  color: #fbbc09;
  font-size: 20px;
  line-height: 20px;
}
header .dm-top-header .dm-container .herimax-logo {
  width: 96px;
}
header .dm-top-header .dm-container .herimax-logo img {
  width: 100%;
}
header .dm-top-header .dm-container .contact {
  display: flex;
  align-items: center;
}
header .dm-top-header .dm-container .contact .logo {
  margin-right: 14px;
  padding-top: 5px;
}
header .dm-top-header .dm-container .contact .logo .feather {
  color: #fbbc09;
}
header .dm-top-header .dm-container .contact .contents {
  text-align: right;
}
header .dm-top-header .dm-container .contact .contents span {
  color: #fbbc09;
  font-size: 18px;
  display: block;
}
header .dm-top-header .dm-container .contact .contents a {
  color: #fff;
}
header .dm-top-header .dm-container .contact .contents a:hover {
  opacity: 0.8;
}
header > .dm-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
header > .dm-container .logo {
  width: 195px;
}
header > .dm-container .logo img {
  width: 100%;
}
header > .dm-container nav {
  display: flex;
  align-items: center;
}
header > .dm-container nav ul {
  display: flex;
  gap: 24px;
}
header > .dm-container nav ul li a {
  font-size: 18px;
}
header > .dm-container nav ul li.active a {
  position: relative;
}
header > .dm-container nav ul li.active a::before {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #fbbc09;
  position: absolute;
  bottom: -5px;
  left: 0;
}
header > .dm-container nav > a {
  font-size: 18px;
  background-color: #fbbc09;
  padding: 10px 14px;
  font-weight: 600;
  margin-left: 24px;
}
header > .dm-container nav > a:hover {
  color: #fff;
  background-color: #333;
}
header > .dm-container nav > span {
  display: none;
}
header > .dm-container > a {
  display: none;
}

section.dm-slider {
  margin-bottom: 50px;
}
section.dm-slider .dm-container {
  position: relative;
}
section.dm-slider .dm-container::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
section.dm-slider .dm-container::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
section.dm-slider .dm-container .items .owl-stage-outer {
  padding: 0 30px;
  margin: 0 -30px;
}
section.dm-slider .dm-container .items .owl-nav {
  margin-top: -54px;
  position: relative;
  z-index: 1;
}
section.dm-slider .dm-container .items .owl-nav .slide-prev,
section.dm-slider .dm-container .items .owl-nav .slide-next {
  background-color: #222;
  width: 54px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.dm-slider .dm-container .items .owl-nav .slide-prev img,
section.dm-slider .dm-container .items .owl-nav .slide-next img {
  width: 16px;
}
section.dm-slider .dm-container .items .owl-nav .slide-prev:hover,
section.dm-slider .dm-container .items .owl-nav .slide-next:hover {
  opacity: 0.8;
}
section.dm-slider .dm-container .items .owl-nav .slide-next {
  margin-left: 10px;
}
section.dm-slider .dm-container .items .item {
  display: flex;
  justify-content: space-between;
  height: 600px;
}
section.dm-slider .dm-container .items .item .contents {
  width: 370px;
  margin-top: 60px;
}
section.dm-slider .dm-container .items .item .contents .title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fbbc09;
}
section.dm-slider .dm-container .items .item .contents p {
  color: #888888;
  line-height: 22px;
}
section.dm-slider .dm-container .items .item .contents a {
  display: inline-flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fbbc09;
  font-weight: 600;
}
section.dm-slider .dm-container .items .item .contents a .feather {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 6px;
}
section.dm-slider .dm-container .items .item .contents a:hover {
  color: #fff;
  background-color: #333;
}
section.dm-slider .dm-container .items .item .image {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 370px);
  height: 100%;
  position: relative;
}
section.dm-slider .dm-container .items .item .image .dm-image img {
  max-width: 100%;
  max-height: 100%;
}
section.dm-slider .dm-container .items .item .image .triangles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
section.dm-slider .dm-container .items .item .image span.triangle {
  display: inline-block;
  width: 350px;
  position: absolute;
  top: 25%;
  left: 12%;
}
section.dm-slider .dm-container .items .item .image span.triangle img {
  width: 100%;
}
section.dm-slider .dm-container .items .item .image span.triangle-dark {
  display: inline-block;
  width: 230px;
  position: absolute;
  top: 18%;
  left: 31%;
}
section.dm-slider .dm-container .items .item .image span.triangle-dark img {
  width: 100%;
}

section.dm-about {
  background-color: #f1f1f1;
  padding: 80px 0;
  margin-bottom: 80px;
}
section.dm-about .dm-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.dm-about .dm-container .image {
  width: 452px;
}
section.dm-about .dm-container .image img {
  width: 100%;
}
section.dm-about .dm-container .contents {
  width: calc(100% - 500px);
}
section.dm-about .dm-container .contents .title span {
  font-size: 18px;
  color: #333333;
}
section.dm-about .dm-container .contents .title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fbbc09;
  margin-bottom: 20px;
}
section.dm-about .dm-container .contents .description {
  width: calc(100% + 70px);
  margin-left: -70px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
section.dm-about .dm-container .contents .description p {
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  margin: 0;
  padding: 0;
  text-align: justify;
}
section.dm-about .dm-container .contents > a {
  display: inline-flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fbbc09;
  font-weight: 600;
}
section.dm-about .dm-container .contents > a .feather {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 6px;
}
section.dm-about .dm-container .contents > a:hover {
  color: #fff;
  background-color: #333;
}

section.dm-products {
  margin-bottom: 100px;
}
section.dm-products .header {
  text-align: center;
  margin-bottom: 50px;
}
section.dm-products .header .title {
  display: inline-block;
  position: relative;
}
section.dm-products .header .title::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fbbc09;
  position: absolute;
  bottom: -2px;
  right: 0;
}
section.dm-products .header .title h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
section.dm-products .header .description p {
  color: #696969;
}
section.dm-products .dm-container {
  text-align: center;
}
section.dm-products .dm-container .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
section.dm-products .dm-container .contents a {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: calc(25% - 7.5px);
  flex-direction: column;
  margin-bottom: 16px;
}
section.dm-products .dm-container .contents a .image {
  width: 100%;
}
section.dm-products .dm-container .contents a .image img {
  width: 100%;
}
section.dm-products .dm-container .contents a .title {
  justify-content: stretch;
  text-align: center;
  width: 100%;
}
section.dm-products .dm-container .contents a .title h2 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  padding: 5px 10px;
  padding-bottom: 12px;
}
section.dm-products .dm-container .contents a:hover {
  background-color: #333;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
section.dm-products .dm-container .contents a:hover .title h2 {
  color: #fff;
}
section.dm-products .dm-container > a {
  display: inline-flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fbbc09;
  font-weight: 600;
}
section.dm-products .dm-container > a .feather {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 6px;
}
section.dm-products .dm-container > a:hover {
  color: #fff;
  background-color: #333;
}

section.dm-gallery {
  margin-bottom: 100px;
}
section.dm-gallery .dm-container .items {
  display: flex;
  padding-left: 54px;
  position: relative;
  box-sizing: border-box;
}
section.dm-gallery .dm-container .items .owl-nav .slide-prev,
section.dm-gallery .dm-container .items .owl-nav .slide-next {
  background-color: #fbbc09;
  width: 54px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
section.dm-gallery .dm-container .items .owl-nav .slide-prev img,
section.dm-gallery .dm-container .items .owl-nav .slide-next img {
  width: 16px;
  clip-path: #333333;
}
section.dm-gallery .dm-container .items .owl-nav .slide-prev:hover,
section.dm-gallery .dm-container .items .owl-nav .slide-next:hover {
  opacity: 0.8;
}
section.dm-gallery .dm-container .items .owl-nav .slide-prev {
  top: 50%;
}
section.dm-gallery .dm-container .items .owl-nav .slide-next {
  top: 0%;
}
section.dm-gallery .dm-container .items a {
  display: block;
  position: relative;
}
section.dm-gallery .dm-container .items a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fbbc09;
  opacity: 0;
  position: absolute;
}
section.dm-gallery .dm-container .items a .feather {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  color: #fbbc09;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.dm-gallery .dm-container .items a img {
  display: block;
  width: 100%;
}
section.dm-gallery .dm-container .items a:hover .feather {
  opacity: 1;
  top: 50%;
  transition: opacity 0.2s, top 0.2s;
}
section.dm-gallery .dm-container .items a:hover::before {
  opacity: 0.3;
  transition: opacity 0.2s;
}

section.dm-faqs {
  margin-bottom: 100px;
}
section.dm-faqs .header {
  text-align: center;
  margin-bottom: 50px;
}
section.dm-faqs .header .title {
  display: inline-block;
  position: relative;
}
section.dm-faqs .header .title::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fbbc09;
  position: absolute;
  bottom: -2px;
  right: 0;
}
section.dm-faqs .header .title h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
section.dm-faqs .header .description p {
  color: #696969;
}
section.dm-faqs .dm-container .contents .content {
  margin-bottom: 3px;
}
section.dm-faqs .dm-container .contents .content .title {
  font-size: 18px;
  color: #fff;
  padding: 15px 20px;
  background-color: #333;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}
section.dm-faqs .dm-container .contents .content .title .feather {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
section.dm-faqs .dm-container .contents .content .title:hover {
  opacity: 0.9;
}
section.dm-faqs .dm-container .contents .content .description {
  line-height: 22px;
  padding: 5px 16px;
  background-color: #f1f1f1;
  display: none;
}
section.dm-faqs .dm-container .contents .content.active .title {
  background-color: #fbbc09;
  color: #333;
}
section.dm-faqs .dm-container .contents .content.active .title .feather {
  display: none;
}
section.dm-faqs .dm-container .contents .content.active .description {
  display: block;
}

section.dm-blog {
  margin-bottom: 80px;
}
section.dm-blog .header {
  text-align: center;
  margin-bottom: 50px;
}
section.dm-blog .header .title {
  display: inline-block;
  position: relative;
}
section.dm-blog .header .title::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fbbc09;
  position: absolute;
  bottom: -2px;
  right: 0;
}
section.dm-blog .header .title h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
section.dm-blog .header .description p {
  color: #696969;
}
section.dm-blog .dm-container .blogs .owl-stage-outer {
  padding: 0 5px;
  margin: 0 -5px;
}
section.dm-blog .dm-container .blogs a {
  display: inline-flex;
  flex-wrap: wrap;
}
section.dm-blog .dm-container .blogs a .image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
section.dm-blog .dm-container .blogs a .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity;
}
section.dm-blog .dm-container .blogs a .image img {
  display: block;
  width: 100%;
}
section.dm-blog .dm-container .blogs a .image .date {
  display: inline-flex;
  align-items: center;
  background-color: #333;
  color: #fbbc09;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: -5px;
}
section.dm-blog .dm-container .blogs a .image .date .feather {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 6px;
}
section.dm-blog .dm-container .blogs a .title h2 {
  font-size: 16px;
  font-weight: 600;
}
section.dm-blog .dm-container .blogs a:hover .image::before {
  opacity: 0.3;
}
section.dm-blog .dm-container .button {
  text-align: center;
}
section.dm-blog .dm-container .button > a {
  display: inline-flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #fbbc09;
  font-weight: 600;
  margin: 30px auto;
}
section.dm-blog .dm-container .button > a .feather {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 6px;
}
section.dm-blog .dm-container .button > a:hover {
  color: #fff;
  background-color: #333;
}

section.dm-description .dm-container {
  text-align: justify;
}
section.dm-description .dm-container h1, section.dm-description .dm-container h2, section.dm-description .dm-container h3, section.dm-description .dm-container h4 {
  font-size: 16px;
}
section.dm-description .dm-container p {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
section.dm-description .dm-container ul {
  margin-bottom: 16px;
  padding-left: 16px;
}
section.dm-description .dm-container ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  list-style-type: disc;
}

section.dm-blogs {
  margin-bottom: 150px;
}
section.dm-blogs .dm-container .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.dm-blogs .dm-container .contents a {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(25% - 22.5px);
}
section.dm-blogs .dm-container .contents a .image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
section.dm-blogs .dm-container .contents a .image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity;
}
section.dm-blogs .dm-container .contents a .image img {
  display: block;
  width: 100%;
}
section.dm-blogs .dm-container .contents a .image .date {
  display: inline-flex;
  align-items: center;
  background-color: #333;
  color: #fbbc09;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: -5px;
}
section.dm-blogs .dm-container .contents a .image .date .feather {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 6px;
}
section.dm-blogs .dm-container .contents a .title h2 {
  font-size: 16px;
  font-weight: 600;
}
section.dm-blogs .dm-container .contents a:hover .image::before {
  opacity: 0.3;
}
section.dm-blogs .dm-container .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
section.dm-blogs .dm-container .pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  color: #333;
  border: 1px solid #eeeeee;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.dm-blogs .dm-container .pagination a .feather {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
section.dm-blogs .dm-container .pagination a:last-child {
  margin-right: 0;
}
section.dm-blogs .dm-container .pagination a:hover {
  color: #fff;
  background-color: #fbbc09;
  border-color: #fbbc09;
}
section.dm-blogs .dm-container .pagination a.active {
  color: #fff;
  background-color: #fbbc09;
  border-color: #fbbc09;
}
section.dm-blogs .dm-container .pagination a.active:hover {
  opacity: 0.9;
}

section.dm-single-blog .dm-container .contents {
  display: flex;
  justify-content: space-between;
}
section.dm-single-blog .dm-container .contents .blog {
  width: calc(100% - 300px);
}
section.dm-single-blog .dm-container .contents .blog .image {
  width: 100%;
  margin-bottom: 30px;
}
section.dm-single-blog .dm-container .contents .blog .image img {
  display: block;
  width: 100%;
}
section.dm-single-blog .dm-container .contents .blog .title {
  margin-bottom: 10px;
}
section.dm-single-blog .dm-container .contents .blog .title h1 {
  font-size: 22px;
}
section.dm-single-blog .dm-container .contents .blog .details {
  display: flex;
  align-items: center;
}
section.dm-single-blog .dm-container .contents .blog .details .item {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 16px;
}
section.dm-single-blog .dm-container .contents .blog .details .item span {
  display: inline-block;
  margin-left: 5px;
}
section.dm-single-blog .dm-container .contents .blog .details .item .feather {
  width: 16px;
  margin-right: 7px;
  margin-bottom: 2px;
  color: #fbbc09;
}
section.dm-single-blog .dm-container .contents .blog .details .item:last-child {
  margin-right: 0;
}
section.dm-single-blog .dm-container .contents .blog .descriptions h1, section.dm-single-blog .dm-container .contents .blog .descriptions h2, section.dm-single-blog .dm-container .contents .blog .descriptions h3, section.dm-single-blog .dm-container .contents .blog .descriptions h4 {
  font-size: 18px;
}
section.dm-single-blog .dm-container .contents .blog .descriptions p {
  font-size: 16px;
  line-height: 22px;
}
section.dm-single-blog .dm-container .contents .blog .descriptions ul, section.dm-single-blog .dm-container .contents .blog .descriptions ol {
  margin-bottom: 16px;
  padding-left: 16px;
}
section.dm-single-blog .dm-container .contents .blog .descriptions ul li, section.dm-single-blog .dm-container .contents .blog .descriptions ol li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: disc;
}
section.dm-single-blog .dm-container .contents .blog .descriptions ol li {
  list-style-type: decimal;
}
section.dm-single-blog .dm-container .contents .hit-blogs {
  width: 270px;
}
section.dm-single-blog .dm-container .contents .hit-blogs .header {
  display: flex;
  align-items: center;
  background-color: #fbbc09;
  padding: 12px 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
section.dm-single-blog .dm-container .contents .hit-blogs .header .feather {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
section.dm-single-blog .dm-container .contents .hit-blogs a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
section.dm-single-blog .dm-container .contents .hit-blogs a .image {
  width: 80px;
}
section.dm-single-blog .dm-container .contents .hit-blogs a .image img {
  display: block;
  width: 100%;
}
section.dm-single-blog .dm-container .contents .hit-blogs a .title {
  width: calc(100% - 90px);
}
section.dm-single-blog .dm-container .contents .hit-blogs a .title h3 {
  font-size: 16px;
  font-weight: 500;
}
section.dm-single-blog .dm-container .contents .hit-blogs a:hover .image img {
  opacity: 0.8;
}

section.dm-product-list .dm-container .dm-contents .dm-content {
  margin-bottom: 80px;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-header {
  margin-bottom: 20px;
  text-align: center;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-header h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fbbc09;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-header .dm-detail {
  margin-top: 10px;
  color: #333;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product {
  display: flex;
  justify-content: space-between;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a {
  display: inline-block;
  width: 30%;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a .image {
  width: 100%;
  margin-bottom: 10px;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a .image img {
  display: block;
  width: 100%;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a .title {
  text-align: center;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a .title h3 {
  font-size: 18px;
  font-weight: 600;
}
section.dm-product-list .dm-container .dm-contents .dm-content .dm-product a:hover .image img {
  opacity: 0.9;
}

footer.dm-footer {
  margin-top: 50px;
  background-color: #333;
}
footer.dm-footer .dm-container .items {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin-bottom: 80px;
  gap: 30px;
}
footer.dm-footer .dm-container .items .donmez-hidrolik {
  width: 260px;
}
footer.dm-footer .dm-container .items .donmez-hidrolik p {
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
}
footer.dm-footer .dm-container .items .donmez-hidrolik a {
  font-size: 12px;
  color: #fbbc09;
}
footer.dm-footer .dm-container .items .donmez-hidrolik a img {
  max-width: 100%;
}
footer.dm-footer .dm-container .items .item {
  margin-top: 22px;
}
footer.dm-footer .dm-container .items .item .title {
  margin-bottom: 16px;
}
footer.dm-footer .dm-container .items .item .title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fbbc09;
}
footer.dm-footer .dm-container .items .item ul li {
  margin-bottom: 8px;
}
footer.dm-footer .dm-container .items .item ul li a {
  display: inline-block;
  color: #fff;
}
footer.dm-footer .dm-container .items .item ul li a:hover {
  color: #fbbc09;
}
footer.dm-footer .dm-container .items .item ul li.active a {
  color: #fbbc09;
  padding-left: 14px;
  position: relative;
}
footer.dm-footer .dm-container .items .item ul li.active a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fbbc09;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer.dm-footer .dm-container .items .contact {
  margin-top: 22px;
}
footer.dm-footer .dm-container .items .contact .title {
  margin-bottom: 16px;
}
footer.dm-footer .dm-container .items .contact .title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fbbc09;
}
footer.dm-footer .dm-container .items .contact ul li {
  margin-bottom: 8px;
}
footer.dm-footer .dm-container .items .contact ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}
footer.dm-footer .dm-container .items .contact ul li a .feather {
  margin-top: 3px;
  width: 18px;
  color: #fbbc09;
  margin-right: 10px;
}
footer.dm-footer .dm-container .items .contact ul li a:hover {
  color: #fbbc09;
}
footer.dm-footer .dm-container .items .contact ul li.l a {
  font-size: 18px;
}
footer.dm-footer .dm-container .items .contact a.google-maps {
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
}
footer.dm-footer .dm-container .items .contact a.google-maps img {
  width: 46px;
  margin-right: 10px;
}
footer.dm-footer .dm-container .items .contact a.google-maps:hover {
  color: #fbbc09;
}
footer.dm-footer .copyrigt {
  background-color: #222;
}
footer.dm-footer .copyrigt .dm-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
footer.dm-footer .copyrigt .dm-container span {
  color: #fff;
  font-size: 14px;
}
footer.dm-footer .copyrigt .dm-container a {
  display: inline-block;
  width: 34px;
  padding-top: 5px;
}
footer.dm-footer .copyrigt .dm-container a img {
  width: 100%;
}

/* CONTAINER WIDTH 720PX [ MD ] */
@media (max-width: 992px) {
  .dm-container {
    width: 720px;
  }
  header > .dm-container .logo {
    width: 160px;
  }
  header > .dm-container nav ul {
    gap: 10px;
  }
  header > .dm-container nav ul li a {
    font-size: 16px;
    white-space: nowrap;
  }
  header > .dm-container nav > a {
    font-size: 16px;
    padding: 8px 10px;
    margin-left: 10px;
  }
  section.dm-slider .dm-container::before, section.dm-slider .dm-container::after {
    display: none;
  }
  section.dm-slider .dm-container .items .owl-stage-outer {
    padding: 0;
    margin: 0;
  }
  section.dm-slider .dm-container .items .owl-nav {
    margin-top: 0;
    text-align: center;
  }
  section.dm-slider .dm-container .items .item {
    height: 400px;
  }
  section.dm-slider .dm-container .items .item .contents {
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  section.dm-slider .dm-container .items .item .contents p {
    color: #333;
  }
  section.dm-slider .dm-container .items .item .image {
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    justify-content: center;
  }
  section.dm-slider .dm-container .items .item .image .triangles {
    display: none;
  }
  section.dm-about {
    padding: 60px 0;
  }
  section.dm-about .dm-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  section.dm-about .dm-container .image {
    width: 100%;
  }
  section.dm-about .dm-container .contents {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  section.dm-about .dm-container .contents .description {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  section.dm-products .dm-container .contents a {
    width: calc(33.3333% - 7.5px);
  }
}
/* CONTAINER WIDTH 540PX [ S ] */
@media (max-width: 768px) {
  .dm-container {
    width: 540px;
  }
  header > .dm-container .logo {
    width: 160px;
  }
  header > .dm-container nav {
    position: fixed;
    background-color: #000000;
    width: calc(100% - 80px);
    max-width: 300px;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 999;
    display: block;
    transition: 0.2s left;
  }
  header > .dm-container nav ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }
  header > .dm-container nav ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  header > .dm-container nav ul li a {
    font-size: 18px;
    white-space: nowrap;
    color: #fff;
  }
  header > .dm-container nav > a {
    font-size: 18px;
    padding: 10px 15px;
    margin-left: 30px;
  }
  header > .dm-container nav > span {
    display: inline-block;
    color: #fff;
    position: fixed;
    right: 30px;
    top: -30px;
    z-index: 1;
    cursor: pointer;
  }
  header > .dm-container nav > span:hover {
    color: #fbbc09;
  }
  header > .dm-container nav::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: 0.2s opacity;
  }
  header > .dm-container nav.active {
    left: 0;
  }
  header > .dm-container nav.active > span {
    top: 30px;
  }
  header > .dm-container nav.active::after {
    opacity: 0.7;
    left: 0;
  }
  header > .dm-container > a {
    display: inline-block;
  }
  section.dm-blogs .dm-container .contents a {
    width: calc(33.3333% - 20px);
  }
  section.dm-single-blog .dm-container .contents {
    flex-wrap: wrap;
  }
  section.dm-single-blog .dm-container .contents .blog {
    width: 100%;
    margin-bottom: 40px;
  }
  section.dm-single-blog .dm-container .contents .hit-blogs {
    width: 100%;
  }
  footer.dm-footer .dm-container .items {
    flex-wrap: wrap;
  }
  footer.dm-footer .dm-container .items .donmez-hidrolik,
  footer.dm-footer .dm-container .items .item,
  footer.dm-footer .dm-container .items .contact {
    width: calc(50% - 15px);
  }
}
/* CONTAINER WIDTH 100% [ XS ] */
@media (max-width: 576px) {
  .dm-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.dm-page-header {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px 0;
  }
  section.dm-page-header .dm-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.dm-page-header .dm-container .title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  section.dm-page-header .dm-container .title h1,
  section.dm-page-header .dm-container .title h3 {
    font-size: 20px;
  }
  section.dm-page-header .dm-container .breadcrumbs ul li a {
    font-size: 14px;
  }
  header .dm-top-header {
    height: 50px;
  }
  header .dm-top-header .dm-container .slogan span {
    font-size: 12px;
    line-height: 12px;
  }
  header .dm-top-header .dm-container .slogan span:first-child {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: -4px;
  }
  header .dm-top-header .dm-container .herimax-logo {
    width: 60px;
  }
  header .dm-top-header .dm-container .contact {
    display: none;
  }
  header > .dm-container .logo {
    width: 142px;
  }
  section.dm-slider {
    margin-bottom: 30px;
  }
  section.dm-slider .dm-container .items .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  section.dm-slider .dm-container .items .owl-nav .slide-prev,
  section.dm-slider .dm-container .items .owl-nav .slide-next {
    width: 40px;
    height: 34px;
  }
  section.dm-slider .dm-container .items .owl-nav .slide-prev img,
  section.dm-slider .dm-container .items .owl-nav .slide-next img {
    width: 12px;
  }
  section.dm-slider .dm-container .items .item {
    height: 300px;
  }
  section.dm-slider .dm-container .items .item .contents {
    padding: 0 20px;
    margin: auto 0;
  }
  section.dm-slider .dm-container .items .item .contents .title h3 {
    font-size: 24px;
  }
  section.dm-slider .dm-container .items .item .contents p {
    font-size: 14px;
  }
  section.dm-about {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  section.dm-about .dm-container .contents .title span {
    font-size: 16px;
  }
  section.dm-about .dm-container .contents .title h2 {
    font-size: 24px;
  }
  section.dm-about .dm-container .contents .description {
    padding: 15px 20px;
  }
  section.dm-about .dm-container .contents .description p {
    font-size: 14px;
  }
  section.dm-products {
    margin-bottom: 60px;
  }
  section.dm-products .header {
    margin-bottom: 40px;
  }
  section.dm-products .header .title::after {
    content: "";
    width: 60px;
  }
  section.dm-products .header .title h4 {
    font-size: 24px;
  }
  section.dm-products .header .description p {
    font-size: 14px;
  }
  section.dm-products .dm-container .contents a {
    width: calc(50% - 7.5px);
  }
  section.dm-products .dm-container .contents a .title h2 {
    font-size: 14px;
  }
  section.dm-gallery {
    margin-bottom: 50px;
  }
  section.dm-gallery .dm-container .items {
    padding-left: 40px;
  }
  section.dm-gallery .dm-container .items .owl-nav .slide-prev,
  section.dm-gallery .dm-container .items .owl-nav .slide-next {
    width: 40px;
    height: 50%;
  }
  section.dm-gallery .dm-container .items .owl-nav .slide-prev img,
  section.dm-gallery .dm-container .items .owl-nav .slide-next img {
    width: 14px;
  }
  section.dm-gallery .dm-container .items a .feather {
    width: 50px;
    height: 50px;
  }
  section.dm-faqs {
    margin-bottom: 50px;
  }
  section.dm-faqs .header {
    margin-bottom: 40px;
  }
  section.dm-faqs .header .title::after {
    content: "";
    width: 60px;
  }
  section.dm-faqs .header .title h4 {
    font-size: 24px;
  }
  section.dm-faqs .header .description p {
    font-size: 14px;
  }
  section.dm-faqs .dm-container .contents .content .title {
    font-size: 14px;
    padding-right: 30px;
  }
  section.dm-faqs .dm-container .contents .content .title .feather {
    width: 14px;
  }
  section.dm-faqs .dm-container .contents .content .description {
    font-size: 14px;
    line-height: 20px;
  }
  section.dm-blog {
    margin-bottom: 80px;
  }
  section.dm-blog .header {
    margin-bottom: 40px;
  }
  section.dm-blog .header .title::after {
    content: "";
    width: 60px;
  }
  section.dm-blog .header .title h4 {
    font-size: 24px;
  }
  section.dm-blog .header .description p {
    font-size: 14px;
  }
  section.dm-blog .dm-container .blogs a {
    justify-content: center;
    text-align: center;
  }
  section.dm-blogs {
    margin-bottom: 90px;
  }
  section.dm-blogs .dm-container .contents a {
    width: calc(50% - 15px);
  }
  section.dm-blogs .dm-container .pagination a {
    height: 28px;
    width: 28px;
    font-size: 12px;
  }
  section.dm-blogs .dm-container .pagination a .feather {
    width: 12px;
    height: 12px;
  }
  section.dm-single-blog .dm-container .contents .blog .image {
    margin-bottom: 20px;
  }
  section.dm-single-blog .dm-container .contents .blog .title h1 {
    font-size: 18px;
  }
  section.dm-single-blog .dm-container .contents .blog .details {
    margin-bottom: 20px;
  }
  section.dm-single-blog .dm-container .contents .blog .details .item span {
    display: none;
  }
  section.dm-single-blog .dm-container .contents .blog .descriptions h1, section.dm-single-blog .dm-container .contents .blog .descriptions h2, section.dm-single-blog .dm-container .contents .blog .descriptions h3, section.dm-single-blog .dm-container .contents .blog .descriptions h4 {
    font-size: 16px;
  }
  section.dm-single-blog .dm-container .contents .blog .descriptions p {
    font-size: 14px;
    line-height: 20px;
  }
  section.dm-single-blog .dm-container .contents .blog .descriptions ul li {
    font-size: 14px;
    line-height: 20px;
  }
  section.dm-single-blog .dm-container .contents .hit-blogs {
    width: 100%;
  }
  section.dm-single-blog .dm-container .contents .hit-blogs .header {
    font-size: 14px;
  }
  section.dm-single-blog .dm-container .contents .hit-blogs a .title h3 {
    font-size: 14px;
    line-height: 18px;
  }
  footer.dm-footer .dm-container .items {
    margin-bottom: 10px;
  }
  footer.dm-footer .dm-container .items .item,
  footer.dm-footer .dm-container .items .contact {
    width: 100%;
  }
  footer.dm-footer .dm-container .items .item .title h5,
  footer.dm-footer .dm-container .items .contact .title h5 {
    font-size: 16px;
  }
  footer.dm-footer .dm-container .items .item ul li a,
  footer.dm-footer .dm-container .items .contact ul li a {
    font-size: 14px;
  }
  footer.dm-footer .dm-container .items .donmez-hidrolik {
    width: calc(100% - 120px);
  }
  footer.dm-footer .dm-container .items .item:nth-child(2) {
    width: 90px;
    margin-top: 0;
    text-align-last: left;
  }
  footer.dm-footer .dm-container .items .item {
    text-align: center;
  }
}